Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複数の名と単一の名を持つ人の割合を数えたいのですが、試してみましたが、文字列ではなく数値で機能します
次の式を試してください: sum(Aggr(if(Count(DISTINCT prenom)>1,1,0),nom)) / Count(DISTINCT nom)