cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide a measure from crosstab in SAP BO DESIGN STUDIO, if it contains hierarchy?

former_member258682
Participant
0 Kudos
0favorite

I have a crosstab with 2 measure and a hierarchy so its dividing each measure in 6 columns, I want to hide the 2nd measure completely.(I dont want to remove it from Data source)

I tried this css: .showMeasure .sapzencrosstab-ColumnHeaderArea td.sapzencrosstab-HeaderCellDefault:not(:nth-child(-n+6)) ,.showMeasure .sapzencrosstab-DataArea td.sapzencrosstab-DataCellDefault:not(:nth-child(-n+6)) {display: none;} but its not working, it is still displaying an empty column with header of 2nd measure. please help!

Accepted Solutions (0)

Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

Hi Sarthak - I searched and this blog appeared: https://blogs.sap.com/2014/07/28/sap-design-studio-showinghiding-crosstab-columns-with-measures-with...

However, it may not work, depending on your version of Design Studio, if you are using m mode, etc. Perhaps provide more details? Screen shots would help too.

former_member258682
Participant
0 Kudos

The CSS I have mentioned above is taken from this link only.

TammyPowlas
Active Contributor
0 Kudos

Is your application in m mode? Which version / SP of Design Studio?