cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Showing Partial Dimension Members in SAC Chart Using Scripting

RajuRam
Active Participant
0 Likes
766

In SAC charts, is it possible to show partial dimension members using scripting? Specifically, I want to display characters from the 5th to the 12th character.

Accepted Solutions (1)

Accepted Solutions (1)

Venkat99
Explorer

Hi,

Try creating this partial dimension members from backend (SAP BW system) and bring it in a separate dimension to display in your widget in SAC.

Thanks!

Venkat

Answers (2)

Answers (2)

N1kh1l
Active Contributor
0 Likes

@RajuRam 

Create a calculated dimension and use that in your chart. no need for any scripting.

N1kh1l_0-1719919968569.png

You can use SUBSTRING operator to get your display characters.

 

Nikhil

RajuRam
Active Participant
0 Likes
Hello Nikhil,
RajuRam
Active Participant
0 Likes
Hello Nikhil, I am using BW 7.5 Live connection in which Calculated dimension is not available. We are going to migrate to HANA shortly. I am not sure whether Calculated dimension will work there
Venkat99
Explorer
0 Likes

Hi,

This partial dimension members can be derived using transformations at Model level or Calculated dimension at Widget level. That makes your requirement easier than using scripting.

Thanks,

Venkat