Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I want to make graph, which is shifted by date. It means, in chart would be 2 lines: one shows current values, another values of previous day.
I tried something like:
if(Date = date($(vDat)), Sum({<Date = {"=date($(vDat)-1)"}>} page_impressions))
where vDat is date as number, but it does not work. What I am doing wrong?
Thank You in advance!
Hi there,
Please take a try:
if(Date = date('$(vDat)'), Sum({<Date = {"$(=date(`$(vDat)`)-1)"}>} page_impressions))