Multiplying decimal values

Stimulsoft BI Designer discussion
Post Reply
luke
Posts: 42
Joined: Fri Jun 03, 2022 6:57 am

Multiplying decimal values

Post by luke »

My Statement that isn't working, Please help
{(ContractStaff.CostRate) * 1.06 < (ContractStaff.BillRate) ? "*" : ""}
Attachments
2022-10-17_14-32-39.png
2022-10-17_14-32-39.png (69.17 KiB) Viewed 14947 times
2022-10-17_14-33-08.png
2022-10-17_14-33-08.png (44.45 KiB) Viewed 14947 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Multiplying decimal values

Post by Lech Kulikowski »

Hello,

Please check the following expression:
{(ContractStaff.CostRate) * 1.06m < (ContractStaff.BillRate) ? "*" : ""}

Thank you.
Post Reply