Hi,
The Format property in the reports designer does not seem to work for hash cookies. Is there any way around this?
Designer:
Report:
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Format Property not working
-
- Posts: 9
- Joined: Fri Dec 24, 2021 11:31 am
Format Property not working
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: Format Property not working
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 )
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 )
-
- Posts: 9
- Joined: Fri Dec 24, 2021 11:31 am
Re: Format Property not working
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)