Input & Output

(7 posts) (2 voices)
  • Started by alex.au@limos.com
  • Latest reply from alex.au@limos.com

Tags:

No tags yet.

  1. alex.au@limos.com, Member

    Is it possible to have both input and output on one page?

  2. myDBR Team, Key Master

    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

  3. alex.au@limos.com, Member

    Input form:

    Date: 2011-03-18

    [run report button]

    Output form:

    Date Count
    ---------- -----
    2011-03-18 100

    Is 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

  4. alex.au@limos.com, Member

    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.

  5. myDBR Team, Key Master

    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

  6. myDBR Team, Key Master

    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

  7. alex.au@limos.com, Member

    Thanks for your response. I'd try to put the command at the end of a report.


Reply

You must log in to post.