February 7, 2024 at 11:26 pm
I'm creating a SSRS report pulling from SSAS cube using a MDX Query.
In my report I'm trying to sum conditionally inside a grid using the following expression.
=Sum(iif((Fields!TOC_DIsplay.Value = "Default TOC" or Fields!TOC_DIsplay.Value = "Labor" or Fields!TOC_DIsplay.Value = "Non-Labor"),
cdec(Fields!Next_Year_Budget__E_.Value),
cdec(0)))
I'm getting the following error when the column has no values.
Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The specified operation is not valid.
Any suggestions on fixing this error would be greatly appreciated.
Thanks,
Raymond
February 9, 2024 at 12:10 am
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy