Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1928 Points
1352 Posts
Jan 12, 2012 12:21 PM|LINK
After u got like,
#,###
U just split them by ,(Delimiter) then it stored like,
arr[0]=#;
arr[1]=###;
Then u can concatenate like, arr[0]+arr[1]
it produce #####
ssjGanesh
Participant
1928 Points
1352 Posts
Re: Numeric field appearing with comma in report even after custom formatting
Jan 12, 2012 12:21 PM|LINK
After u got like,
#,###
U just split them by ,(Delimiter) then it stored like,
arr[0]=#;
arr[1]=###;
Then u can concatenate like, arr[0]+arr[1]
it produce #####
Mark as answer,if it helped U!