Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javascript in OBIEE Narrative to change Session Variable

3467129Jun 29 2017 — edited Jun 30 2017

I'm currently building a javascript map visualization in an analysis.  When a user clicks on a point on the map, I want it to change another analysis in a dashboard.

How can I use the javascript I've placed in a narrative within an existing analysis to change the surrounding analyses on the same dashboard?  I.e., when a user clicks on a point in the JS generated map on NY, NY, I want to change the chart to the right of the map (another analysis) to only include data about NY, NY. 

I assume this means that the JS code would need to change a session/presentation variable in OBIEE that could then be used to change the other analyses.


From within a narrative, using Javascript, how can I change a session or presentation variable for a dashboard?

Comments

BluShadow
Maybe a quick search on the internet has the answer...

http://dba.ipbhost.com/index.php?showtopic=8736
21205
Answer
It's probably a problem with your tool. Assuming you're on Oracle 11gR1, run the script in SQL*Plus and it will work.
Marked as Answer by 663394 · Sep 27 2020
SomeoneElse
The CONTINUE statement is a new feature of 11g.

You didn't tell us what version you are using.
663394
Thanks I actaully stumbled on that site after posting the question.Any way as 'someone else' pointed continue is not supported in my version (10 g). Thanks a lot everyone for your time.
1 - 4
Locked Post
New comments cannot be posted to this locked post.