Hello OBIEE Community,
I have this specific question, Is possible to set a variable in the query used in the dynamic repository variable init block data source with a value coming from Analytics?
I have the following query to be used in a repository variable init block data source
SELECT CONVERSION_RATE
FROM GL_DAILY_RATES
WHERE TRUNC(GDR.CONVERSION_DATE) =to_date(V_DATE, 'YYYY-MM-DD')
AND GDR.FROM_CURRENCY ='CRC'
AND GDR.TO_CURRENCY ='USD'
AND GDR.CONVERSION_TYPE = '1001'
I want to do something like the example in the image. in my case, I want to set the value of V_DATE with a value coming from Analytics, from BI presentation services. How can I achieve this, if this is possible? I do not know how to set V_DATE with a value coming from Analytics, so I would appreciate having an example regarding this, with the parameters that I have given here if this is possible.

Best Regards