Hi There,
We are working on building a timeline. On the timeline, we’d like the option for the user to overlay additional data by using the filter bar.
In essence, we are looking to display a preset timeline with “Milestones” shown (filter here is “milestone = checked”)
We’d like to enable the user to see how our comms plans corresponds with the milestones. We added a filter bar where the user can select “comms = true”, but the filtered result ends up being
Milestone = True AND Comms = True. Instead, what we need is Milestone =. True OR Comms = True.
Are OR filters enabled for everyday users?