cancel
Showing results for 
Search instead for 
Did you mean: 

Change column name in case of multiple header rows in crosstab design studio

former_member269762
Participant
0 Kudos

Hi,

I need to change the column name of a crosstab in design studio 1.6

The structure is as below:


The requirement is to change the Column header INR to display USD.

I tried changing the CSS file with the code:table.sapzencrosstab-ColumnHeaderArea>tbody>tr>td:nth-child(1):after{ content:"USD";}

But with this code, all the rows of the first column header are assigned USD like Q1 USD

abcUSD and INR USD whereas I only need to change the 3rd column header row with value as INR.

How can I specifically select the row in the column header.

Thanks and Regards,

Deepti Prabhu

Cancel

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor

Hi Deepti - that is the currency, and should be associated with your backend data (is this a BEx query)? That is not something to change with CSS. Maybe you could share more details about your backend data source so the community may better assist?

former_member269762
Participant
0 Kudos

Hi Tammy,

The currency is from the backend bex query where for each country earlier it was in local currency. But now the data is saved in million USD for all countries through Design Studio Integrated Planning. So we want to display Mil USD as currency for all the countries now in the Dashboard Column.

TammyPowlas
Active Contributor

Deepti - I would look at changing the currency in the planning query and not Design Studio. Doing this on the back end will make your application run faster

Answers (0)