Excel report is not printing the parameter when used with bursting
Summary:
Excel report is not printing the parameter when used with bursting
Content (please ensure you mask any confidential information):
Hello All,
I have an Excel template–based report in which parameters are printed correctly when the report is run online. However, when using bursting, the parameters are not being printed.
Below is the Bursting query used
SELECT
name AS key,
'Trial Balance Template layout latest v1.xls' AS template,
'en-US' AS locale,
'excel' AS output_format,
'FTP' AS del_channel,
'SFTP Server' AS parameter1,
NULL AS parameter2,
NULL AS parameter3,
'/OUTBOUND/Branch_Staging/HK/STAGING/' AS parameter4,
Tagged:
0