Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am having a problem creating a series of graphs due to dates.
I have two fields from the same table, one called logged_date and on called closed_date.
I want to create a graph showing the number of cases logged compared to number of cases closed.
Is there a way where i can create a dimension that says jan , feb, mar, april etc and then just add my expressions to that dimension?
Hope this makes sense.
Thanks
Laura
one way of doing this is to split the table into two part and concatenate them while renaming botha dates as same date.
Hope this will help