This topic is locked

If Then Else

3/9/2010 3:37:30 PM
PHPRunner General questions
A
alandob author

Have been using PHPRunner for 3 months and it's a great platform for "non technical" people - very happy. I have a date field that shows 00/00/0000 if no data or null, but a UK date if data is included - for example 23/03/2010. I need to "null" the 00/00/0000 field to show nothing in the field if the data in the field is 00/00/0000 or null, whilst if the "true" date is available to show this data and if the "true" date is later than 30 days from currentdate() then the row to be in red, not the default colour (we use Madrid colour schema). Please can someone show the code needed for this date field.