Albert Labermair
- Total activity 249
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
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...
-
Control formula calculations in views
In views in smenso, you can control how formulas are calculated. You can disable automatic formula calculation or have formulas calculated in the background. Disable formula calculationBy default, ...
-
if - Conditional evaluation of an expression
Description The if function allows for conditional evaluation of an expression. Based on a specified condition, the function returns one value if the condition is met (true) or another value if the...
-
Display date from selected tasks in the portfolio
This article explains how to automatically display the due date of a task in the project data — by marking the task with a label. This technique is ideal for milestones like Project Start, GoLive, ...
-
Working with task lists
In addition to the board view, you can view a project’s tasks in a list view and edit tasks directly there. Edit a task directly in the listEdit a task directly in the list. Set the status, start ...