Forum Discussion
Milozebre
6 years agoHelper V
Use variable in measure
Hello Community, I hope you are well and that containment is not too difficult. I have a problem with the parameters and my measurements. I am doing my math class and I would like to make a ...
- 6 years ago
Hi Milozebre ,
You can modify your formula as below:
Measure = SWITCH(SELECTVALUE(SI(GAUCHE(CV_calculation_rule;1)),"1";SELECTEDVALUE(CK2); "2";SELECTEDVALUE(CL2);"4";SELECTEDVALUE(CM2);RECHERCHEV(A2;'Comp database'!A:V;22;0))I'm not sure what does "SI""GAUCHE""RECHERCHEV"mean?Are they all tables' names?The measure can be simply described as :
measure= SWITCH([measure],"case 1","value 1","case 2,"value 2",...[else])Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Greg_Deckler
6 years agoCommunity Champion
So, you could have a page that displays that presents a slicer of the options you have and then that drives everything else. Or buttons that act as choices to bookmarks.
Difficult to really understand what you are going for here.