Im trying to build webi reports that are dependent on stored procedures.
I thought of two methods
method 1:
Universe Level
Create a derived table and paste the sql query of stored procedure.
method2 :
report level:
drag the objects on to reprot and click on custom query and paste sql query of stored procedure .
Am i heading in correct direction Is there any other method.
Please suggest me.
You should go with method 1
Creating reports off an universe is a best practice to follow compared to custom SQL or stored procedure.
There are lot of plus points while using a universe than a free hand SQL or SP.
As aforementioned, universe is the way to go.
If you say any other method, then as they are WebI reports designed either from a universe or a custom SQL which again involves a universe.
Stored procedure based DP in WebI is not possible.