cancel
Showing results for 
Search instead for 
Did you mean: 

CSS code to Highlight Individual rows in a corsstab

0 Kudos

Hello Team,

I am facing an issue with CROSSTAB CSS code in SAP Lumira designer.

We have build a dashboard in Designe studio 1.6 version long back. dashboard having below CSS code to highilight individual rows.

.tabone .sapzencrosstab-RowHeaderArea tr.sapzencrosstab-HeaderRow:nth-child(3) {color: blue; text-decoration: underline;cursor: pointer;}

.tabone .sapzencrosstab-RowHeaderArea tr.sapzencrosstab-HeaderRow:nth-child(4) {color: blue;text-decoration: underline;cursor: pointer;}

.tabone .sapzencrosstab-RowHeaderArea tr.sapzencrosstab-HeaderRow:nth-child(6) {color: blue;text-decoration: underline;cursor: pointer;}

.tabone .sapzencrosstab-RowHeaderArea tr.sapzencrosstab-HeaderRow:nth-child(7) {color: blue;text-decoration: underline;cursor: pointer;}

.tabone .sapzencrosstab-RowHeaderArea tr.sapzencrosstab-HeaderRow:nth-child(12) {color: blue;text-decoration: underline;cursor: pointer;}

After installing SAP Lumira designer services to the BOBJ server, design studio dashboard having issues like Crosstab loosing CSS code formatting. Same code not working in latest version.

Please let me to understand this issue. I have tried multiple ways of code change but no use.

Thanks,

Satya

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197738
Participant
0 Kudos

I agree with Mario. However your request seems to be simple.

I would advise to leverage inbuilt crosstab -conditional formatting instead off css approach.

Benefit?

  1. Lock specific dimension or kf's (comes handy with add/remove objects in crosstab
  2. No need to update your css code.
mario_panzenboeck
Contributor
0 Kudos

Hello Satya,

first of all a screenshot / explanation of the crosstab would be helpful. Please describe in detail which parts of the crosstab you want to format with your css code?

Best regards,

Mario