0
Anzahl bei Mehrfachauswahl
Ich habe eine Tabelle mit einer Spalte 'Foo' mit Mehrfachauswahl a, b, c, d ... ich möchte jetzt ein Diagram mit den Anzahlen von a, b, c, d in der Tabelle 'Foo' erstellen, wobei Anzahl 'a' alle Zeilen sind, in denen 'a' vorkommt, also z.B. 'a', 'a, b', 'a, c, d'
1 reply
-
cnt((select 'Table-Name')[index(concat(chosen('Multiple choice')), "a") >= 0].Id)
Gruß Birger
Content aside
- 5 yrs agoLast active
- 1Replies
- 1421Views