Help In populating the values in list box in one single variable
Hi ,
I have a list box in which all the selected values in the list box we are capturing it in a variable
below is the script use :
Concat(Actual_Dimname, ',',DimSortorder)
the script is working absolutely fine but the twist here is if the users selects Year & month both then in the variable it should be called as a single column which will be 'IntYearMonth'.
For Eg: if the user selects Product ,Year ,Month in the list box then the value in the variable should be "Product,IntYearMonth"