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-
minAll - Determine the smallest value of all objects
Description The minAll function is used to determine the smallest value of a specific calculation or expression (expression) for all objects within a project or a task list. It can optionally inclu...
-
Description of the style of the button in createButton
Description When creating a button with createButton, the button’s style can be customized individually. This is achieved by choosing icons (symbols), colors, and text. As a result, the button beco...
-
flavor - Retrieve the value of a flavor
Description The flavor function returns the value of a flavor based on the specified name. This allows access to custom fields (flavors) within formulas. Syntax flavor(name) Arguments Argument D...
-
Flavors type "Person"
Flavors of type "Person" allow the selection of people and teams from a defined list. They are often used to assign responsibilities or contacts in projects and tasks.DescriptionThis flavor type pr...
-
Troubleshooting
In Troubleshooting, admins can review and reset permissions in the workspace. This is helpful when, after restoring a backup or making other changes, certain functions no longer work correctly – e....
-
Filter in time evaluation and “My times”
In the Time analysis view and the My times area, you have the same versatile filtering options as in other smenso views. This lets you search and evaluate your time entries based on various criteri...
-
padRight - pad strings to the right
Description The padRight function returns a new string with a specified length, where the end of the current string is padded with the specified filler character. Syntax padRight(string, length, fi...
-
Use of the process function within createButton
Description The Process function in Smenso allows executing a series of actions sequentially. It is used to manage complex workflows in a formula by executing multiple steps in a defined order. Thi...
-
maxAll - Determine the highest value of all objects
Description The maxAll function returns the largest value of a specified function across all objects. Optionally, subtasks can also be included in the calculation. Syntax maxAll('expression', inclu...
-
projectFlavor - Retrieve the value of a project flavor
Description The projectFlavor function returns the value of a flavor assigned to a project. This allows access to specific project flavors within formulas. Syntax projectFlavor(name) Arguments A...