How can I create the applymap statement something like below in qlikview? I have issue with highlighted one below. I have column called Column1 and Column2 and EUR is hardcoded value. Please help on this.
In the above script make Round(Column1/365,1)~Round(Column2/365,1)~'IND' as XYZ either in the mapping load statement or the table where you apply the map.
make sure the field names are same.
Eg:
AccountMap:
Mapping Load
Round(Column1/365,1)~Round(Column2/365,1)~'IND' as XYZ,