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

Make a line chart ignore date filters?

I have filters on a sheet that automatically retrieve the latest date from the available ones. However, I would like for a line chart to not be filtered by this, as it will only give 1 dot in the graph. 

alespooletto_1-1704269619322.png

 

 

How can I avoid this and make sure the line chart has all the dates available? 

Labels (1)
1 Solution

Accepted Solutions
Parthiban
Creator
Creator

Hi,

Try this one..

 

Count( {< Flag= {'LABOR_OFF'}, MainSFC = {'Main SFC'},Date=>} distinct SFC) / Count(distinct{<Date=>} WorkDay)

 

View solution in original post

4 Replies
Parthiban
Creator
Creator

Hi,

Just exclude that date field in your expression.

alespooletto
Creator II
Creator II
Author

Hi, 

 

Thank you. I'm sorry I omitted the expression above, you can find it here:

Count( {< Flag= {'LABOR_OFF'}, MainSFC = {'Main SFC'}>} distinct SFC) / Count(distinct WorkDay)

 

Could you help me figure out what should I change to make it work as intended?

Parthiban
Creator
Creator

Hi,

Try this one..

 

Count( {< Flag= {'LABOR_OFF'}, MainSFC = {'Main SFC'},Date=>} distinct SFC) / Count(distinct{<Date=>} WorkDay)

 

alespooletto
Creator II
Creator II
Author

Thank you! This works perfectly 😀