Creating a formula that I then insert a summary on. When using if statements, if the criteria does not match, I want the result to display nothing, instead of 0. How do I do this?
Ex:
if {Notes.ActCode} <> "BILL_HOLD_UNNEC" then Currentdate - {Notes.StartDtAct}
If the result of Notes.Actcode <> "BILL_HOLD_UNNEC", the formula will display 0, which in turn skews my summary.
Any help would be appreciated.
Ex:
if {Notes.ActCode} <> "BILL_HOLD_UNNEC" then Currentdate - {Notes.StartDtAct}
If the result of Notes.Actcode <> "BILL_HOLD_UNNEC", the formula will display 0, which in turn skews my summary.
Any help would be appreciated.