Sum – Fügt die Zahlen in einer Liste hinzu
|
- Suchen Sie auf der Registerkarte „Funktionen“ nach der Funktion „Sum“ und wählen Sie dann die Funktion aus.
|
- 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.
|
Round – Gibt die Zahl gerundet zurück
|
- Suchen Sie nach der Funktion zum Runden und wählen Sie sie dann auf der Registerkarte aus.
|
- 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.
|
Now – Gibt den aktuellen Zeitraum zurück
|
- Suchen Sie nach der Funktion „Now“ und wählen Sie sie dann auf der Registerkarte Funktionen aus.
|
- First, select the Add button next to the custom fields.
- Select Table Calculation.
- Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.
|
Median – berechnet den Median
|
- 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.
|
|
|
- Suchen Sie nach der Funktion „Max“ und wählen Sie sie aus, um sie dem Formel-Editor hinzuzufügen.
|
- First, select the Add button next to the custom fields.
- Select Table Calculation.
- 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.
|
If – Führt einen numerischen Ausdruck basierend auf einer Bedingung aus
|
- Suchen Sie auf der Registerkarte Funktionen nach „if“ und wählen Sie dann die Funktion aus.
|
- Klicken Sie zunächst auf die Schaltfläche Hinzufügen neben den benutzerdefinierten Feldern.
- 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.
|
Floor – Gibt die Zahl zurück, die auf das nächste Vielfache von „1“ aufgerundet ist
|
- Suchen Sie nach der Funktion „Floor“ und wählen Sie sie dann aus, um sie in die Formel einzubringen.
|
- 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.
|
|
|
- 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.
- Dann sehen Sie den Filter oben in der Visualisierung.
|
Day Difference – Gibt die Differenz zwischen Start- und Endzeit zurück
|
- Suchen Sie auf der Registerkarte Funktionen nach „Day Difference“ und wählen Sie dann die Funktion „Day Difference“ aus.
|
- 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.
|
Count – zählt die eindeutigen Werte
|
- Beispiel:
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.
|
Count All – Gibt die tatsächliche Anzahl der Elemente zurück, einschließlich Duplikate.
|
- Beispiel:
DUPCount(ProcessName).
- Suchen Sie auf der Registerkarte Funktionen nach „Count All“ und wählen Sie dann die statistische Funktion aus.
|
- 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.
|
Case – Führt den Ergebnisausdruck basierend auf der Bedingung aus. Wenn keine Bedingung erfüllt ist, wird die Bedingung für „else“ zurückgegeben.
|
- Suchen Sie nach der Funktion „Case“ und wählen Sie sie dann auf der Registerkarte Funktionen aus.
|
- 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.
|
Average – Berechnet den Durchschnittswert
|
- Suchen Sie auf der Registerkarte Funktionen nach „Average“ und wählen Sie sie dann aus.
|
- 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.
|
|
|
|
|
Ceiling – Rundet bis zur Einerstelle
|
- Suchen Sie auf der Registerkarte Funktionen nach „Ceiling“ und wählen Sie dann diese Funktion aus, die in den Formel-Editor gebracht werden soll.
|
- 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.
|