cancel
Showing results for 
Search instead for 
Did you mean: 

Lumira Designer: Need to Add % in Crosstab data

Niroop
Participant
0 Kudos

Hello,

need to add % in Crosstab data.I tried using below Css.

.customCrosstabClass .sapzencrosstab-DataArea>tbody>tr>td:after{ content: "%";vertical-align:-50px;}

But % is not coming beside the value.

crosstab.png

need to display as below.

Actual 0.935% 30642%

My source is Bexquery.

Please suggest .

View Entire Topic
former_member595061
Contributor
0 Kudos

Hello,

also in the crosstab you have the parameter "Units and Scaling Factors". If you have the percentage sign already in the BEx Query, it should be possible to display the sign with this parameter.

Best regards,
Janine

Niroop
Participant
0 Kudos

Hello,

Thanks janine.It worked.