Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have Date column that begins from 08/28/2023 and ends in 05/28/2024 i wanted to create another dimension store a value of a period of time. the new dim or variable must begin 11/28/2023 and ends in 12/31/2023.
I hope it's clear for you all.
You can create like below as a variable also
=Sum({<DateField={">=11/28/2023 <=12/31/2023"}>} Value)
You can create like below as a variable also
=Sum({<DateField={">=11/28/2023 <=12/31/2023"}>} Value)
@abTech What is logic behind for this?