![]() |
kujox 12/16/2010 |
I have a field called IsApproved. This field is an integer and can either be a 0 or a 1. If 0, they are NOT approved. I would like to have a place in the list where a RED graphic box shows up if IsApproved = 0. If 1, they are APPROVED. I would like to have a GREEN graphic show up if IsApproved = 1
|
K
|
karmacomposer author 12/16/2010 |
In the visual editor you need to choose custom and use the code.
|
![]() |
Sergey Kornilov admin 12/16/2010 |
In the visual editor you need to choose custom and use the code... |
K
|
karmacomposer author 12/16/2010 |
|
![]() |
Sergey Kornilov admin 12/16/2010 |
You need to make sure that value of isHeld field is actually 1. If you are always seeing green icon that means value of this field is always 0 or empty. |
K
|
karmacomposer author 12/16/2010 |
You need to make sure that value of isHeld field is actually 1. If you are always seeing green icon that means value of this field is always 0 or empty.
|