Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community.
I have planned sales data in a monthly line chart from Jan to Dec.
I have the following expression and what I am trying to accomplish is to have a data point that shows the monthly total and changes as we go from month to month:
Count({$<[Date Type]={'VPP Dates'},Reference_Only={'No'},Date={$(=Date(Today(),'MMMM'))}>}Gateways)
I am getting zero when I throw the equation in a text box.
any help rendered will be truly appreciated.
Unfortunately I cannot share the app, even after scrambling, due to confidential restrictions.
I disabled the other expressions and still didn't work. So not too sure if that would help.
I think I got it...
I will have to check tomorrow to see if the month will change to December, but thus far I am able to show as intended:
Dual('Current Month, '& Count({$<[Date Type]={'VPP Dates'},Reference_Only={'No'},[Month of Year Abbreviated Name]={$(=Date(Today(),'MMM'))}>}Gateways),
Count({$<[Date Type]={'VPP Dates'},Reference_Only={'No'},[Month of Year Abbreviated Name]={$(=Date(Today(),'MMM'))}>}Gateways) )