Hi,
I have a table column as below
<td nowrap>`docDat.docInf.(Str.StringToInteger(docLst[i])).Num`</td>
The array here returns values 1,2,....5.
Now what I want based on the value a text to be displayed. e.g. if Num=2 column should dispaly "2-Approved with comments" etc using Html or Javascript.
Please help how can I achieve this?
Best regards,
Baber.