EPBCS Reporting cube MDX member formula validation error
Hello Everyone!
I am trying to modify a ASO MDX member formula for an account which is applicable for all View members (MTD, QTD and YTD)
Current formula:
CASE
WHEN IS ([Function].Currentmember,[Total Function])Then (A1 / (A2[ManufacturingFunctions]) * (A3,[No entity],[no plan element],[no productline],[no function],[no project],plan,working,USD))
END
Now I am trying to modify this formula for MTD and QTD views for 3 months rolling including moving to prior year and prior year periods if the period is Jan or Feb as below. I do not see anything wrong in the formula but keep getting the validation errors. I tried to move the cases to different positions and different errors are showing up during validations and if I comment the cases based on the errors, the formula is validating and part of the formula is working. Is there any order to be followed on the dimensions or anything