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: 
Karahs
Partner - Creator
Partner - Creator

Hide Line on Filter Selection

Hi All,
As per the shown image below, i want to hide the line when i select the dimensions( KPI and Avg. Amt).
Any suggestions how to achieve it.

Thanks

Labels (1)
3 Replies
mahaveerbiraj
Creator II
Creator II

Hi ,

Can you please attach QVF , and mention what you want hide 

 

Karahs
Partner - Creator
Partner - Creator
Author

As attached image, i want to hide the line trend appearing on the chart when i select the two filters selected in the image.

mahaveerbiraj
Creator II
Creator II

Hi 

use something like  below expression in  your line measure,

if(GetFieldSelections(Month)='Jan' and Fiscal='Fiscal Year 1998-1999', '' ,
sum([Sales Amount]))

 

let me know if your not clear, have good day