Hi all — I’m looking for a GI pattern to display weekly totals of specific day fields from EPTimeCardSummary (e.g., Sun, Mon, …) only when IsBillable = true, including combos like Sun+Sat or Sun..Mon — but without using Group By on the main grid (I need to keep row-level detail intact). Available fields: EPTimeCardSummary.IsBillable (bool/bit) and EPTimeCardSummary.Sun..Sat. What’s the recommended approach to surface these weekly billable totals on an ungrouped grid (e.g., self-join to a grouped alias, other best practices), and any example expressions you can share? Thanks!
Question
Weekly day-field totals for billable rows (IsBillable = true) without grouping the main grid
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.





