Page 1 of 1
Apply Group Separator without apply any Decimal digit
Posted: Mon May 02, 2016 8:29 am
by G.hammad
Hello,
I need to know if i can apply group separator (,) of number without apply any decimal digit and it's separator
for example:
12454.4336 >> 12,454.4336
2657.27131 >> 2,657.27131
is it valid to apply group separator without do any changes on decimal digit ?!
thanks,
Re: Apply Group Separator without apply any Decimal digit
Posted: Mon May 02, 2016 10:44 am
by Alex K.
Hello,
Please try to use the TextFormat property and UseGroupSeparator option for the Text components.
Thank you.
Re: Apply Group Separator without apply any Decimal digit
Posted: Mon May 02, 2016 11:59 am
by G.hammad
Hello Aleksey ,
I'm try to use Text format as number and it's good for group separator but by default decimal digit = 2
which mean if i have this number for example :
12454.4336 >> it will show it like this 12,454.43 (but i don't want to make any changes in decimal digit ! it must show the number as is 12,454.4336)
2657.264 >>it will show it like this 2,657.26 (i want to show it as is after decimal digit = 2,657.264)
is there any way to do what i want ?!
Re: Apply Group Separator without apply any Decimal digit
Posted: Mon May 02, 2016 12:56 pm
by HighAley
Hello.
Please, use Custom Text Format and set there any necessary format.
You could use there any
Standard or
Custom Format String.
Thank you.