Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a strange situation where the days are not displayed right.
This is my expression count({<Date = {"<=$(=DATE(MAX(Date)))>=$(=DATE(MAX(Date)-6))"}>}TICKETID)
This is the Dimension: Day.
Like you can see I selected the maximum day - 6 to display the last 7 days. As you can see below I suppose to see the day the data on this logic : 29,30,31,1,2,3,4.
Could please someone advise ?
Yes, Make sense. You need to play around with Sort tab? If not, I would ask you to provide sample work file to test
Yes, Make sense. You need to play around with Sort tab? If not, I would ask you to provide sample work file to test
Hi Constantin,
Please try Below:
count({<Date = {'>=$(=DATE(MAX(Date)-6)) <=$(=DATE(MAX(Date)))'}>}TICKETID)
Thanks,
Arvind Patil
I tied the options from the Sort Tab but hey don't work.....
I would try to create a simple scenario....
Hi Constantin,
Try giving Date as expression in the sort tab.
Hi Constantin,
As Anil suggested the sort tab might have the answer to this. Maybe sort by Expression : Date
cheers
Andrew
Hi,
I have added now the condition Date like you said and now I have I think the problem sorted:)
Thanks you all sorted now:)
Sorry guys but after a better check is looking like all the above they are not right. Soo the problem is still open.
What is wrong? What are you expecting to see? Could you post a sample qvw?