Currently I am using this as custom Format of the text box in SSRS to show negative numbers as zeros Is this correct format
Asked
Active
Viewed 134 times
0
-
Can you use an IIF expression that compares the value to 0, if it's less than 0 then display 0? – papermoon88 Feb 27 '20 at 19:22
-
Yes , that's what I did , but my IIF has 60 different conditions , so thinking of an alternate solution, which might improve the performance – Swara Feb 27 '20 at 21:15