Raghu R
Raghu R

Reputation: 23

Hiding a column in pivot table if the column is null in Oracle OBIEE

we are creating a pivot table in OBIEE, we need to hide columns from the pivot table if those columns are null. Is there any implicit way of doing this in Oracle OBIEE? Thanks in advance

Upvotes: 0

Views: 739

Answers (1)

Chris
Chris

Reputation: 2752

No you can't. For the very simple reason that a pivot is a cross-table and does intersections of data so you quite literally can never be sure that a whole "column" as you call it retrieves only NULLs. It simmply doesn't make sense.

Upvotes: 0

Related Questions