Oracle Analytics Cloud and Server

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

Oracle JET Visualisations/Reports in OBIEE 12c

Received Response
43
Views
7
Comments
Nagaraju Amrabad-Oracle
Nagaraju Amrabad-Oracle Rank 2 - Community Beginner

Hello,

How do we integrate Oracle JET & OBIEE(12c), Meaning viewing OJET visualisations in OBI.

Regards,

Naga

Answers

  • Joel
    Joel Rank 8 - Analytics Strategist

    Have you seen this Oracle blog post?

  • The link Joel posted answer the question perfectly.

    More in general the concept of "integration" is quite vague. OBIEE is a web application, Jet is web too (in the end it's a bunch of JS and CSS), so you can put your Jet code in an OBIEE page but I wouldn't call it integration.

  • Nagaraju Amrabad-Oracle
    Nagaraju Amrabad-Oracle Rank 2 - Community Beginner

    Thank you for making me understand the point.

  • Nagaraju Amrabad-Oracle
    Nagaraju Amrabad-Oracle Rank 2 - Community Beginner

    Thanks Joel.

    I had a look at link.

  • Nagaraju Amrabad-Oracle
    Nagaraju Amrabad-Oracle Rank 2 - Community Beginner

    Team,

    After checking into the URL shared by Joel, I saw OJET visualisations in BI. It only demonstrates on high level. (this is the only video im getting in diff blog's I found)

    In the link we have VBOX - sample app set up link to view the same.

    I have been searching for any sample step by step kind of info for a sample report for hands on. In case if anyone has please revert here.

    Thanks,

    Naga.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner
    3514884 wrote:After checking into the URL shared by Joel, I saw OJET visualisations in BI. It only demonstrates on high level. (this is the only video im getting in diff blog's I found)In the link we have VBOX - sample app set up link to view the same.I have been searching for any sample step by step kind of info for a sample report for hands on. In case if anyone has please revert here.

    The video, the SampleApp virtual machine - you have all the components to make it work. You should at least demonstrate a bit of effort in trying to make it work rather than asking for a "step by step" list to follow.

    The forums are here to help people do their work. Not to do their work for them.

    Also: How will you ever learn to do anything if you just follow lists made by other people? The only thing you learn then is: following lists and not thinking about a problem.

  • 3514884 wrote:I have been searching for any sample step by step kind of info for a sample report for hands on. In case if anyone has please revert here.

    Simpler than copy/paste from the working real examples in OBIEE?

    Do you actually know and JET by itself and can use it easily? Because if you don't know JET the thing to learn is that one. As said JET is not really integrated in OBIEE, what OBIEE does is to set javascript data structures instead of charts or tables and that's it, the OBIEE job stop there.

    From there you have to know how to use JET, which isn't an integration nor an OBIEE thing at all.