Hide "description" from main page

(5 posts) (2 voices)

Tags:

No tags yet.

  1. messygr, Member

    Hi! Is it possible to hide description from main page (which goes between report name and procedure name)?
    Or maybe there is some field than can be used for searching for reports with key words without displaying it on main page?

  2. myDBR Team, Key Master

    What is it that you arre trying to do?

    You could just leave the description empty or if you want to hide an existing description (why?), you can use CSS for this.

    You can always make a report which searches the existing reports based on criteria you select.

    What is the database you are using?

    --
    myDBR Team

  3. messygr, Member

    mysql
    I want to make a report for searching in mydbr_reports by some key words, and the obvious decision is to put these words in description. But when there are many reports in folder and each one has description it looks messy.

  4. myDBR Team, Key Master

    You can hide the description via CSS by adding rule

    .mainview .report .description { display: none }

    to the userstyle.css

    --
    myDBR Team

  5. messygr, Member

    Great, thank you!


Reply

You must log in to post.