How to execute query in xls template?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2021 06:41 PM
Hello,
How I can execute query in a template report xls for get all record from Document for example. I try jx:each(items="coreSession.query('select * from Document', 2000)" var="docg") But not working :'(
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2021 03:51 PM
Hello,
It is easier to use regular document template with Freemarker : https://doc.nuxeo.com/nxdoc/document-templates-and-automation-rendering-service/#freemarker-templati...
Regards
