salim Posted August 25, 2015 Posted August 25, 2015 (edited) Hi, My layout has 2(two) sub-summary when sorted by, each part shows a list of products based on product category, how can i conditionally change summary heading color when each individual summary has less than two records ? Pls see picture in attachment for a clarity. Edited August 27, 2015 by Lee Smith Remove shouting.
comment Posted August 25, 2015 Posted August 25, 2015 You will need a summary field to count the records (count any field that cannot be empty). Then you can use = GetSummary ( Products::sCount ; Products::Category ) = 1 as the formula for conditional formatting.
Recommended Posts
This topic is 3638 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