Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OTBI dashboard prompt daily rate

Received Response
21
Views
1
Comments


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 :

image.png


result :"test" field is null.

image.png


Answers