Totals in Query Groups not formatting

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Madimant
Posts: 37
Joined: Tue Aug 08, 2017 11:39 pm

Totals in Query Groups not formatting

Post by Madimant »

After updating to the new version 3259 the group totals in my query stop formatting properly.
Just displaying data without formating ie 23456,34213 instead of $ 2345,34

Use to format with <p style="text-align:right">#= kendo.toString(sum, ‘c’) # </p>

This does not seem to work anymore.

Anybody got any ideas?

Tj
Tj
Using Version 9 Build 3259 - mySQL
Madimant
Posts: 37
Joined: Tue Aug 08, 2017 11:39 pm

Re: Totals in Query Groups not formatting

Post by Madimant »

From Valdimir

please use the following template

#=kendo.toString(parseInt(sum),'c')#
or
#=kendo.toString(parseFloat(sum),'c')#

You don't need to align to the right any more - it will happen automatically.
Tj
Using Version 9 Build 3259 - mySQL
Post Reply