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: 
NavinReddy
Creator II
Creator II

Hide the Object

Dear Experts,

if i select (year and quarter) both object will show ,are else textbox will be hide

i tried this ex: year=1 and Quarter=1 in condition

These expression Not working any help from your side

Thanks in Advance

Niranjan

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try =if(getselectedcount(year)>0 and getselectedcount(Quarter)>0,1,0)


talk is cheap, supply exceeds demand
NavinReddy
Creator II
Creator II
Author

Hi Wassenaar,

Thanks for your reply ts not working

Best Regards,

Niranjan

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Please post a sample document that demonstrates the problem.


talk is cheap, supply exceeds demand
NavinReddy
Creator II
Creator II
Author

Hi Wassenaar,

Thanks for your Help this experession working Fine

=getselectedcount ( Year ) =1 and getselectedcount ( Quarter ) =1


Best Regards,

Niranjan