Albert Labermair
- Total activity 210
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
encodeURI - URI encoding of strings
Description The encodeURI function encodes a given string into a valid URI format. It replaces characters such as spaces, special characters, and umlauts so that the string can be safely used in a ...
-
shortDate - Creating a Short Date Format
Description The function shortDate returns a shortened version of the specified date. Optionally, the culture (culture) can be specified to adjust the formatting to a specific localization. Syntax ...
-
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...
-
Manage teams
Managing teams in the workspace allows you to create groups of people that can be assigned to projects or tasks, mentioned in comments, and collectively added as observers. Overview of TeamsIn the ...
-
Create task from comment
A new task or subtask can be created directly from a comment. The comment text is automatically transferred into the description of the new (sub)task. How to create a (sub)task from a commentOpen t...
-
Customize the sidebar and manage quick views
Description The sidebar provides quick access to various sections and can be customized individually. Views can be hidden, accessed via the More menu, and pinned back. Additionally, the order can b...
-
Manage registers in projects
DescriptionIn project management, you can define which tabs are visible within a project, in which order they appear, and which tab is loaded first when opening the project. These adjustments enabl...
-
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...