Jump to content
Server Maintenance This Week. ×

Sub Summary conditional formating


Reid

This topic is 4908 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 by Guest
Link to comment
Share on other sites

This topic is 4908 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.