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-
markedColumns - Determination of marked columns
Description The markedColumns function returns all marked columns of a project. If a color is specified, only the columns marked with that color are returned. If the count parameter is set to 1, th...
-
min - Determine the smallest value
Description The min function returns the smallest value of the provided numbers. It can be called with any number of numbers and returns the minimum of those numbers. Syntax min(Number1, Number2[, ...
-
Perform calculations in the button and write to a field
Description In Smenso, a button can be configured so that calculations are executed immediately when the button is clicked, and the result is written to a specific field. This feature allows for dy...
-
contains - Check for contained character strings
Description The contains function checks whether the string haystack contains the substring needle. It returns true if needle is found, otherwise false. If the optional parameter ignoreCase is set ...
-
Use flavors in the time evaluation
Description Flavors can be used in time tracking to capture additional information for time entries. Furthermore, flavors from other contexts can be displayed in time evaluation to enable more deta...
-
registerFlag - Registering a flag
Description The registerFlag function is used to register a flag in a specific context. Flags can be used to mark or track certain states, events, or conditions. This function allows associating a ...
-
Mail creation in the button with createButton
Description The createButton function allows you to create an interactive button that, when clicked, opens a predefined email. This is achieved by using the OpenMail function within the button. The...
-
max - Determine the largest value
Description The max function returns the largest value from a list of provided numbers. Syntax max(Number1, Number2[, Number3...]) Arguments Argument Description Number1, Number2, ... A list...
-
indexOf - Determine the position of a substring
Description The indexOf function returns the position at which the substring needle is found within the string haystack. If needle is not found, the function returns -1. The optional parameter inde...
-
Grouping tasks
In this article, you’ll learn how to group tasks in various views. This helps you stay organized and manage your tasks more efficiently. There are many views in which you can group tasks, such as t...