nolihayati isma
10th June 2016, 08:43
Dear All
I am developing report session which the report will be auto open in csv format.
i am using below command to output the amount
tcccm.dll0010.append.field(str$(tssma102.cpam) & " " & str$(ccon.ppar) & " %",delimiter,file.record)
but the value display as 641 17.07967 %
i want to display as 641.00 17.08% which is 2 decimal point.
please assist me.
I am developing report session which the report will be auto open in csv format.
i am using below command to output the amount
tcccm.dll0010.append.field(str$(tssma102.cpam) & " " & str$(ccon.ppar) & " %",delimiter,file.record)
but the value display as 641 17.07967 %
i want to display as 641.00 17.08% which is 2 decimal point.
please assist me.