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 ?
Hi ,
I checked again and now I can see that using the Date like expression in the Sort tab is not right.
I have 4 qvds which contains 4 types of tickets but the data format is the same and I can see now something like this
As you can see I use the same data only the ticket is different:
expressions:
count({$<OP.Date = {"<=$(=DATE(MAX(OP.Date)))>=$(=DATE(MAX(OP.Date)-6))"}>}OP_TICKETID)
count({<WO_Date = {"<=$(=DATE(MAX(WO.Date)))>=$(=DATE(MAX(WO.Date)-6))"}>}WO_TICKETID)
count({<CR.Date = {"<=$(=DATE(MAX(CR.Date)))>=$(=DATE(MAX(CR.Date)-6))"}>}CR_TICKETID)
count({<PB.Date = {"<=$(=DATE(MAX(PB.Date)))>=$(=DATE(MAX(PB.Date)-6))"}>}PB_TICKETID)
Dimenssions:
OP.Day
WO.Day
CR.Day
PB.Day
if I uncheck all the Sorting I can see now I can see the right data for the first OP.Tickets but I can't to see for all the rest.
Someone can advise ?
I responded above to Anil. I would try to create some sample qvw.
Hi,
So for the first chart are you using OP.Date as an expression under the sort tab ?
If so, make the same changes for other charts. Actually you need to use the Date column which you are using in your expression.
Use below Date columns as expression under Sort tab,
chart 1 - OP.Date
chart 2 - WO.Date
Chart 3 - CR.Date
Chart 4 - PB.Date
I added some sample test data please find above the attached files.
I tried all already... I just attached some sample data.
The thing is I need to display all the tickets even if we have days with no tickets.
Let say today is 04/08/2017 I want to display all the OP from 29,30,31,1,2,3,4
Hi all,
Thanks you for your support. I think I found the solution.... I need to add the MAX(OP_Date) In the Sort Tab.. If I don't add the Max function the system would not pick up the right order.
Regards,
C
Hi Constantin,
Actually I have personal edition, could you please send me the script and excel if possible.
I managed to solve the problem adding Max function into the sort expression.
Max(OP_Date)
Cool, Flag your response as correct answer
I would flag yours because you drived me on the right direction. Thanks