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-
floor - Rounding a value down to the nearest whole number
Description The floor function returns the value of a given numeric value number rounded down to the nearest whole number. This means that the value is always rounded down to the smaller whole numb...
-
length - Determine the length of a character string
Description The length function returns the length of the provided string. This includes all characters within the string, including spaces, special characters, and numbers. Note: Cannot be persist...
-
Key combinations in the timeline
In the timeline, you can use various keyboard shortcuts to navigate faster, adjust the view, or select multiple tasks at the same time.ย Navigation in the timeline SHIFT + mouse wheelWith this keyb...
-
Custom views in My Tasks
In the My tasks area, you can set up your personal work views so that exactly the tasks and information that are currently relevant to you are in focus.You can create custom views both in the List ...
-
Printing and Exporting in the Portfolio Timeline
In the Portfolio Timeline, you can not only print the current view directly, but also export the included project data. This allows schedules for meetings, alignments, or documentation to be reused...
-
View capacity directly in person selection dialogs
In smenso, you can check utilization directly when assigning โ without having to switch to the utilization view. This allows you to see directly within the task whether a person still has capacity ...
-
ceil - rounding up to the next whole number
Description The ceil function rounds a given number number up to the next whole number. This means that any decimal number is rounded up to the nearest higher whole number. Syntax ceil(number) Argu...
-
getUserName - Determine the user name
Description The getUserName function returns the name of the current user. This function can only be used within an interactive context, such as a button or workflow process. Syntax getUserName() A...
-
formatDate โ Formatting a date
Description The function formatDate returns the specified date formatted according to the given pattern. It allows you to format a date using predefined placeholders to display it in the desired fo...
-
SetProcessMessage - Display message in process dialog
Description The SetProcessMessage function is used to display a message in the process dialog. This is especially useful for informing users about progress or status during the execution of process...