C
|
cgphp 6/25/2013 |
Check this article http://xlinesoft.com/blog/2011/01/03/tutorial_conditional_formatting/ |
A
|
angelcause author 6/25/2013 |
Check this article http://xlinesoft.com/blog/2011/01/03/tutorial_conditional_formatting/
|
G
|
gudon 6/25/2013 |
Thanks Christian, I went through the tutorial but how can I define if the field is blank for example I did this if ($data["Profitability"]="") $row["rowstyle"]='style="background:yellow"'; and I got nothing.
|
A
|
angelcause author 6/25/2013 |
Try if ($data["Profitability"]=="") Note: TWO equals symbols.
|