OracleBIBlog Search

Tuesday, July 28, 2009

Putting Label of the Prompt in Front

If you want to put the Label of the prompts in front of the selection itself (intead of on the top)

1. To do this just for the current dashboard page, add a text frame to your dashboard page and add following content to it
< type="text/css">
td.GFPFilter br { display:none; }
< /style >
Set "Contains HTML Markup" chechkbox.

2. If you want to do this across all pages, edit views.css of the style you are using (S_ directory) and add
td.GFPFilter br { display:none; }

0 comments: