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).
Agenda Presentation: What's New in FDI 26.R3 Open Q & A: Ask your questions of implementation and product specialists Replays of past FDI CEAL Guidance Office Hours are available on Oracle VideoHub here. Fusion Data Intelligence - CEAL Guidance Office Hours The FDI Office Hours are hosted by CEAL solution architects who…
So when I click the apply button, it uses the value . Also. How do I stop the auto populate table when the report opens???? I am in OAC
Good day, please kindly assist. We are creating a graph to calculate the number of assets per milestones. However, the planners have only populated assets for only one milestone from the list of milestones the customer wants to track. Which gives an incorrect view as the project moves past different milestones that it has…
I scheduled the report in OTBI and the agent was run successfully. However, I do not receive the report after the run in my inbox. The addresses are properly recorded, and the report is in an excel format and saved as a pivot table in otbi. What can be the cause?
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?
I made a parameter with letter range values… put it into a dashboard filter. Then I created an expression filter to bind it to my last name column in the table with the image I uploaded here. I am getting the following error??? Invalid Expression. Validation of parameter values failed. A general error has occurred. Message…