How to include all Context in Action when Jumping from Present to Discover
I want to create a jump to content item action on a Present that carries over all filter values placed on a Discover in the Present.
In a Present, I have a Discover with multiple slicers interacting with it. I create an Action that will allow the user to jump from the Present to a different Discover based on the same data model. The "include Context" box is checked off.
It seems that the context of the specific item being right-clicked on in the Present is carried over into the Discover, but all slicer values from the Present are not carried over into the Discover; the user would have to re-enter all slicer values to see the relevant data in the second Discover. This behavior is seen regardless of whether the Action is created on the Present or on the Discover, and it is seen regardless of whether the actionable item to be clicked on is a cell, a hierarchy, or the report overall.
Is there any way to carry over all interactions on the Discover in the Present, so that the slicer values on the Present are applied to the slicers in the content item that the user jumps to?
2 replies
-
If you have all the slicers in a Present dashboard injecting into a visual on the dashboard, they will all be included in the 'context' sent to the new Discover report opened via an action driven off the relevant items in the visual.
The context will NOT include slicers that are NOT attached to the visual obviously.
If you want to do something different, you could perhaps try the 'Jump To URL' option. Start with the direct link for the target Discover report and then programmatically append/inject all the incoming elements as filters to the URL.