cancel
Showing results for 
Search instead for 
Did you mean: 

Crosstab multiple selection - CSS behaviour

Former Member
0 Kudos

Dear Experts,

I have a problem within DesignStudio 1.6 SP1.

Let me try to explain the situation.

Assign a query with active exceptions to a crosstab in design studio.

The default css for crosstab gives you 1 grey and 1 white row. The problem is the "white" row.

If you now have an active exception on every cell in one of these "white" rows you cannot see

wheter this row is selected or not?

Take a look at the screenshot --> every row is selected --> but the effect of the highlighting in the "white" rows

with active exception in a cell are not visible.

Is there any solution?

Thanks in advance

Best wishes!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marian,

Please try the following CSS script:


.sapzencrosstab-DataCellSelectData {

    background: #E6F2F9 !important;

}

You will have to embed this class in a CSS file which you will then be required to upload to your application. Once you do this, you should be able to see selections that you are making, regardless of the exceptions that show up on the crosstab. You do not have to assign a class to the crosstab after uploading the file, though.

I hope this is what you were looking for.

(In case you require instructions on how to use a CSS file, please refer to this video)

Thanks and Regards,

Eshwar Prasanna

Former Member
0 Kudos

Dear Eshwar,

it works perfectly!

Thank you so much

Best wishes

Answers (0)