Is it possible to have both input and output on one page?
Input & Output
(7 posts) (2 voices)-
-
Hi,
You can freely mix normal report output with editable content. The editable content can be both in place editing and editing using a form.--
myDBR Team -
Input form:
Date: 2011-03-18
[run report button]
Output form:
Date Count
---------- -----
2011-03-18 100Is it possible to have both input and output on one page after the run report button is hit:
Output form:
Date: 2011-03-18
Date Count
---------- -----
2011-03-18 100 -
One of our report users is trying to see whether there is a setting so that the input form doesn't auto-hide after the run report button has been hit.
-
Did not quite understand what do you mean having "both input and output on one page"?
If you mean that can you change the input parameters after the report is run, just click the "Change report parameters" icon at top right corner (the leftmost of the small icons at header).
--
myDBR Team -
No such setttings exists. You can still make it happen by using dbr.purehtml-command like this at the end of report:
select 'dbr.purehtml', '<script type="text/javascript">$(document).ready(function() {$(".param_input").css("display","block");});</script>';
Looks bit complicated but the script simply makes the included input form visible after the page has been loaded.
--
myDBR Team -
Thanks for your response. I'd try to put the command at the end of a report.
Reply
You must log in to post.