Forum Discussion
stevezly
Helper I
4 years agoMedian giving incorrect values
Hi All, I am trying to calculate median over some grouped data, but the "median" value I get back is the same for each group which cannot be correct. Am I missing something here? Thanks ...
- 4 years ago
It would be returning the median across the entire dataset, it wouldn't be split into any categories.
stevezly
Helper I
4 years agoI just need the median from that summarized table returned so I can add it into existing matrix view as a benchmark. That code I linked works, and the filters are enabled, however when I turn on RLS, the figure also changes with the role. Unfortunately, that's why I'm using a summary table in the first place.
johnt75
Super User
4 years agoAh, I don't know enough about RLS to be able to help with that.