I want to add a new column with some static values in SSRS report. I am using expression builder in SSRS report:
=IIF(Fields!BILLING_SERVICE_CD.Value="ASG1","75.28",
IIF(Fields!BILLING_SERVICE_CD.Value="ASG2","92.66",
IIF(Fields!BILLING_SERVICE_CD.Value="ASG3","124.87","")))
But it is giving me an error:
ORA-01008: not all variables bound