Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I need help, I want to create a button with action - select in field between variables that are dates.
Ive already tryied ='>=' & '$(vPERIOD_START)' & '<=' & '$(vPERIOD_END)' but nothing worked, can you give me an advice how I must do this?
Hi Denis,
Add this expression in the filter pane of the field you want to filter
>=$(vPERIOD_START)<=$(vPERIOD_END)
Then create a bookmark and through the button, you can trigger that bookmark
If you found his answer useful, Kindly mark it
Thanks!
Hi darshan_kotian, where should I add this expression? right in listbox expression?
Should bookmark work while i change variables?