Syntax question
I have a classic report page and I want to link to and pass parameters to a page outside the APEX app.
My link field on the page is the Voucher_ID.
I can’t work out the syntax for the URL parameters.
http://.... BUSINESS_UNIT=8088&VOUCHER_ID=VOUCHER_ID
http://.... BUSINESS_UNIT=8088&VOUCHER_ID=&VOUCHER_ID.
http://.... BUSINESS_UNIT=8088&VOUCHER_ID=:VOUCHER_ID.
I’ve tried these 3 and they all load the text column name ” VOUCHER_ID”
Suggestions?
Thanks