Reid Posted November 23, 2010 Posted November 23, 2010 I have a trailing sub-summary that has a summary field in it. It calculates the total amount of hours for each of the sorted records. I'm trying to make a conditional format based on the value of the summary field but it doesn't work. It seems to only recognize the field as it's total quantity and not by each sorted record set. Any suggestions?
comment Posted November 23, 2010 Posted November 23, 2010 I'm trying to make a conditional format based on the value of the summary field More details about the condition/s would be useful.
Reid Posted November 23, 2010 Author Posted November 23, 2010 Conditional Formating happens when SummaryField < 7 SummaryField appears to be less than 7 but it doesn't format correctly because the SummaryField for all record is 200.
comment Posted November 23, 2010 Posted November 23, 2010 (edited) Either one of these should work: [Value is] [less than] [ 7 ] Self < 7 GetSummary ( SummaryField ; BreakField ) < 7 --- If you are trying to conditionally format an object other than the summary field, only the third option will work. Edited November 23, 2010 by Guest
Reid Posted November 24, 2010 Author Posted November 24, 2010 The last one works great! Thanks so much!
Recommended Posts
This topic is 5111 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now