How can I show only some attribute elements in GoodData filter dropdowns?

StackOverflow https://stackoverflow.com/questions/23127356

  •  05-07-2023
  •  | 
  •  

Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top