Crosstab Vertical Align Setting

JEAN-LUC COUSTEIX shared this idea 4 years ago
Idea Logged

I would like to specify vertical-align (top / middle / bottom) in the cross-tab.

By default data appears in the middle:

ef09fa8dc5f9c32f00c56d9445a3ad40Please add a setting to the column formatting.

Replies (3)

photo
1

While the above idea has been logged for further review, you should be able to get around it right now with some custom CSS. However please be aware this will affect all cross-tab reports.


You just need to use the following CSS

.rptCrosstabData td {

vertical-align: top;

} 

The above should be saved in a .css file, and then stored in the {Yellowfin Instance}\appserver\webapps\ROOT\customcss folder.

I've also created this .css file for you so you can just drop in.

You will then need to refresh your browser cache for it to really take affect.


Before CSS.

b0c597b91ed10515e89bedd4ad742b88

After CSS.


ad188694214eae16e73bf57a751cfe9e

photo
1

Hi Nathan, great work. Many thanks. So we would need to perform this action after each yellowfin update? Is it correct? Best wishes Uwe

photo
1

Hi Uwe,

To my understanding the customcss folder should not have any affect with an update, if this does then simple perform the action mentioned by Nathan to have this re-added. I hope this helps.

Regards,

Mark

Leave a Comment
 
Attach a file