N
Nich
I created a function to get the median of a recordset, but
it returns the same value for all records. I need it to
calculate the median based on the grouping as well, so
need a new median function or a way to fix mine.
This is how the detail is:
Partner1 January 5
Partner1 January 6
Partner1 January 7
Partner1 February 3
Partner2 January 4
Partner2 January 5
Partner2 February 9
I want it to return
Partner1 January 6
Partner1 February 3
Partner2 January 4.5
Partner2 February 9
Any advice?
it returns the same value for all records. I need it to
calculate the median based on the grouping as well, so
need a new median function or a way to fix mine.
This is how the detail is:
Partner1 January 5
Partner1 January 6
Partner1 January 7
Partner1 February 3
Partner2 January 4
Partner2 January 5
Partner2 February 9
I want it to return
Partner1 January 6
Partner1 February 3
Partner2 January 4.5
Partner2 February 9
Any advice?