If I use groupup to create a grouping, how can I tell which rows of the matrix are the groups so I can use special formatting/colors to create a nicer visual appearance just as the spreadsheet does. Ideally I would be using another matrix frame for those rows. Thank you.
Prior to using the GroupUp command, you theoretically have chosen a field.
Think of the process as… To this, Do this.
You’d want to use a formula in the text displays ( or other objects ): ?(info(“Summary”) = 0,ShowData,ShowSummary)
It may not be necessary to use another matrix to accomplish it. Via the formula you can set each one to display anything or not, and if it does, you can set the color. You can also lay one right over another as long as the formula will always be one result or the other.
Thank you.