Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to calculate the difference between order counts and order values for two dates selected.
Please find attached the data and output files.
Thanks in advance
It is not understood very well what you want to do.
Please find attached the data and sample output files
See attached qvw
Thank you.
I want the default dates to set as the max date and max date -1 when no selections are made. Also do you think i should create a master calendar and link the order date?
In the solution to display the corresponding record of date1 and date2,
I created triggers for the variables for select in field = date($(vDate1)) & 'or' & '='& date($(vDate2))
but its not working. Can you give me some inputs please.