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: 
patchrick843
Contributor
Contributor

Dynamic bookmark with between filter or greater than AND less than

I need to create a dynamic bookmark filter on my app. Currently what I have is 

=MonthYear<MonthName(addmonths(today(),-1))

What I need is something like this 

=MonthYear<MonthName(addmonths(today(),-1)) & =MonthYear>MonthName(addmonths(today(),-12))

 I know this is not the correct syntax but how can I achieve this? 

1 Reply
marcus_sommer

The following worked for me directly with a hard-coded values but should be also possible with your expression:

=(Related>=100)*(Related<=110)

- Marcus