Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
How can I avoid this and make sure the line chart has all the dates available?
Hi,
Try this one..
Count( {< Flag= {'LABOR_OFF'}, MainSFC = {'Main SFC'},Date=>} distinct SFC) / Count(distinct{<Date=>} WorkDay)
Hi,
Just exclude that date field in your expression.
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?
Hi,
Try this one..
Count( {< Flag= {'LABOR_OFF'}, MainSFC = {'Main SFC'},Date=>} distinct SFC) / Count(distinct{<Date=>} WorkDay)
Thank you! This works perfectly 😀