Hello,
I am working on training users in our organization to utilize the analysis and dashboard features in OTBI. However, I have encountered a challenge: filters and measurements need to be applied each time I build a report.
May I ask if there is a function similar to a data model that allows me to define specific criteria for data retrieval and structure the data for reporting?
For example, I would like to define employees = active employees only and allow other to reuse this.
I have tried to use column formulas and save them for reuse, but I've found that this only applies to the specific column. When I add other columns, like "Department Code," they still display inactive departments. Here’s an example of the formula I used:
CASE WHEN "Department"."Status" = 'Active' THEN "Department"."Name" END
Is there a way to filter multiple columns based on the same condition or a better approach to achieve this?
Thanks a lot.