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: 
smilingjohn
Specialist
Specialist

Selection

IF(sales > 0 ,1, 0)

i have a layout condition for a list box as mentioned above , and within this condition a fielname called brand

and the brand is equal to 'TV'  it should hide . how do i acaive this . and it should enable when brand is eaul to others ?

and similarly there is one more condition for the layout which is

IF(

(

  sales

) > , 0, 0,1)

and within this also i want to include brande = TVS and it whould hide when tvs is selected and should enable if other brand is seleted .

2 Replies
vinieme12
Champion III
Champion III

=if(wildmatch(Brand,'TV'),0,1)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
hemachandran
Partner - Creator
Partner - Creator

HI John

 

         In the listbox which field you are giving..

I guess you expecting this kind of answer...

in layout

if(sales >0 and brand='TV' ,0,1)