Hi All,
I have a question and request you all to suggest a solution. Your responses are appreciated.
In OBIEE when I use an Action Link to drill down an Analysis through Column Properties -> Interaction. I have two options.
Option 1: Create an Action to navigate to an Analysis. In this scenario, I see a "Return" option in the drill down analysis which when clicked will navigate back to the Main analysis with all the prompt values selected earlier.
Option 2: Create an Action to navigate to an Dashboard page. In this scenario, there is no "Return" option.
Is there a way to enable or create a link to navigate back to the Main Analysis and still capture the prompt values selected.
I found this option to add the below code to a Static Text view. However, it is not capturing the prompt values selected earlier.
<SPAN STYLE="position: relative; left:-4.5px;top:16.1px;">
<A href="javascript:history.back()">- Return</A>
</SPAN>
Please suggest.
Thanks,
Karthi