Hi.
I'm trying to make a report 'look nicer' by suppressing irrelevant rows.
I made a formula field (@Status):
if {VWALLNEW.STTEXT} startswith "Udeb" then "Udebl." else "Anden status"
I then want the report to suppress the rows where @Status is not "Udebl."
How do I do that?
I'm trying to make a report 'look nicer' by suppressing irrelevant rows.
I made a formula field (@Status):
if {VWALLNEW.STTEXT} startswith "Udeb" then "Udebl." else "Anden status"
I then want the report to suppress the rows where @Status is not "Udebl."
How do I do that?