Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what is the right syntax for the following:
sum({<Date= {"<=$(=vYesterday))>=$(=vLastWeek)"}> } Sales)
for some reason it doesn't work..
(vYesterday and vLastWeek are variables)
HI
Try like this
sum({<Date= {'<=$(=vYesterday) >=$(=vLastWeek)'}> } Sales)
Did u check both are in same format?
hope it helps.
Try this:
sum({<Date= {"<=$(=vYesterday)"}, Date = {">=$(=vLastWeek)"}> } Sales)
HI
Try like this
sum({<Date= {'<=$(=vYesterday) >=$(=vLastWeek)'}> } Sales)
Did u check both are in same format?
hope it helps.