Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Format Property not working

Questions related to nuBuilder Forte Reports and the Report Builder.
Post Reply
rrandall
Posts: 9
Joined: Fri Dec 24, 2021 11:31 am

Format Property not working

Unread post by rrandall »

Hi,

The Format property in the reports designer does not seem to work for hash cookies. Is there any way around this?

Designer:
design.png
Report:
report.png
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Format Property not working

Unread post by kev1n »

Hi,

I am not sure if a format is applied to labels at all. How is the Hash Cookie set? Maybe you can format it differently (by SQL, JS )
rrandall
Posts: 9
Joined: Fri Dec 24, 2021 11:31 am

Re: Format Property not working

Unread post by rrandall »

Thank you kev1n, that got me on the right track. The Hash Cookie is set in Javascript. I got it formatted correctly by simply setting the Hash Cookie using the value returned from:

Code: Select all

Math.round(stmt_opening_balance * 100) / 100).toFixed(2)
Post Reply