Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In the example in this image, I would expect to see the line chart show one ticket submitted for 12/10 and one for 1/07, just like in the pivot table. What am I missing?
Dimension: =aggr(max( {$<COM_CAT={'ART - Agenda'}>}WeekStart(COM_CAT_START_DATE)),COM_CAT_START_DATE)
May be you forgot to add this to your expression
=sum(if(aggr(count({$<COM_CAT={'ART - Agenda'}>}COM_CAT),DEFECT_ID,COM_CAT_START_DATE)>=1,1))
May be you forgot to add this to your expression
=sum(if(aggr(count({$<COM_CAT={'ART - Agenda'}>}COM_CAT),DEFECT_ID,COM_CAT_START_DATE)>=1,1))
I have simple cloned the Pivot table and instead of Pivot table changed to Line chart.
Also removed one of the expression and the result is:
I need both expressions.