Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
is it possible to conditionally hide a column in a straight table when a repot is generated?
Simplyfied:
Straight Table:
Header 1 | Header 2 | Header 3 | Header 4 |
---|---|---|---|
Report:
Header 1 | Header 2 | Header 3 |
---|---|---|
-Phil
If you create a report using a trigger e.g. on a button, you could set a variable and use that variable in the conditional show for the expression for that column
If you create a report using a trigger e.g. on a button, you could set a variable and use that variable in the conditional show for the expression for that column
Hi Piet,
very good tip!
Thank you!
-Phil