UiPath Documentation
insights
2023.4
false
Insights
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Formules communes

Prérequis

Accéder aux formules dans Insights <2021.10

  1. Un utilisateur a besoin d'autorisations de concepteur et devra accéder au portail Insights.

  2. Accédez ensuite à un tableau de bord existant ou créez un nouveau tableau de bord.

  3. Modifiez ensuite un widget ou créez un nouveau widget.

  4. Ensuite, le concepteur devra sélectionner le plus à côté des valeurs

  5. Select the fx button to create a new formula

  6. Ici, vous verrez l'onglet des fonctions

  7. Commonly used functions are highlighted for comparison in the Comparison table.

Accéder aux formules dans Insights 2023.4

  1. Un utilisateur a besoin d'autorisations de concepteur et peut accéder à un tableau de bord existant ou en créer un à partir de zéro.

  2. Ensuite, l'utilisateur doit modifier le tableau de bord (Edit the dashboard).

  3. Sélectionnez ensuite Ajouter une vignette (Add tile), puis choisissez la visualisation.

  4. Sélectionnez ensuite une exploration.

  5. Créez une nouvelle formule personnalisée à l'aide de l'option Ajouter une nouvelle mesure (Add New Measure), Ajouter une nouvelle dimension (Add New Dimension) ou Calcul de table (Table Calculation).

Comparaison

Formules communes Insights < 2021.10 Insights 2023.4

Somme (Sum) - Additionne les nombres dans une liste

  • Dans l'onglet Fonctions, recherchez la fonction Somme (Sum), puis sélectionnez la fonction.
  • First select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Sum and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Arrondir (Round)- Renvoie le nombre arrondi

  • Recherchez la fonction Arrondir (Round), puis sélectionnez-la dans l'onglet.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Type Round and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Maintenant (Now) - Renvoie la période actuelle

  • Recherchez la fonction Maintenant (Now), puis sélectionnez-la dans l'onglet Fonctions.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Now.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Médiane (Median) - calcule la médiane

docs image

  • Search for the Median function in the Functions tab. Then select the function to bring the median function into the formula editor.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Median and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Max

  • Recherchez la fonction Max et sélectionnez-la pour l'ajouter à l'éditeur de formule.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.

docs image

  • Then type Max and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Si (If) - Exécute une expression numérique basée sur une condition

  • Dans l'onglet Fonctions, recherchez la fonction Si (If), puis sélectionnez la fonction.
  • Tout d'abord, cliquez d'abord sur le bouton Ajouter (Add) à côté des champs personnalisés.
  • Select Table Calculation.
  • Then type IF and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Plancher (Floor)- Renvoie le nombre arrondi au multiple de "1" le plus proche

  • Recherchez la fonction Plancher, puis sélectionnez-la pour l'intégrer à la formule.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Floor and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Filtrer le champ dans la formule

(Champ, champ filtré)

  • to filter a field inside a formula, add the field next to the original field, select it, select Rename, and then choose the filter.
  • To add a filter, select the Filter button next to the field name.
  • Ensuite, vous verrez le filtre en haut de la visualisation.

Différence de jour (Day Difference) - Renvoie la différence entre l'heure de début et l'heure de fin

  • Recherchez Différence de jour (Day Difference) dans l'onglet Fonctions, puis sélectionnez la fonction Day Difference.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type diff_days and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Compter (Count)- compte le nombre de valeurs uniques

  • Exemple : Count(ProcessName)
  • In the Functions tab type Count and select the function. Then navigate to the Data Browser tab, and select processname inside of the function.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Type Count_Distinct and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
  • Optionally, select the three dots next to a field and select Count.
Check more details in the Looker user guide.

Compter tout (Count All) - renvoie le nombre réel d'éléments de la liste d'éléments, y compris les doublons

  • Exemple : DUPCount(ProcessName)
  • Dans l'onglet Fonctions, recherchez la fonction Count All (Compter tout), puis sélectionnez la fonction Statistical.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then select Type Count and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
  • Optionally, select the three dots next to a field and select Count.
Check more details in the Looker documentation.

Cas (Case)- Exécute l'expression de résultat en fonction de la condition. Si aucune condition n'est remplie, la condition else est renvoyée

  • Recherchez la fonction Cas (Case), puis sélectionnez-la dans l'onglet Fonctions.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Case and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker documentation.

Moyenne (Average)- Calcule la moyenne

  • Recherchez Moyenne (Average) dans l'onglet Fonctions, puis sélectionnez-la.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Type mean and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker documentation.

Tout (All)

  • Non disponible

Plafond (Ceiling) - Arrondit au multiple de 1 supérieur

  • Dans l'onglet Fonctions, recherchez Plafond (Ceiling), puis choisissez cette fonction pour l'ajouter à l'éditeur de formules.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Ceiling and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker documentation.
  • Prérequis
  • Accéder aux formules dans Insights <
  • Accéder aux formules dans Insights 2023.4
  • Comparaison

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour