Albert Labermair
- Total activity 226
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
trim - Remove spaces at the beginning and end
Description The trim function returns the provided string after removing all whitespace from the beginning and end. Whitespace includes: Regular spaces Tabs Line breaks or similar leading characte...
-
Create an interactive button (createButton)
Description The createButton function creates an interactive button that executes the specified action when clicked. The button may not be available in all views. Syntax createButton(state, title, ...
-
What is the Gantt Chart?
A Gantt chart is an essential tool in project management and is often used in various software solutions for project planning and monitoring. This chart provides a detailed overview of tasks and th...
-
The Workload View
DescriptionThe workload view allows tracking the distribution of workload over different time periods. It provides various display and filter options to gain a detailed overview of resource utiliza...
-
Manage project: Project master data
In smenso, you can create projects with all relevant master data and edit them at any time later. Project master data helps you structure and categorize projects and evaluate them cleanly.ย Open Pro...
-
Reports in Workload View
In addition to the existing options in the workload view, you can use Analysis to display additional key figures directly in the view. The analysis is shown directly in the workload view. This allo...
-
workflowStatus - Output GUID of a workflow status
Description The workflowStatus function returns the GUID (unique identifier) of the current workflow status of a task or project. Unlike many other functions, workflowStatus does not require any ar...
-
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...
-
OpenURL - Open a URL
Description The OpenURL function opens the specified URL in a new or current browser tab/window. However, it must be defined within a button (createButton) in order to work correctly. Syntax OpenUR...
-
date - date conversion
Description The function date returns the value of the given parameter as a date, if possible. It is useful for converting strings that contain date information into a date format that can be proce...