Albert Labermair
- Total activity 210
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 102
Articles
Recent activity by Albert Labermair-
sort - Sort a list of entries
Description The sort function is used to sort a list of entries. The entries in the list are separated by a specified string (separator). Optionally, the sort direction can be controlled via the di...
-
get - Retrieve the value of a variable previously defined with “set”
Description The get function is used within createButton to retrieve the value of a variable previously defined using set. This function is essential for processing stored intermediate values in su...
-
subString - Extract part of a string
Description The subString function returns the substring between the specified start and end positions of the input string string. The start parameter specifies the beginning of the substring, and ...
-
SetFlavor - programmatically set the value of a flavor within a project or task
Description The SetFlavor function is used to programmatically set the value of a custom field (Flavor) within a project or a task. It is often used in workflows to dynamically update custom data f...
-
Linking texts and combining formulas
Description This article explains how to concatenate texts and how to combine formulas within other formulas to create complex calculations and representations. Concatenating Texts Concatenating ...
-
sumAll - Sum calculation via a specified expression list
Description The sumAll function enables the calculation of sums for a specified expression list. Optionally, subtasks can also be included in the calculation. This is especially useful for calculat...
-
SetField - Set the value of a specific field within a project or task under program control
Description The SetField function is used to programmatically set the value of a specific field within a project or a task. Typical use cases are buttons (createButton) or workflows that update fie...
-
format - Formatting of a value within the list view
Description The format function is used to format a value within the list view. The first parameter must be the value to be formatted (or a formula). With the second parameter, a prefix can be set,...
-
sumFolder - Sum calculation via a specified expression list within a folder
Description The sumFolder function enables the calculation of sums for a specified expression list within a specific folder. Optionally, subtasks can also be included in the calculation. This funct...
-
asType - Convert a value to a specific data type
Description The asType function allows converting the result of a formula into a specified type, if possible. This function is useful for explicitly handling values as string or number. Syntax asTy...