Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How To Use Alternative State In Conditional Enablement of Dimensions ???

Dear All,

I am trying to use the QV Ver. 11 new feature "Alternate State" in "Conditional Enablement Of Dimension" and I am stucked in this.

I am trying to wright, right expression for it but every time geting syntex error. What is the right syntex I dont know.

any one please help me in this.

I am attaching my example.

Thanks In Advance

Regards

- IndianQvLover

2 Replies
Not applicable
Author

I had Try

1. =if( { [ Group 1 ]::caGrp1='City'},1,0)          --------  Error In Syntex

2. =if( { [ Group 1 ]::caGrp1={ 'City' }  },1,0)    --------  Error In Syntex

and some more

Please Guide me.

Regards

IndianQvLover

Not applicable
Author

after reading some community post and some R&D I found that a Set Analysis will be used in this situation instead of IF statment

=count( { $ < caGrp1={'City'} > } Flag )