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

Reg-condition display

Hi Team ,

we created a straight table and in that we have different filters in the right side of the chart. we have filters like organisation,productyear.

in organisation we have fields like BU,ZONE,RSM.

if we select BU=CI and year =2015 and brand=essentiale then EH should come .

now we have diff products in the product filter.

Now if i select BU=CI and year =2015 and brand =Essentiale and product=Essentiale inj. This should be changed from BU=EH and product=Essentaile cap

i have wriiten condition lie this.

=if(BU='CI' and Year>=2014 and Brand='Essnetiale','Essnetiale inj','Essentiale cap') now its ok But the problem is if i give this condition iam getting EH and i aslo getting another bu like pc.

This PC SHOULD NOT COME ONLY EH SHOULD BE APPEAR

CAN ANY ONE HELP ME OUT.

3 Replies
sujeetsingh
Master III
Master III

You can use a select on trigger for this field and use an action "Select in Field"

Siva_Sankar
Master II
Master II

Can you share the application?

Not applicable
Author

=if(BU='CI' and Year>=2014 and Brand='Essnetiale','Essnetiale inj','Essentiale cap') for this condition iam getting EH.But PC IS ALSO COMING. I WANT TO HIDE PC.


CAN U PLEASE SUGGEST IN WRITING ANY CONDITION HERE ITSELF