Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analysis accessing alternate states

Hi everyone,

I have a complex set analysis expression and i am trying to access a specific alternate state on it. My expression is as follows:

(Count({<BoundariesKey={'NV200-X2 UV Reflected 200-OverallGain'},SensorValue={"= SensorValue>= HighControlLimit"} + {"= SensorValue<= LowControlLimit"}>}SensorValue) /

sum({<BoundariesKey={'NV200-X2 UV Reflected 200-OverallGain'}>}RowCounter))>=0.5

I tried the above but did not seem to work:

(Count({[AlternateState1]<BoundariesKey={'NV200-X2 UV Reflected 200-OverallGain'},SensorValue={"= SensorValue>= HighControlLimit"} + {"= SensorValue<= LowControlLimit"}>}SensorValue) /

sum({[AlternateState1]<BoundariesKey={'NV200-X2 UV Reflected 200-OverallGain'}>}RowCounter))>=0.5

Any other proposed solutions anyone???

Regards

0 Replies