Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI
what is wrong in this syntax??
sum({<Date={'>={'15/05/2008'} < {'12/08/2008'}'}>}[Sales Amount])
Thanks!!
Hi ,
Use the below expression ,
sum({<Date={">=15/05/2008<12/08/2008"}>} [Sales Amount])