Hi.,
is there any plugin or way to build 3 dimension chart (x y z values) in OBIEE12c
thanks
Not as standard, you would be looking at using jscripts for this, see; -
https://www.rittmanmead.com/blog/2013/06/embedding-a-d3-visualisation-in-obiee/
And other blogs of its kind...
Have tried already , didn't get any script to plot x,y,z axis.,
It can also not exist and it's up to you to create it, but there must be for sure a JS library doing it ...
(you then embed it the same way as D3)
Look at this for example: https://plot.ly/javascript/3d-axes/
Thanks Gianni,
I am trying with ploty.js https://plot.ly/javascript/3d-surface-plots/
my x axis would be text, y and z axis would be number , how to pass this values to data , i am not getting expected result.
I am passing data like below in Narrative section
var data = [{
z: [@1,@2,@3],
type: 'surface'
}];
or
x: [@1],
y: [@2],
z:[@3]
Did you read the blog post linked above on how to embed D3 in OBIEE using a narrative?
There you see how to do it ... (https://www.rittmanmead.com/blog/content/images/2016/05/06663d3_narrative1.png )
@1, @2, @3 contains a single value each time, they are relative to a single row, so you need to use a piece of code which, when executed multiple times (once per row), keep adding values to the already existing values instead of replacing them.
You are just overwriting the values all the time as you recreate the variable all the time.
You can also maybe an issue when you use [ ] in the narrative, that's why the example uses the function push to add a new value to the array (at least on some versions I had this issue and "push" manage it just fine).
Do you know if connections that do not use TLS will be affected by the September 2026 update? Regards, Alison.
We have a requirement to embed OAC reports within the OCC Marketplace for both Organization and Non-Organization users. Currently, Organization users can access the reports through Oracle Analytics Cloud. However, the requirement is to make these reports available as embedded content within OCC Marketplace. When a user…
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.