Getting Invalid format excel format requested error using RTF template
Summary:
Getting Invalid format excel format requested error using RTF template
Content (please ensure you mask any confidential information):
Hi,
I have a report that I want to burst to an SFTP server in Excel format. The report is generating correctly in Excel when run normally; however, when I enable bursting, I encounter the following error:
“Invalid format requested: excel.”
I have used RTF template
Below is my bursting query:
SELECT
name AS key,
'Daily Liabilities Base For Global Treasury.rtf' AS template,
'en-US' AS locale,
'excel' AS output_format,
'FTP' AS del_channel,
'SFTP Server' AS parameter1,
NULL AS parameter2,
Tagged:
0