OBIEE 12c, how to remove the default space between sections — Oracle Analytics

Oracle Analytics Cloud and Server

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

OBIEE 12c, how to remove the default space between sections

Received Response
163
Views
4
Comments
3412639
3412639 Rank 1 - Community Starter

Dear all,

I create a dashboard with many tables or chart. I use conditions to control the report display. In one condition there is just one report (in a single section) shows up and other will be hidden.

But there are default space comes with reports. so all the report top position are changing due to the space.

How to reduce and remove these space in dashboard? very appreciate your kind help.

Many thanks!

Mike

Answers

  • FTisiot
    FTisiot Rank 6 - Analytics Lead

    If I understood you correctly, You should try analysing the HTML and changing the related CSS classes.

  • 3412639
    3412639 Rank 1 - Community Starter

    yes, i have tried to override the CSS, but it only can change the format, but not remove the space

  • Did you check where the space come from?

    If you inspect the page with your browser's Developer tools extension (the name maybe is different but they all have it now), what do you find where you have the spaces?

    If you have elements there, even if empty (like a <div> or things like that) of course they "take some place" in the page, but if you manage to uniquely identify these things with CSS you can fix the thing.

    Also maybe post a screenshot to show exactly what/where your issue is ... will maybe give people a different idea on how to solve it.

  • Daniel Willis
    Daniel Willis Rank 4 - Community Specialist

    It'll be a combination of padding and cellspacing and perhaps widths/stretching. All overridable through CSS.