Oracle Analytics Cloud and Server

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

Method to modify property for all graph?

Received Response
21
Views
4
Comments
Rank 6 - Analytics Lead

Hi (again)

Not sure about this one ... but, worth probing the collective wisdom of the board.

Users want to make some adjustments to some dashboard features/layouts. In one such case, they'd like to change all the graphs from 3D to 2D (all graphs are currently displayed as 3D). I know that I can do this by going into each graph respectively and change, but wondering if there is a way to change everything together??

11.1.1.9.x version

Regards,

Charles

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • Rank 8 - Analytics Strategist

    I’d suggest you take 1 analysis and look at the XML before and after changing the graph property. You can use an XML editor to compare both XML files.

    Once you’ve found the code difference, you can then do a global XML search and replace with the catalog manager.  Score making global catalog changes always take a backup!

  • Rank 6 - Analytics Lead

    Thanks Joel! I'll take a look at that. Sounds like this may be the only option, eh?

  • Rank 6 - Analytics Lead

    Hi Joel,

    I took one sample so far (so, making an assumption of the small sample size here). And, I can see that 3d comes up twice.

    Here are the tags I found them in:

    <saw:view xsi:type="saw:dvtchart" name="dvtchart!1">  <saw:display type="lineBar" subtype="basic" renderFormat="default" mode="online">     <saw:style barStyle="default" lineStyle="default" scatterStyle="default" fillStyle="default" bubblePercentSize="100" effect="3d" />

    <saw:view xsi:type="saw:dvtchart" name="dvtchart!2">      <saw:display type="bar" subtype="hundredPctStacked" renderFormat="default" mode="online">        <saw:style barStyle="default" lineStyle="default" scatterStyle="default" fillStyle="default" bubblePercentSize="100" effect="3d" />

    I'm going to try this out, and see how it goes. I'll circle back here when I'm done ...

    Regards,

    Charles

  • Rank 6 - Analytics Lead

    Worked like a charm! Thanks again, this is good to know.

Welcome!

It looks like you're new here. Sign in or register to get started.