Oracle Analytics Cloud and Server

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

Custom Formatting in OBIEE Graphs

Received Response
76
Views
16
Comments
2»

Answers

  • Buy a different tool ...

    OBIEE does this by concatenating values, so you will have "BizTech 2012" on the first column, "BizTech 2013" on the second etc. Just like the first screenshot I posted above.

    DV will have the same approach, but adding a comma to separate values (so something like "BizTech, 2012" etc.).

    You could do it by developing a custom visualization plugin which gives you full freedom in what you do.

  • User_S35K3
    User_S35K3 Rank 4 - Community Specialist

    Concatenating does not fullfill my requirement. I just need it exactly shown in last screen shot.

  • User_S35K3
    User_S35K3 Rank 4 - Community Specialist

    20190921_005350.png

  • It isn't me who developed OBIEE, it works like that for more than 10 years.

    So the reply is the same: buy a different tool or code the visualization yourself. Do a D3js or any other JS library visualization in your OBIEE analysis or develop a custom visualization plugin if you consider moving to DV.

    There is nothing else to say as this is how things are!

    What else can you do? Raise an ER with Oracle (same process as opening a SR) and ask for it. If they accept to consider it, it will probably take years (or many months) before to see it.

  • User_S35K3
    User_S35K3 Rank 4 - Community Specialist

    Hi,

    Did you understand my requirements.

    Each brand is shown only once and corredponding years are repeated as shown in latest attachment.

  • 3698127 wrote:Hi,Did you understand my requirements.Each brand is shown only once and corredponding years are repeated as shown in latest attachment.

    Look at what I wrote just before this reply, that's the final answer.