PeriyurParthi
IS-IT--Management
i have to show the values in different colours if my below said conditions satisfies,ie if the particular cell contains a value of "ban" then it should be in some colour
if that cell contain someother value like "parthiban" , then it should show in some other colour,
{
THIS.column1.dynamicbackcolor= "IIF (table.field='parthiban', RGB(255,0,0), RGB(255,255,255))"
THIS.column2.dynamicbackcolor= "IIF(table.field='parthiban', RGB(255,0,0), RGB(255,255,255))"
this.column1.dynamicbackcolor= "iif(table.field='ban' , rgb(255,155,155),rgb(255,255,255))"
THIS.column2.dynamicbackcolor= "IIF(table.field='ban' , RGB(255,155,155),RGB(255,255,255))"
}
now the problem is only one colour is displying in grid,
pls check if errors in the above said,
regds
parthiban
if that cell contain someother value like "parthiban" , then it should show in some other colour,
{
THIS.column1.dynamicbackcolor= "IIF (table.field='parthiban', RGB(255,0,0), RGB(255,255,255))"
THIS.column2.dynamicbackcolor= "IIF(table.field='parthiban', RGB(255,0,0), RGB(255,255,255))"
this.column1.dynamicbackcolor= "iif(table.field='ban' , rgb(255,155,155),rgb(255,255,255))"
THIS.column2.dynamicbackcolor= "IIF(table.field='ban' , RGB(255,155,155),RGB(255,255,255))"
}
now the problem is only one colour is displying in grid,
pls check if errors in the above said,
regds
parthiban