Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
once i think i have this under the belt, i just don't.
i want to use set analysis to based on variable.
the variable is today's date called vdate.
i want sum of sales where salesdate = vdate.
help please?
Lambert Badenhorst.
use below
sum({<salesdate ={"$(vdate)"}>}sales)
Hi Lambert,
try sum({<salesdate={$(#vdate)}>} sales) or sum({<salesdate={$(#=date(today()))}>} sales)
C u,
Stefano
thank you!
thank you!
thank you!
This worked perfectly for an expression I was working on. Thanks!