Hi .,
I have a requirement to Dynamically Hide the columns in the report where all the values are null.
ex. in report we have 5 columns , if 2 column values are null then display only 3 columns in the report.
Thanks
Raj
Nice requirement ...
Not possible out of the box, by default OBIEE doesn't hide columns at all, even if empty.
In this case how is OBIEE supposed to know if the column contains only NULL? It's a row by row check ...
If you remove the header of your column it will be really small, so it's not going to take too much space.
You can of course implement workarounds to try to simulate that kind of behaviour but it will be not simple to do and maintain with possible side effects (like replacing your column by one which is hidden after making the check if all the values are null, and this one can be something like counting all rows and comparing with the number of rows with the null etc.).
+1 to @Gianni Ceresa
OBIEE is not a reporting tool ... it's an online analysis tool. There is a lot of web content on conditionally hiding columns using BI Publisher.
This is not going to happen out of the box. But here is a suggestion (Disclaimer: Have not tried it myself and hence not completely sure if it is feasible)
If this is a dashboard report, I would create two versions of the report, one with all the columns and the other with just the three columns. Then I would create a third report that will have a column that can indicate if the two columns have completely null values or not. Based on this third report you can conditionally show the version of the report (i.e report with all columns or just 3 columns) in the dashboard.
Just to add to Gianni and Thomas:
Knowing that something is NULL or 'null' or '' or 0 or whatever is very, VERY important from an analytical point of view.
Is the data correct? Should it be null/empty/whatever? Etc
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M