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

Partial color fill in one of the column in a iGrid

Former Member
0 Kudos
300

Hi,

Is there any way to set one of the column in a grid partially filled with a color.

Eg:- 75% of a cell in a column should filled ( horizontally ) with a color if the value of the column is 75 and other columns are data columns.

I may be asking too much. But I am wondering is it really possible in xMII 11.5 and/or 12.x.

Thanks in advance.

Srinivas.

View Entire Topic
jcgood25
Active Contributor
0 Kudos

Not with the standard behaviors, the iGrid color contexting applies to either the full cell background, the text, or the entire row background.

What is the significance of 75% and the context of the data? Perhaps there would be another way to provide visibility to this information using standard grid types, but not in a gantt chart approach.

Former Member
0 Kudos

Jeremy,

I will mention the scenario. A list of orders needs to be listed in a table format order# and several other columns belongs to order. In this table one of the column is status on that particular order. We want to represent the status as horizontal bar which should depends on value of "status" column.

Let me know if I need to provide more info.

Thanks,

Srinivas.

Former Member
0 Kudos

Hello Srinivas,

This is not possible with a grid applet. You can use captions in your grid and set its type as "Lights Mode".

Or you can use HTML and javascript to build your grid manually.

Applet overview

http://help.sap.com/saphelp_xmii115/helpdata/en/Applet_Reference_Details/Applet_Overview.htm

Danilo