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?
Hide "description" from main page
(5 posts) (2 voices)-
-
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 -
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. -
You can hide the description via CSS by adding rule
.mainview .report .description { display: none }
to the userstyle.css
--
myDBR Team -
Great, thank you!
Reply
You must log in to post.