dbr.column.filter default value

(4 posts) (3 voices)
  1. shmood, Member

    Hi Team,

    Is there any way to specify a default value for a filtered column? I would like to allow the user to filter on whatever they like (and therefore need to return the entire result set), but the result set is large and would like to start with a default filter value so it doesn't look so large at first.

  2. myDBR Team, Key Master

    Hi,
    you can use JavaScript to select a default filter, there is no option for it. If your dataset is too large for user to handle, you might consider if you can use report parameters instead of column filters (you can leave the parameters visible by using the dbr.parameters.show-command).

    --
    myDBR Team

  3. rpark, Member

    Can you please provide an example of using Javascript to do this, I think it's highly relevant but for DBA guys like me javacscript is a bit "Greek".

    Thanks!

  4. myDBR Team, Key Master

    See a demo.

    --
    myDBR Team


Reply

You must log in to post.