I have written a custom query-report under build>report>new>query-report
I would like to add a “check” button which modifies the query parameters slightly.
And from reading up about this it seems I can only do this by making the report
standard and having backend access to add the script conditionals.
Try Script report. From V13 you can create script report without making it standard.
You can have greater control on filters and visible columns based on the filter selection.
Thank you for your post. Apologies for only responding now. My other servers are all running V13
but I am busy setting up a V14 machine. Got stuck with a problem. I digress.
Let me try this script report. I have been steering clear of it only because my perception
is that it is going to create code on the server which will cause problems on the next update.
So I am trying to implement suggestions by @gsarunk and in the process I had a look at
existing reports I just need to clarify that my understanding is correct…
I understand many of you are beyond this point and my questions may seem trivial but I would
like to get this under my belt.
So if I create my report … Build->Report->New
Select-> script reportt
Then the code below is placed in the Client Code block, just below the “query/Sccript” block??
That’s not right.
Client code is where you put all javascript for your report. You can define filters and do other frontend related stuffs. You can refer to any standard report.js for this.