0

Currently I am using this as custom Format of the text box in SSRS to show negative numbers as zeros Is this correct format

'$'#,0.00;-'$',0.00 enter image description here

Swara
  • 15
  • 7
  • 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

0 Answers0