Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a line graph showing a count of data per hour of the day. I want to compare this to the value 7 days previous
I've used the following:
=count({<CorrectedDate={$(=(Max(CorrectedDate)-7))}>} Hour)
However, it isn't showing the 7 days previous figure on the line graph. Have I missed something?
Count({<CorrectedDate = {'$(=Date(Max(CorrectedDate)-7))'}>}Hour)
may be you have other selections that needs to be ignored?
count({<month=,year=,day=,CorrectedDate={$(=(Max(CorrectedDate)-7))}>} Hour)
hth
Sasi
May be this:
=Count({<CorrectedDate={"$(=Date(Max(CorrectedDate)-7), 'YourDateFormat')"}>} Hour)
Hi Sunny,
You meant this?
Count({<CorrectedDate={"$(=Date(Max(CorrectedDate)-7, 'YourDateFormat'))"}>} Hour)
Tried all answers. Still not showing the 2nd line
Post sample application pls
Yup, that is what I meant