Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I want to get before 15 days today with button. İf today is 30.01.2024, I want to get dates after 15.01.2024. How can i do that with button.
If(not vShowLast15Days or Date > Today() - 15, Date)
Make sure to disable the "Include null values" checkbox.Clicking the button now toggles whether all or only the last 15 days until today are shown:
How/where do you want the dates? As a dimension in a table? Concatenated to a text?
What is supposed to be shown when the button is not pressed/toggled? Should all dates be shown?
When I click the button, Button should choose the days.
If(not vShowLast15Days or Date > Today() - 15, Date)
Make sure to disable the "Include null values" checkbox.Clicking the button now toggles whether all or only the last 15 days until today are shown:
see the post from @LRuCelver