Albert Labermair
- Total activity 226
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
“Assign to me” in tasks
Description In smenso, when creating new tasks or for tasks to which you are not yet assigned, you can use the Assign to me option. This allows you to quickly and easily assign the task to yourself...
-
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...
-
groupAgg, groupGet - calculation of totals over several fields
groupAgg Description The groupAgg function allows the calculation of sums over multiple fields. Unlike the sumAll function, the calculation is performed only once and not per task. The calculated v...
-
persist - Field persistence outside the task list
Description The persist function allows the persistence of a field for calculations outside the task list. It must be written around the actual formula and must be the first function called in a fo...