I av two decimal fields in dataset X,Y
My Expression is
{Round(dataset.[X]+fatoora.[Y],2)}
and Text Format is set to number with seprators
But Its not showing the seprators
It should be
Like 231.00+5353.00 = 5,584.00
decimal fields Text Format seprators problem
decimal fields Text Format seprators problem
Hello,
You need use TextFormat property of text format. With help of this property you can set required output formating.
Thank you.
You need use TextFormat property of text format. With help of this property you can set required output formating.
Thank you.