Hi,
How can we use media queries in OBIEE 12c?
Please let me know the thoughts on approach.
Thanks in advance!
If you create your own custom style you can use media queries, just don't forget a little detail: OBIEE isn't a small website with some simple code and a table in the middle of the page.
The UI is quite "big", with many elements that you can't really control (generated by the system) and you can try to define your media queries in your custom CSS but I would say it's better to not expect miracles unless you invest lot of time in it ...
Thanks Gianni!
So, this means the chances of implementing media queries are comparatively less. I understand. Can you please direct me/ share with me some useful links/good reads around this topic? That would be very helpful.
Thanks again!
For infos on developing a custom style in 12c have a look at the doc here: http://docs.oracle.com/middleware/1221/biee/BIESG/answersconfigset.htm#BIESG9198
May I suggest using more descriptive titles on your posts? A post entitled something like 'OBIEE 12c - Are media queries possible?' will stand a much better chance of someone addressing it than just the vague and generic title 'OBIEE 12c'.
Thank you!
If you got what you were looking for can you maybe close the thread? For now it's still This question is Not Answered.
Hello, Starting with the OAC September 2026 update, you’ll notice some changes to the Workbook authoring experience. The Data, Visualize, and Present tabs will no longer be displayed at the top of the Workbook. Here’s how you can navigate between these experiences going forward. Presenting and configuring a presentation…
Join us for a partner enablement update on EBS Agents, including current capabilities, deployment approach, and how to engage on customer opportunities. We’ll also share a brief AIDP update and outline upcoming deeper-dive sessions.
We have Iceberg tables stored in OCI Object Storage with the standard structure: table/ ├── data/ └── metadata/ I found the AIDP sample notebook for working with Iceberg through Spark using a Hadoop Catalog, which is an example to support reading and writing Iceberg tables from notebooks. [github.com] However, I have not…
The difference column is a calculation, and I would like to average that row.
Hi Everyone, We're running into a challenge in OAS 2026 with Data Visualization (DV) workbooks embedded in Classic Answers dashboards. Our requirement is to: Allow the embedded DV workbook to respond to Answers dashboard prompts. Prevent users from accessing the "Drill to Attribute/Hierarchy..." option from the right-click…