divide by zero/null workaround in SSRS 2008 report

前端 未结 4 1892
失恋的感觉
失恋的感觉 2020-12-01 17:01

I have a report with a field whose value was the expression:

Fields!TotalPrice.Value/Fields!TotalSlots.Value

Although sometimes TotalSlots

4条回答
  •  [愿得一人]
    2020-12-01 17:08

    I don't think your error is on the calculation. First of all, SSRS deals automatically with this situation. See my third column. And the forth shows your expression:

    enter image description here

    Your problem is probably somewhere else

提交回复
热议问题