I am also having this issue - is there any guidance?
I have recently updated node if that is any help?
I am also having this issue - is there any guidance?
I have recently updated node if that is any help?
Hi,
I need to generate a powerpoint report that includes charts. Is this possible using the PPTX recipe?
Data to create the chart needs to be entered into an excel file.
If it is not possible using the PPTX recipe are there any alternatives that you can think like generating a PPTX file from html?
I am able to use doxtemplater to loop though data: eg:
{#array} Show this content {/array}
But I am unable to use conditional statements.
I did have a look at the documentation that was linked in the jsreport documentation: https://docxtemplater.readthedocs.io/en/latest/angular_parse.html
But it does not work. Eg:
{#array.length>1}
There are multiple users
{/}
Will not work.
Am I supposed to install something else? Or make a change to the script/template?
We have started getting this error on our test report server:
Timed out after 30000 ms while trying to connect to Chrome! The only
Chrome revision guaranteed to work is r706915
TimeoutError: Timed out after 30000 ms while trying to connect to Chrome! The only Chrome revision guaranteed to work is r706915 at Timeout.onTimeout (/app/node_modules/puppeteer/lib/Launcher.js:359:14) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7)
Can you advise us on next steps? We are using docker.
Thanks in advance.
Ari
Hi,
We are having some issues with the formatting of outputted excel files through the html-to-xlsx recipe.
It might have something to do with the very large - 10mb style file that is generated.
It is very large:
Are you aware of this? Do you know if this is expected behaviour?
Hi, I have been able to add a hyperlink by turning the cell into a formula
eg:
<td data-cell-type="formula">=HYPERLINK("https://[URL content]'")</td>
Hi,
We are using version 2.9.0, also using docker
This error occurs when we try to load the uncommitted changes:
Do you have any advice?
Cheers,
Ari
Hi Jan,
We are updating to 2.8.0
We were on 2.6.1
We use docker, so we don't have a config file.
How do we set this reportTimeout property when using docker?
Hi Jsreport,
I have an urgent issue.
There is a timeout of 30 seconds for a html-to-xlsx report, we have been able to increase the timeout for pdf reports, but how do we increase the timeout for xlsx reports?
Hi,
This is not an urgent request by any means, just something that could make development a bit faster.
When developing on my local environment, the automatic reload/render when the template content changes is good, however, is there a setting to make it so that the reload/render will only occur when I save the file?
It is just that often the server will attempt to render/reload with incomplete code and result in an error, often it needs to finish rendering before it can render with the finished code, this slows down the development process a bit.
It would help if it only attempted to render when the code was finished - ie, when I specifically hit the save button.
Cheers.