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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
kwarren1
Partner - Contributor III
Partner - Contributor III

URL Passing Parameter Query Select DeSelect?

I am not having much luck passing DeSelected List Box options within my query successfully. Once a List Box option is selected (I.E. Year 2015) then I deselect it, my URL parameter still passes the year 2015 that was previously selected.

See examples in RED.

I can choose to select all for Month, however I would prefer to not have any selected or highlighted green for the user.

='https://devqvs.bedashboard.com/QvAJAXZfc/opendoc.htm?document='&vDocumentEncoded&'&host=QVS%40'&vCom...'

& if(IsYearSelected=1,'&Select=LBYear,' & Concat(DISTINCT Year,',') ,'')

& if(IsMonthSelected=1, '&Select=LBMonth,' & Concat(DISTINCT Month,',') ,'&Select=LBMonth,(*)')

0 Replies