Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all, I could use some help with a bar chart…
My document has the following:
Field called LOGDATE and a unique identifier called CALLREF.
List box called Month Logged which allows the user to filter the data by month: =monthname(LOGDATE)
Variable (vMaxLogDate) which finds the latest log date based on list box selection: =max(LOGDATE).
Bar chart, details as follows:
Dimension: =monthname(LOGDATE)
Expression: =count({$<LOGDATE=>}if(LOGDATE>=monthstart(addmonths(vMaxLogDate,-2)),CALLREF))
My bar chart should show the last 3 months of data, depending on any selection from Month Logged:
Any suggestions?
Thanks in advance, Michael.
I got this working by using the set analysis expression and limiting the number of visible dimension values to 3.
I got this working by using the set analysis expression and limiting the number of visible dimension values to 3.