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-
replace - Replace text
Description The replace function replaces all occurrences of a substring needle in a given text haystack with the specified replacement string. If the optional parameter ignoreCase is set to 1, cas...
-
View the critical path
To ensure you always keep track of the important tasks to meet your schedule, you can display the critical path in the Gantt chart.If there are tasks on the critical path and they are delayed, this...
-
Custom views in Times
In the Times area, you can adapt your time analyses to different requirements using custom views and save the selected settings for later use.Custom views are available in My times, All times, and ...
-
Comments and reactions in tasks
In smenso, you can use comments in every task to communicate directly in context. This allows questions, status updates, decisions, and other information to be recorded directly in the relevant tas...
-
โจ Apply project templates to existing projects
DescriptionIn project management, existing projects can be updated using a project template. Specific data fields can be transferred without overwriting existing content. This enables quick and eff...
-
Lock status in the time recording
Introduction In time tracking, there is the option to lock time entries. As a result, time entries can no longer be modified or deleted. This ensures that recorded times remain reliably stored and ...
-
โฌ๏ธ Export teams
DescriptionThe team export function allows authorized roles to export a list of existing teams and their members. The export can be performed in CSV or Excel format and includes the team name as we...
-
HTTPPost - Sending HTTP-POST requests
Description The function HTTPPost sends an HTTP POST request to the specified URL. The request type is defined by the type parameter, and the payload is specified by the data parameter. Syntax HTTP...
-
cbrt - Calculation of the cube root
Description The cbrt function calculates the cube root of the given number number. It is useful when performing mathematical operations related to cube roots. Syntax cbrt(number) Arguments Argum...
-
days - Calculation of days between two dates
Description The function days calculates the number of days between two given date values. It can be used to analyze time durations between events, tasks, or projects. Syntax days(startdate, duedat...