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-
asNumber - Display value as a number
Description The asNumber function returns the value of the parameter as a number, rounding the value to two decimal places if possible. Syntax asNumber(number) Arguments Argument Description ...
-
lower - Convert string to lower case letters
Description The lower function returns the provided string converted to lowercase. Cannot be persisted using persist. Syntax lower(string) Arguments Argument Description string The string to...
-
Tasks in the Gantt Chart
smenso offers comprehensive features for managing and editing tasks directly in the Gantt chart. These features allow project managers and team members to efficiently plan, track, and adjust tasks....
-
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 ...
-
Assignment mode: Check availability
With the assignment mode you can keep an eye on your teamโs available capacity and assign tasks to individuals in a targeted way. The view helps you identify overloads early and implement your plan...
-
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...
-
Holidays in the Gantt view
DescriptionIn the Gantt chart, the holidays and events from the standard holiday calendar are highlighted. This gives you a quick overview of non-working days or special events that may be relevant...
-
OpenMail - Creation of a mail window
Description The function OpenMail opens a mail window (using the default mail client) and pre-fills the email with the specified recipient, subject, and content values. Syntax OpenMail(to, cc, bcc,...
-
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 ...