Question Time Fields and Conditional Formatting (1 Viewer)

Chelle1661

Registered User.
Local time
Today, 12:52
Joined
Feb 6, 2013
Messages
26
I have tried to change the colour of the text in time fields with no a value of 0:00 by using conditional formatting - to no avail. Is there anyone who can help with this?
 

PaulO

Registered User.
Local time
Today, 10:52
Joined
Oct 9, 2008
Messages
421
Rather than "0:00" which won't ever be recognised as a Time format, try "00:00:00" or "00:00" (depending on the exact format for the field)
 

Chelle1661

Registered User.
Local time
Today, 12:52
Joined
Feb 6, 2013
Messages
26
Hi Paul,
Thanks for your reply.
I have the format in the back end table as 00:00:00 and then in the report this expression to convert total minutes to hours :
=[TotalMinutes]\60 & Format([TotalMinutes] Mod 60,"\:00")
I have managed to get the conditional formatting to work on all other time related fields except this one.
 

PaulO

Registered User.
Local time
Today, 10:52
Joined
Oct 9, 2008
Messages
421
ok ... what Conditional Format statement have you used?
 

Chelle1661

Registered User.
Local time
Today, 12:52
Joined
Feb 6, 2013
Messages
26
I have tried Field Value "less than or equal to and less than" 00:00:00 and 0.00 [latter being how the value looks in the report field]. Also tried Expression Is with above time format and got an error message about Invalid Syntax with both attempts..
 

Users who are viewing this thread

Top Bottom