I have a Top N sort of Group 2 that is a summation. I would like to take that top value and do a Top N Sort of Group 1. I would at least like to filter group 1 based off of the maximum sum from group 2.
I have the following function that will not work:
Maximum(Sum ({connect1.TalkTimeSeconds}, {Group2Field}),{Group1Filed})
It won't function because the sum has to be calculated at runtime. Does someone have a workaround?
I have the following function that will not work:
Maximum(Sum ({connect1.TalkTimeSeconds}, {Group2Field}),{Group1Filed})
It won't function because the sum has to be calculated at runtime. Does someone have a workaround?