Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I know I have run into this before and suspect I need to do something like add another dimension in my AGGR statement but I can't figure out what is happening...
I want the months in the Readmits per Month line chart to show Jul 2013, Aug 2013, Sept 2013 etc but Jul 2013 shows up multiple times etc with the dimension of =date(ADMIT_DATE, 'YYYY-MMM')
Any ideas?
Try this
=Date(MonthStart(ADMIT_DATE), 'YYYY-MMM')
There are no data points in the line graph?
I saw that too... can you create a field in the script instead of using a calculated dimension and use that in your aggr() expression?