ANDif display if lv.Owner_Name__c = 'Joe Smith'is this possible??<tr style="{!IF(MOD(count,2)==0, 'background-color: ⌗A4A4A4;','background-color: ⌗E6E6E6;')}">
2 respuestas
Hi,Not sure if this works, but you can give it a try:<tr style="{!IF(lv.Owner_Name__c == 'Joe Smith', IF(MOD(count,2)==0, 'background-color: ⌗A4A4A4;','background-color: ⌗E6E6E6;'),'background-color:white;')}">