cancel
Showing results for 
Search instead for 
Did you mean: 

DS1.6Score Card Row issue

SATHISH_BTP
Participant
0 Kudos

Hi Expert's,

In My Dashboard I am Using score and Some Component's, I have Reduced Row width From 70 to 30 and in left it showing Additional Rows than Resulted row's screen shot attached Below. Could you Please help on this how can I resolve this.

I have google it I did not find Any Post Related to This Issue.

Best Regard's,

Sathish.

Accepted Solutions (1)

Accepted Solutions (1)

Karol-K
Advisor
Advisor
0 Kudos

Hi,

there is a theory saying "if someone will find a bug, the same bug will be found by 1000 others..." 😉

so also in this case, around week ago it was reported by a customer incident.

-> solution is scheduled for SP2.

as workaround, you can place following CSS in your CSS file:

.sapXTableMain .sapUiTableTr.sapUiTableRowHidden,

.sapXTableMain .sapUiTableRowHdr.sapUiTableRowHidden,

.sapXTableMain .sapUiTableRowHdr.sapUiTableRowHidden:hover {

border: 0px solid #000000;

background-color: transparent;

}

this will fix it before SP2 is available (see note

1760372SAP BusinessObjects Design Studio - Release Schedule

for schedule.

Karol

SATHISH_BTP
Participant
0 Kudos

Hi Karol,

Thank you,I will Check,

Could you please provide All CSS classes Related To Score card Because I want To change Alternate row Color's and result Row's How can I achieve this.In cross tab it's Very easy By using CSS Classes.

Best Regard's,

Sathish.

Karol-K
Advisor
Advisor
0 Kudos

Hi Sathish,

for the "all scorecard css classes" - I have no list as of today. many classes are set on the single controls (especially charts); in the text view you should be able to define a lot already in the column definition.

You can always check in developer tools if you want to overwrite something.

Karol

Answers (0)