cancel
Showing results for 
Search instead for 
Did you mean: 

How to Hide Value Label in ichart(Stacked Bar Chart)?

Former Member
0 Kudos

Hi Experts,

     I create one stacked barchart in sap mii 12.2.2 as follows

          

     After upgrade my server from 12.2.2 to 12.2.6 i got the output for same configuration as

How to hide the values in x-axis mentioned as blue color.

my configuration details:

Please help me on this and it would be great help ful for me

Note: I am using SAP-MII 12.2.6(build 52) server.

Thanks and Regards,

Santhosh K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh/Padma Rao,

     Thanks for your response.

     If i uncheck the show labels checkbox means, the whole x- axis values not shown including the black color shift names in the above chart.

Please help me.

Thanks and regards,

Santhosh K

former_member204240
Active Participant
0 Kudos

Don't assign label column in data mapping. Just give in X axis.

And I hope that Show x axis checkbox is checked?

Also you can remove that X-axis value columns where you setting shift name again there.

Former Member
0 Kudos

No Padma i didnt enble the show x-axis checkbox. My configuration details and the corresponding output shown below:

Please Check and share ur comments.

Thanks & Regards,

Santhosh K

former_member204240
Active Participant
0 Kudos

Santhosh, I did same thing but it works fine.

Can you paste your xml or xacute query output here?

Ca you clear java cache and try?

Former Member
0 Kudos

which version you are using?

I am using 12.2.6 build 52

how can i get xml output?

Please share the procedure to get the same.

former_member204240
Active Participant
0 Kudos

I tried in 12.1.8.

I mean your query output which you mapping to your chart.

Former Member
0 Kudos

Yes,even for me also its working fine in 12.2.2.

but its not working in 12.2.6.

Former Member
0 Kudos

query output:

XML:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

- <Rowsets CachedTime="" DateCreated="2013-10-08T08:03:20" EndDate="2013-10-08T08:03:20" StartDate="2013-10-08T07:03:20" Version="12.2.6 Build(54)">

- <Rowset>

- <Columns>

<Column Description="DowntimeDate" MaxRange="1" MinRange="0" Name="DowntimeDate" SQLDataType="93" SourceColumn="DowntimeDate" />

<Column Description="ShiftId" MaxRange="1" MinRange="0" Name="ShiftId" SQLDataType="4" SourceColumn="ShiftId" />

<Column Description="ShiftName" MaxRange="1" MinRange="0" Name="ShiftName" SQLDataType="-9" SourceColumn="ShiftName" />

<Column Description="Line" MaxRange="1" MinRange="0" Name="Line" SQLDataType="-9" SourceColumn="Line" />

<Column Description="MachineGroupId" MaxRange="1" MinRange="0" Name="MachineGroupId" SQLDataType="4" SourceColumn="MachineGroupId" />

<Column Description="Machinegroup" MaxRange="1" MinRange="0" Name="Machinegroup" SQLDataType="-9" SourceColumn="Machinegroup" />

<Column Description="MachineId" MaxRange="1" MinRange="0" Name="MachineId" SQLDataType="4" SourceColumn="MachineId" />

<Column Description="MachineName" MaxRange="1" MinRange="0" Name="MachineName" SQLDataType="-9" SourceColumn="MachineName" />

<Column Description="MachineDesc" MaxRange="1" MinRange="0" Name="MachineDesc" SQLDataType="-9" SourceColumn="MachineDesc" />

<Column Description="ORG" MaxRange="1" MinRange="0" Name="ORG" SQLDataType="8" SourceColumn="ORG" />

<Column Description="TECH" MaxRange="1" MinRange="0" Name="TECH" SQLDataType="8" SourceColumn="TECH" />

<Column Description="OH" MaxRange="1" MinRange="0" Name="OH" SQLDataType="8" SourceColumn="OH" />

<Column Description="TOTAL" MaxRange="1" MinRange="0" Name="TOTAL" SQLDataType="8" SourceColumn="TOTAL" />

</Columns>

- <Row>

<DowntimeDate>2013-09-30T00:00:00</DowntimeDate>

<ShiftId>2</ShiftId>

<ShiftName>B</ShiftName>

<Line>HPH3</Line>

<MachineGroupId>2</MachineGroupId>

<Machinegroup>HPH</Machinegroup>

<MachineId>25</MachineId>

<MachineName>342</MachineName>

<MachineDesc>Arburg IM100 HPH3</MachineDesc>

<ORG>0</ORG>

<TECH>0</TECH>

<OH>30</OH>

<TOTAL>30</TOTAL>

</Row>

- <Row>

<DowntimeDate>2013-09-30T00:00:00</DowntimeDate>

<ShiftId>3</ShiftId>

<ShiftName>C</ShiftName>

<Line>HPH3</Line>

<MachineGroupId>2</MachineGroupId>

<Machinegroup>HPH</Machinegroup>

<MachineId>25</MachineId>

<MachineName>342</MachineName>

<MachineDesc>Arburg IM100 HPH3</MachineDesc>

<ORG>0</ORG>

<TECH>0</TECH>

<OH>30</OH>

<TOTAL>30</TOTAL>

</Row>

- <Row>

<DowntimeDate>2013-09-30T00:00:00</DowntimeDate>

<ShiftId>4</ShiftId>

<ShiftName>D</ShiftName>

<Line>HPH3</Line>

<MachineGroupId>2</MachineGroupId>

<Machinegroup>HPH</Machinegroup>

<MachineId>25</MachineId>

<MachineName>342</MachineName>

<MachineDesc>Arburg IM100 HPH3</MachineDesc>

<ORG>0</ORG>

<TECH>180</TECH>

<OH>0</OH>

<TOTAL>180</TOTAL>

</Row>

</Rowset>

</Rowsets>

former_member204240
Active Participant
0 Kudos

Don't know, last option I can say is to clear all java cache and close all browsers and try to launch again.

It seem all fine according to your configuration.

Former Member
0 Kudos

ok thanks Padma Rao.

former_member204240
Active Participant
0 Kudos

Hey, restart the SAP instance(SAP mmc) and give a try!

Former Member
0 Kudos

Hi All,

     Thanks for your valuable suggesstions.

     Instead of stacked bar i use custom chart.

     Now its working fine.

Regards,

Santhosh K

Answers (2)

Answers (2)

former_member204240
Active Participant
0 Kudos

Santhosh,

Uncheck the Show Labels checkbox in X axis. It removes your blue values.

Former Member
0 Kudos

Hi Santhosh,

Deselect "Show Labels" option and clear all your temp files to try again.

Thanks.

S.Rajesh