Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have watched this video about dynamic default bookmarks: https://www.youtube.com/watch?v=tFyqOigqnUw.
I want to make a dynamic default bookmark with a date that is 1 day before the max date and up to the prior 30 days.
I have entered this formula into the search: "=Date >= Max(Date) - 30 < Max(Date) - 1."
This does not work as i don't get any values to filter.
when i enter this value: "=Date >= Max(Date) - 30", it works. but when i add "< Max(Date) - 1.", it's not working.
anyway i can add a default bookmark that selects the dates between max(date) - 1 and max(date) - 30?
Thanks,
Tom.
Anyone?
Hi,
Try with
=Date >= (Max(Date) - 30) * Date < (Max(Date) - 1)
Best Regards,
Ruggero
Try like:
=Date >= Max(Total Date) - 30 AND Date< Max(total Date) - 1
I am using a date picker and I don't know how to use this formula there.
I am using a date picker and I don't know how to use this formula there.
Grande Ruggero!
Grazie Sergio @SergioTres ! E' un piacere risentirti 🙂