Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

qrcode with blank data printed while report is in bursting workes well without bursting

edited Jul 25, 2024 5:40PM in Reporting and Analytics for ERP 1 comment

Summary:

scheduled report and qr code in it works well when the output is not bursted but when we burst the output qrcode with blank data printed whole report output and data is as expected and xml generated is contains data for QRcode.

this is my bursting query and it does its task well to send output to a server.

SELECT
trx_number key,
'EINV_REP' template,
'en-US' locale,
'PDF' output_format,
'FTP' del_channel,
'xxxxxx'
|| to_char(trx_date, 'YYYYDDMM')
|| 'T'
|| to_char(creation_date, 'HH24MISS')
|| ''
|| regexp_replace(trx_number, '/', '
')
|| '.pdf' output_name,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!