I have a Problem with my Chart. I Need to have a Chart that change the Expression when the value of the variable change. The Problem is that I Need to Show 2 Expression in the same Chart.
ex. vView is my variable. when vView = 'Yes' so my Expression will be A and B,
when vView = 'No' my Expression will be C and D,
I try to put in Definitio of Expression this:
=if(vView='Yes', A and B, if(vView='NO',C and D)) .... The Format of the Expression is ok but dosn't work well...