{ FIXED [ID de commande] : MAX(
IF [Nom du produit] = "Agrafeuse"
THEN 1
ELSE 0
END)}
Dans cet exemple, [État] a été ajouté à Texte, et l'objectif consiste à catégoriser les États selon le nombre de villes ayant un profit négatif.
{ FIXED [État] : SUM(
IF { INCLUDE [Ville] : SUM([Profit]) } < 0
THEN 1
ELSE 0
END
) }
IF [Nbre de villes sans profit] = 0
THEN "Toutes les villes ont un profit positif"
ELSEIF [Nbre de villes sans profit] = 1
THEN "Une ville a un profit négatif"
ELSE "Plusieurs villes ont un profit négatif"
END
IF
WINDOW_SUM(
IF SUM([Profit]) < 0
AND [Classement ventes] <= 10
THEN 1
ELSE 0
END ) > 2
THEN "Trois clients ou plus avec profit négatif"
ELSE "Bon classement"
END
001456701
1297 KB

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.