Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
alespooletto
Creator
Creator

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
Creator
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
Creator
Author

Thank you! This works perfectly 😀