I have a strange question.
My formula CountOrd counting orders
if isnull({vw.DPT}) then 1 else 0
So when Report comes up with zero records - formula showing 1 anyway.
I wrote another formula
If not isnull ({vw.ID}) then {CountOrd}
ID is the field Report can not be without. So it still comes up as 0. I do not want to see anything. But when adding else "" - error comes up that it has to be a number.
Please, look into this for me.
Thanks
My formula CountOrd counting orders
if isnull({vw.DPT}) then 1 else 0
So when Report comes up with zero records - formula showing 1 anyway.
I wrote another formula
If not isnull ({vw.ID}) then {CountOrd}
ID is the field Report can not be without. So it still comes up as 0. I do not want to see anything. But when adding else "" - error comes up that it has to be a number.
Please, look into this for me.
Thanks