qrcode with blank data printed while report is in bursting workes well without bursting
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,
Tagged:
0