Hi Kottn,
@Kottn ,
It is interesting that this issue should be fixed in newer version of SSRS. I test exact same expression and data in my text environment (SSRS2019 developer edition. And I remember vaguely that this is already fixed in SSRS2017). There is no error appearing.
I think you could try the work around expression like this :
=IIF(Fields!num_costs.Value > 0 ,Fields!costs.Value / Fields!num_costs.Value,Nothing )
Or:
=iif(Fields!num_costs.Value=0,0,Fields!costs.Value/iif(Fields!num_costs.Value=0,1,Fields!num_costs.Value))
Regards,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Users always get connection timeout problem when using multi subnet AG via listener. Especially after failover to another subnet ----Hot issues October