Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I have recently found out that my dynamic bookmark (with filters) does not work anymore.
I have a field Calendrier.DATE that I set on today's date but my method is not workin anymore :
My old method : =[Calendrier.DATE]=Today()
I tried this one : {<[Calendrier.DATE]={"=$(=Today())"}>}
None of them gives me a result.
PS : I am enabling "only one value to choose" on the Calendrier.DATE field
I attached screenshots of results of both methods
Thank you so much for your help !
Hi @yousrarami96,
Try selecting a value with following expression:
={1}[Calendrier.DATE]=Today()
It is important though, that you do so while "only one value to choose" isn't enabled for the bookmark to work.
Did you change any other parameters?
What is the result of the current two methods?
Hello,
Sorry, I forget to inform that I attached to my first post the screenshots of both methods
Nothing has changed. This approach sadly never worked properly on "Only one selected value".
Hi @yousrarami96,
Try selecting a value with following expression:
={1}[Calendrier.DATE]=Today()
It is important though, that you do so while "only one value to choose" isn't enabled for the bookmark to work.