Skip to Main Content

Japanese

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

OBIEE parameter issue

1056631Nov 25 2013


Hi,

I have to build a report in OBIEE 11g answers where the parameter is "Period". But the problem is there is no column as Period (eg JUN-2013, AUG-2012 etc). The report filter apeears as

Trans Date  is less than or equal to  07/31/2013 12:00:00 AM 

AND  GL Date  is greater than  07/31/2013 12:00:00 AM

Somehow I need to pass 'JUN-2013' instead of  '07/31/2013 12:00:00 AM' and the parameter will be a dashboard prompt.

The EBS database query conditions look like below

apps.ra_customer_trx_all.trx_date <= '31-Jul-2013'

apps.ar_receivable_applications_all.gl_date > '31-Jul-2013'

In the subject area I have one presentation table called 'Transaction Date' and columns as 'Year' and 'Month' but the values are appearing as '2013' and 'JUN'.  Not sure how to use this as a parameter and then pass to the analysis.

The dashboard prompt LOV should be look like JUN-13, JUL-13, AUG-13 etc and then the user selected value needs to pass to the report to filter the data.

Could anyone please help.

Also please guide me on how to display the parameter values in OBIEE report. The report will be attached to a dashboard page.

It would be great if you could please provide steps to do these.

Thanks

Titas

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 23 2013
Added on Nov 25 2013
0 comments
753 views