Oracle Analytics Cloud and Server

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

Color coding on Search string on result

Received Response
32
Views
5
Comments
Tony_OAS_Apex_User
Tony_OAS_Apex_User Rank 5 - Community Champion

I am trying to have search words into color coding at the OBIEE result.

I am passing the search words to the Analysis from prompt in dashboard.  I Know I can make the column to add any color/fontsize//and on.

I don't know if I can color coding the search word in the result ..

any idea?~

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner
    user2074645 wrote:any idea?~

    Yeah: Use something like d3js or the likes. OBI doesn't do this.

  • I would look more into jQuery, things like https://jsfiddle.net/awolf2904/pmgn1too/  or one of the various other links returned by Google. That's a purely visual thing done on the fly by the browser. If you want to edit formulas of your columns to add that logic it will be quite messy.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Did you give up on this question?

  • Tony_OAS_Apex_User
    Tony_OAS_Apex_User Rank 5 - Community Champion

    well. no give up~. I tried to put color coding with HTML tags. but no luck on it.:)

  • user2074645 wrote:I tried to put color coding with HTML tags. but no luck on it.:)

    You are trying to make it complicated

    Keep at as even your browser does it: an on-screen thing done by javascript.

    If you start adding code into your formulas not only you kill any action-link or other feature working on the value, but you have good chances to also interfere with exports generations.