August 25, 201510 yr 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, 201510 yr by Lee Smith Remove shouting.
August 25, 201510 yr 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.
Create an account or sign in to comment