Expression for Footer

Stimulsoft Reports.JS discussion
Post Reply
dwabare92
Posts: 10
Joined: Thu Oct 06, 2022 8:25 pm

Expression for Footer

Post by dwabare92 »

Is there a way to write an expression to show a footer? In Crystal I've done this

To suppress I would use: if UCASE({PLMain.CustCode}) = "HYPER" then false else true
Attachments
10-10-2022 1-16-12 PM.pdf
(54.18 KiB) Downloaded 81 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Expression for Footer

Post by Lech Kulikowski »

Hello,

You can set the necessary expression in the Enabled property:
ToUpperCase(PLMain.CustCode) == "HYPER"

Thank you.
Post Reply