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-
The new search 🔎
The search in smenso lets you quickly and easily find content across the entire workspace—whether projects, tasks, files, or comments. You’ll find the search field in the top toolbar. Click the 🔎 i...
-
padLeft - pad strings to the left
Description The padLeft function returns a new string of a specified length. The beginning of the original string is padded with the specified filler character until the desired length is reached. ...
-
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 from a defined list. They are often used to assign responsibilities or contacts in projects and tasks. Description This flavor type provides ...
-
Set tasks as “private” (Private tasks)
Tasks in smenso can be set to be private. This gives you an extended permission system that completely protects tasks from unauthorized views and makes them accessible only to people who are explic...
-
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...