Hello All,
After upgrading report from BO 4.0 SP4 to BO 4.1 SP3, we are getting #Multivalue error in some of the formulas in report. That formula is using one dimension and one measure object.
We do have that formula in several tabs in the same report but not all tabs are showing #Multivalue error. We are getting that error only in a few tabs.
Formula is something like this: =(Sum([Measure]) Where ([Dimension]=1)/Sum([Measure])Where ([Dimension]=8))-1
If I remove Sum function from measure then also it shows #Multivalue error.
I tried to drag n drop and hide dimension in the table but when I hide that dimension, whole row of the table is getting hidden.
I tried Foreach(Dimension) trick at the end of the formula but no luck.
Please help.
Thanks in advance.