How to add custom visualizations to analysis? — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to add custom visualizations to analysis?

Received Response
1
Views
1
Comments
3165027
3165027 Rank 1 - Community Starter

Hello

Can anyone tell me how to add new custom visualizations to the view definitions.

So far I was using the narratives to achieve through javascript, but would like include my visualizations to be part to the existing views list. Anyone know how to achieve it?

Thanks

Answers

  • rmoff
    rmoff Rank 6 - Analytics Lead
    I [...]would like include my visualizations to be part to the existing views list. Anyone know how to achieve it?
    
    

    This isn't possible without some fundamental hacking of OBIEE. The views list is generated at runtime by sawserver (Presentation Services), so you'd to somehow modify the DOM to add your entries, and then to link from them to a custom UI that enables users to use your visualisations.

    If you're interested in this kind of thing, there is a commercial offering from Rittman Mead that does offer Javascript visualisations through the UI, you can read more about it here.

    Disclaimer: I work for Rittman Mead