Hi,
I'm not sure what I'm doing wrong with NumberFormat.
I have a button that export the data to an excel document.
For example:
The field in the database is stored like this 110058100003
but when I export it to excel it is displayed as 110,058,100,003
#NumberFormat(PRPR_ID)#
If I don't use NumberFormat the data in the excel document will be displayed like this
1.10058E+11
Open in new window
all I want is to display my field like it is in the database : 110058100003
Thank you for your help
Lulu