What?
I saw a lot of articles that would cover this but I wanted an example which includes headers and footers and how to get an automatic page-break-inside to not overlap these. Fine on screen but ...
The Problem
I've set some tablix headers but when I request the same report in PDF format, the tablix headers only appear once on the first page. Every subsequent page simply displays the report header ...
If you've been to the point where you're exporting a report to Excel, and only some of the column headers appear, then try this:
I googled this for ages and found different suggestions ...
... = invokeurl
[
url :v_Endpoint
type :GET
headers:m_Header
connection:"my_workdrive_connection"
];
info r_TeamFolderInfo;
The one to rule them all
// ======================
// get folder ...
... a data table in ZohoAnalytics to hold the attachments
Create an Excel spreadsheet or CSV file with the headers: Ticket ID, Attachment ID, Image URL, Created Time, Modified Time
Add a dummy row with ...
... r_WorkdriveUpload;
if(!isNull(r_WorkdriveUpload.get("data")))
{
//
// set permissions to public and visible
m_Headers = Map();
m_Headers.put("Accept","application/vnd.api+json");
for each r_Data ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.