Custom Format
Posted: Sun Sep 14, 2014 11:17 am
Hello ,
I need to use custom format for every column in cross tab report
where this format contain group separator as (,) and decimal separater (.)
so i give it this format : {Format("{0:##0,00}", value)}
where the decimal separator may change depend on the data i give for each Employee
for example :
number name salary
------------------------------
00001 Ahmad 1,205.25
00002 Ali 1,343.349
00003 Mohmad 1,689.1
but the problem when i applied this format it only get formatted data for first column the other column return 0.00 !
any help ?!
thank you
I need to use custom format for every column in cross tab report
where this format contain group separator as (,) and decimal separater (.)
so i give it this format : {Format("{0:##0,00}", value)}
where the decimal separator may change depend on the data i give for each Employee
for example :
number name salary
------------------------------
00001 Ahmad 1,205.25
00002 Ali 1,343.349
00003 Mohmad 1,689.1
but the problem when i applied this format it only get formatted data for first column the other column return 0.00 !
any help ?!
thank you