How come I can't find the component feature in my studio? Please how do I get it?
Sesughter01
@Sesughter01
Posts made by Sesughter01
-
RE: HOW TO OPTIMIZE RENDERING OF LARGE DATA SETS IN JSREPORTS USING LOOPS
-
RE: HOW TO OPTIMIZE RENDERING OF LARGE DATA SETS IN JSREPORTS USING LOOPS
Okay, so I can't share the particular dataset I'm working with it's on a private server, however, maybe a description of the scale can help.
So imagine a dataset that generates a template with 20 to 30 full content in letter-size pages including some infographics. And all that data is passed dynamically using an API. From my experience running the render command, it takes at least 3mins or 4 for the report to render as against less than a minute for a two-page report -
HOW TO OPTIMIZE RENDERING OF LARGE DATA SETS IN JSREPORTS USING LOOPS
How can we make the rendering of reports faster when working with large data sets . Any suggestions as to coding paradigms will be appreciated.
-
RE: JSREPORT BROWSER CLIENT CDN
ok so apparently I had to change my login details to another account belonging to our team. However now I can't view the request data it brings up the error message when I try.
-
RE: JSREPORT BROWSER CLIENT CDN
From what appears here on my startup page it means all the calls to my template stockrecon have not been received because I made a call to this jsreport.serverUrl = "https://vnicom1.jsreportonline.net/" today
-
RE: JSREPORT BROWSER CLIENT CDN
this is the request data input from the online instance of the jsreport . This from running the report online but how do I see data from the external calls?
-
RE: JSREPORT BROWSER CLIENT CDN
- Rendered result from
report.openInWindow({ title: 'Stock Register' })
- Rendered result from
-
RE: JSREPORT BROWSER CLIENT CDN
New Problem being experienced .
- F12 result in console.log(data)
{
.....
someData: data
}
- F12 result in console.log(data)
-
RE: JSREPORT BROWSER CLIENT CDN
Issue resolved thanks so much . I was downloading as well as opening new window to render . Apparently you can only do one