Hi All,
I had created multiple select drop down in my DCT. But i am not able to make display all selectd values from DCR. I am using below code in my presentation template:
my
@DocType = iwpt_dcr_list('dcr.Document Type');
and
foreach $DocType (
@DocType) {
iwpt_output("$DocType\n");
}
Its giving me output as :
TeamSite:

CRnode=ARRAY(0x4b6e04)
TeamSite:

CRnode=ARRAY(0x4b70b0)
TeamSite:

CRnode=ARRAY(0x4b7a8c)
Could someone Please correct me on this. Your help highly appreciated.
Regards,