Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OTBI dashboard prompt daily rate

Hi,
I am trying to create prompt "presentation variable" and insert under "default selection" the below SQL which should return the Rate amount
(in BIP i can see the value) ,but after insert the SQL to the prompt i didn't get any value , please advice?
SQL:
select gd.conversion_rate
from gl_daily_rates gd
where gd.conversion_type='Corporate'
and gd.from_currency='USD'
and gd.to_currency='TWD'
and gd.conversion_date=TO_DATE('21-01-2024','DD-MM-YYYY')
Prompt :
result :"test" field is null.
Answers
-
Hi, To better serve you, please post this question in the Reporting and Analytics for ERP forum since its specific to Financial subject areas/use cases. Thank you.
0