@bjrmatos Hi, When are you planning to publish the solution to jsreport online?
Meanwhile we are generating some reports manually
rjaimel
@rjaimel
Posts made by rjaimel
-
RE: xlsx recipe: Error when evaluating with new version
-
xlsx recipe: Error when evaluating with new version
We are using jsreportonline to send periodical reports to our customers. One of our monthly reports has started to fail just this new month.
The error reported is:
Error while executing xlsx recipe
(because) error when evaluating engine handlebars for template anonymous
(because) "xlsxSData" helper call failed
(because) "xlsxSData" helper call failed
(because) "xlsxSData" helper call failed
(because) xlsxSData type="formula" helper only support cell refs that are above the current cell ref. cell ref: "D6", formula: "IF(ISNUMBER(VLOOKUP($B6,GEN!$A$2:$N$150,COLUMN()-1,FALSE)),VLOOKUP($B6,GEN!$A$2:$N$150,COLUMN()-1,FALSE),"")"This issue didn't exist with the previous version and it seems to be reported becase the software (xlsxSData function) doesn't take into account that the referred cells come from a different and previous sheet.
Has anyone else had a similar problem?
-
Can I send a report through from jsreportonline?
Hi all,
Maybe it is a repeated question but I didn't find it.
I would like to send a periodical report from jsreportonline but it seems that nodemailer is not part of its libraries:
Error: require of "nodemailer" module has been blocked. Custom require of modules are not supported in jsreportonline.Is it possible to do that with another installed library?
Thanks a lot