Resolved! With a glide aggregate, can you dot walk in a groupby
When constructing a glide aggregate query, can you dot walk in the group by. This code will produce expected results. var res = '';var tca = new GlideAggregate('time_card');tca.addQuery ('week_starts_on', '>', '2020-12-31');//tca.groupBy('top_task.to...
