Summary
Bind Variable
Content
Required to create a custom version of an Oracle Data definition to add a new field.
The Data Definition dataQuery sqlStatement's are mostly populated via a beforeReport package trigger
e.g.
<sqlStatement name="Q_SUMMARY_SELECT">
<![CDATA[
&P_SUMMARY_SQL_STATEMENT
AND :L_RUN_SUMMARY_REPORT = 'Y' ]]>
</sqlStatement>
Can I reference one of the fields within Q_SUMMARY_SELECT as a following Bind Varaible ?
I've tried but the value looks to be null.
I don't want to waste time on the impossible :-)
Thanks.