Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I have a requirement to get the calculation of a expression based on min and max date variable excluding date selection. please help.
Regards.
try like this?
=count(<DateField={"$(= '>=' & date(startdate Variable) & '<=' & date(enddate Variable))"}>} distinct customer)
HI Sunny AND Balraj,
Thanks for the reply this is done.
i have used this for min date : sum({$<[DATE Field] = {"<=$(=vmin)"}>} Inventory)
and for max date: sum({$<[DATE Field] = {">=$(=vmax)"}>} Inventory)
Regards,
Himanshi
May be something like this:
=Sum({<Date = {"$(='>=' & Date(vStart) & '<=' & Date(vEnd))"}>}Sales)
try like this?
=count(<DateField={"$(= '>=' & date(startdate Variable) & '<=' & date(enddate Variable))"}>} distinct customer)
HI Sunny AND Balraj,
Thanks for the reply this is done.
i have used this for min date : sum({$<[DATE Field] = {"<=$(=vmin)"}>} Inventory)
and for max date: sum({$<[DATE Field] = {">=$(=vmax)"}>} Inventory)
Regards,
Himanshi