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 .

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (1)

Answers (1)

former_member595061
Contributor
0 Kudos

Hello!

If you have the data labels in your BEx Query already, you can just set "show scaling factors" to true in the chart properties. If you don't have any scaling factors yet, you need to open the detailed chart properties -> find the property "chart configuration" -> with the cursor click into the chart type (eg. column chart) -> a button appears -> click on "configure chart...". There you will find an option to configure the data format for the data labels and tooltips.

More information on chart properties can be found in the lumira "application designer guide":
https://help.sap.com/viewer/p/SAP_LUMIRA


Best regards,
Janine

Niroop
Participant
0 Kudos

Hello Janine,

Thanks for yor reply.

But i am talking about crosstab.Can you please suggest.