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-
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...
-
count - Count the number of occurrences of a string
Description The count function returns the number of occurrences of the substring needle within the string haystack. Syntax count(haystack, needle) Arguments Argument Description haystack Th...
-
Automatic Planning with the Gantt Assistant
With the Gantt Assistant, you can check tasks with Finish-to-Start dependencies for optimizations and then automatically apply the suggested adjustments. Use the Gantt AssistantOpen the Gantt view....
-
Validity period for working time in settings/personal master data
DescriptionChanges in working hours must be recorded historically. Working hours are stored with a validity period, similar to hourly rates.FunctionWhen new working hours are recorded because an em...
-
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 ...