79829907

Date: 2025-11-25 15:43:39
Score: 1.5
Natty:
Report link
  1. Make a dataset (ex. SELECT 1 rank, 'a' name union all SELECT 2 rank, 'c' name union all SELECT 3 rank, 'd' name union all SELECT 4 rank, 'b' name order by 1) that contains the filter value and an ordering column.

  2. Alter COUNT(*) metric in the dataset to MIN(rank) column.

  3. Set filter option to sort filter values, then pick the sort metric from the filter's dataset.

  4. enter image description here

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Golya Gilice