Categories
- All Categories
- Oracle Analytics Learning Hub
- 27 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 235 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Color coding on Search string on result
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
-
user2074645 wrote:any idea?~
Yeah: Use something like d3js or the likes. OBI doesn't do this.
0 -
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.
0 -
Did you give up on this question?
0 -
well. no give up~. I tried to put color coding with HTML tags. but no luck on it.:)
0 -
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.
0
