I have a report let us say has following output. In the below table, if I wish to suppress the rows where all columns are zero what should I do?How to achieve this functionality? Kindly help.
Regards-vinod
Depends on what your columns composing the rows are.
Are they independent measures? If yes => add a filter to not select when they are all zeros.
Can you please explain a bit more? I would like to understand what you mean by "independent measures"?
At the report level, I have very generic filter like
For each column, I further have column formula defined differently. For example - I have defined for 2 columns as follows
Column 1: All bugs
SUM(CASE WHEN ("Bug Header"."Status" IN (11, 17, 25, 26, 30, 40, 87) then 1 else 0 END)
Column 2 : Sev 1,2 BugsSUM(CASE WHEN ("BUG HEADER"."SEVERITY" IN (1,2) AND "Bug Header"."Status" IN (10, 16, 11,17, 25, 26, 30, 40, 87)) then 1 else 0 END)
So in such cases, how do I still suppress rows which has all ZERO return values?
Thanks,-vinod
Edit: @Gianni Ceresa ok smart-ass, go ahead and explain the whole, full concept to the OP
Just apply De Morgan's laws : you want a NOT(A=0 AND B=0 etc), so the filter is A<>0 OR B<>0 etc.
Build a filter with all your columns in that way (with <> 0 and OR between the conditions), if the row is only 0 it isn't returned.
Did you give up on that one?
Looks like it
Well, each column is not simple and they themselves are of summary type. So wasn't sure how to go about it. Hence didn't pursue.
You could at least comment as to whether Gianni's alternative works
Hence the main issue with build facts logically at report run time ...
in filter fx add those columns (column1+column2+column3+..ColumnN) > 0 as a condition.
Agenda Presentation: What's New in FDI 26.R3 Open Q & A: Ask your questions of implementation and product specialists Replays of past FDI CEAL Guidance Office Hours are available on Oracle VideoHub here. Fusion Data Intelligence - CEAL Guidance Office Hours The FDI Office Hours are hosted by CEAL solution architects who…
I want to export all OAC RPD joins and conditions, is there a way to export or extract joins information. please suggest. Repository documentation doesn't gives joins, if any other way pls suggest.
So when I click the apply button, it uses the value . Also. How do I stop the auto populate table when the report opens???? I am in OAC
Good day, please kindly assist. We are creating a graph to calculate the number of assets per milestones. However, the planners have only populated assets for only one milestone from the list of milestones the customer wants to track. Which gives an incorrect view as the project moves past different milestones that it has…
I scheduled the report in OTBI and the agent was run successfully. However, I do not receive the report after the run in my inbox. The addresses are properly recorded, and the report is in an excel format and saved as a pivot table in otbi. What can be the cause?
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?