Calculate Index% from an expression using ValueList?
Hello,
Anyone of you can help me with this please. I have a below expression in a chart which works fine and the Dimensions and Expression show fine without any issues, However
in the chart, Now if I want to add another Dimension and column called 'Variance Index %'which is calculated as Post - Pre/ 100 to show in percentage. I was wondering how we can do it, I tried copying the whole expressions for Post and pre and then doing it, also I tried pasting them in variables and using these in the chart, but it doesnt seem to work. Any solution like we use, say if(ValueList(Pre,Post,Promo, Result, Index) = 'Index' 'Pre - Post/100. Please help me with this.