Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selection base Condition

Hello friend,

Please check the following snapshot and conditions-

snap1.jpg

If user selects ''DOM' button in combination with "FORM" button then the Analysis chart should show error message. The chart should be visible for other combinations like DOM - A, Ex - FORM etc except DOM-FORM.

So what condition should i use in Calculation condition..

2 Replies
Anonymous
Not applicable
Author

Logical: DOM and Not FORM

if in your Buttons you Change variable Content you may use

(vDOM='DOM') and not (VFORM='FORM')

if your Buttons select fields you Need to define the field states according

maxgro
MVP
MVP

the condition could be (replace fielda fieldb with your fields)

not (fielda='DOM' and fieldb='FORM')