Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Filter without affecting Grand Total

Marco ZerbiniJan 21 2022 — edited Jan 21 2022

Hi All,

Is there way to exclude rows in OBIEE Answers table report but without affecting grand total?
Example:
Following the start table:
Category Value1 Value2
Food 10 5
Technology 20 5
Automotive 30 5
Total 60 15

I set the filter Category not in "Automotive"
and I want look following table:
Category Value1 Value2
Food 10 5
Technology 20 5
Total 60 15

is it possible?

This post has been answered by Gianni Ceresa on Jan 21 2022
Jump to Answer

Comments

VenkatCH

Receive : Accepts message data from a service partner. Optionally begins a process by creating an instance of the process.

Reply : Sends a response to a partner identified in a matching Receive activity

Callback : Asynchronous BPEL Process completes its operations and callback the Client with the response message.

Regards,

Venkat Ch

PuneetRekhade

If you want to receive a response from a service, you should know the type of service - sync or async. "Reply(Sync)" and "Callback(ASync)" are used to send back the response to the caller. Hence, you'll use "Invoke( If external service is Sync)" or "Receive (If external service is ASync)" to get the response.

You can read about activities in deep and experiment via practical examples to make things clear.

VenkatCH

Yeah, Underlining the same

1 - 3