Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
_Audrey_1
Contributor II
Contributor II

CA par responsable dans graphique image/texte

Bonjour, 

Je me permet de solliciter votre aide.  J'ai un tableau de bord avec 4 graphiques image/texte représentant 4 vendeurs (en PJ). Pour chaque graphique, j'aimerais avoir comme mesure le chiffre d'affaire CA par vendeur. Or, j'obtiens pour les 4 le CA global. 

Est-ce que quelqu'un saurait comment réaliser cette mesure ? J'ai essayé des formules, j'ai essayé de modifier le script mais sans résultat. 

Je vous remercie d'avance, 

Cordialement,

1 Solution

Accepted Solutions
Fernando_Fabregas
Creator II
Creator II

You're welcome !

Sure, you can add another field into the expression: 

Hardcoded version:
Sum({<Salesman={"Bob"}, Year={"2020"}>} Sales)

Obviously to do this in a dynamic way, add a Filter Pane with Sales year.


Full explanation and examples of "set analysis and expressions, here: 
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalys...

Saludos ! Fernando

 

View solution in original post

4 Replies
Fernando_Fabregas
Creator II
Creator II

Hi ! Try this:


Sum({<Salesman={"Bob"}>} Sales)   in first Text/Image box
Sum({<Salesman={"Jane"}>} Sales)  in second Text/Image box

and so on...

However, this is a hardcoded solution for a fixed number of sellers.

If you have a growing number of sellers, use Multi KPI graph (in Visualization Bundle menu).

Regards,

_Audrey_1
Contributor II
Contributor II
Author

Bonjour, 

La formule fonctionne, merci beaucoup pour votre aide.

Est-ce qu'il est possible d'intégrer l'année à la formule ? J'ai bien à présent le CA par vendeur mais sur plusieurs années.  Il y a t-il un moyen d'avoir le CA par vendeur pour une année en particulier ? 

Cordialement,

Audrey.

Fernando_Fabregas
Creator II
Creator II

You're welcome !

Sure, you can add another field into the expression: 

Hardcoded version:
Sum({<Salesman={"Bob"}, Year={"2020"}>} Sales)

Obviously to do this in a dynamic way, add a Filter Pane with Sales year.


Full explanation and examples of "set analysis and expressions, here: 
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalys...

Saludos ! Fernando

 

_Audrey_1
Contributor II
Contributor II
Author

Cela fonctionne.

Merci beaucoup pour votre aide. 

Cordialement, 

Audrey.