4

I know metrics and useAvailable clause in dashboard filter definition can be used to limit what the user sees in the filter dropdown. How do I properly define the filtering metric and what should the filter definition look like?

VoY
  • 5,479
  • 2
  • 37
  • 45

1 Answers1

4

filtering metric: SELECT SUM (1) WHERE ATTRIBUTE IN (VALUE1,VALUE2,...,VALUE N)

Josef Pithart
  • 276
  • 1
  • 4