Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
mstoler
Partner - Specialist
Partner - Specialist

using a variable in a bookmark

Hello,

In my data model I have a calendar with a Year field . I also have a variable vCurrentYear which is set to Year(today()).

Is there a way to create a bookmark where part of the bookmark is set set Year to the variable $(vCurrentYear).

As an alternative I can just add a field CurrentYear to my data model and make that part of my bookmark.

Thanks,

Michael

Labels (2)
1 Solution

Accepted Solutions
albertovarela
Partner - Specialist
Partner - Specialist

Create a filter pane with the field Year, perform the search:  =Year=$(vCurrentYear)  and hit enter, then create the bookmark.

View solution in original post

3 Replies
albertovarela
Partner - Specialist
Partner - Specialist

Create a filter pane with the field Year, perform the search:  =Year=$(vCurrentYear)  and hit enter, then create the bookmark.

mstoler
Partner - Specialist
Partner - Specialist
Author

Very clever and then bookmark the -1 value. 

I like it!

Michael

JacobForssell
Partner - Contributor II
Partner - Contributor II

Does anyone know if this still is possible? I am trying this but it does not seem to work for me