Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bonjour,
A l'aide d'une dimension calculée, j'arrive à obtenir le top 3 des visiteurs de mon magasin:
=if (aggr (rank(count (DATE)), NOM_CLIENT) <= 4, NOM_CLIENT, Null ())
Mon expression étant: count (DATE), j'obtiens un tableau avec le top 3 des visiteurs et leur nombre de visites.
Mais, je voudrais agréger en plus par le département. J'aimerais donc obtenir le top 3 des visiteurs pour chacun des départements. Je cherche à ajouter une 2ème agrégation ou une 2ème dimension mais je n'arrive pas à obtenir le résultat escompté ...
Par exemple :
=aggr (if (aggr (rank (count (DATE)), NOM_CLIENT) <= 4, NOM_CLIENT, Null ()), DEPARTEMENT)
Merci d'avance pour votre aide
Best I have is the following Design Blog post that might get you on the right track, but I am not sure:
https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822
You can use the following Design Blog link to further search that area yourself to see if you can find another post(s) that may be helpful, but hopefully the one above may give you some ideas to get things working as you wish.
https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog
Regards,
Brett