Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone help me with below expression
=Sum({<BookedDeliveryDateKey = {=Num#(Date(Today(),'YYYYMMDD'))}>}Item_Volume)
Thanks,
Sunilkumar
Try like this
{"(=Num#(Date(Today(),'YYYYMMDD')))"}
or
{"(=Date(Today(),'YYYYMMDD'))"}
Tried but its not working
this should be like below
=Sum({<BookedDeliveryDateKey = {"$(=Date(Today(),'YYYYMMDD'))"}>}Item_Volume)
if it's not working then check the Format of BookedDeliveryDateKey. You need to provide the same format in set analysis.