Solved
Generate file or reports
dear all
Generate any file type or Reports, how to store from System Repository .
dear all
Generate any file type or Reports, how to store from System Repository .
Hello,
I would suggest using what
There are no supported ways of creating PDF or excel files on thingworx from what I can understand.
You can create a CSV file however using the CSVParserFunctions:
let params = {
path: undefined /* STRING */,
data: undefined /* INFOTABLE */,
fileRepository: undefined /* THINGNAME */,
withHeader: undefined /* BOOLEAN */
};
// no return
Resources["CSVParserFunctions"].WriteCSVFile(params);
Give it a shot and get back to us if you any further questions.
Regards,
Jens
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.