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-
endsWith - Check whether a string ends with another string
Description The endsWith function checks whether the string haystack ends with the substring needle. It returns true if this is the case, otherwise false. If the optional parameter ignoreCase is se...
-
Dependencies in the Gantt view
Dependencies define the chronological relationship between tasks, milestones, and phases. This allows you to represent which planning elements must begin or be completed first and which ones follow...
-
Custom views in the Workload view
In the Workload area, you can adapt the resource and capacity display to your workflow and save the selected settings as a custom view.This allows you to prepare different views for specific teams,...
-
Using parent and subprojects in larger initiatives
For larger initiatives, simply categorizing projects is often not enough. If multiple projects belong together from a subject-matter perspective but still need to be planned, executed, and evaluate...
-
Search 🔎
The search in smenso lets you quickly and easily find content across the entire workspace—whether projects, tasks, files, or comments.You’ll find the search field in the top toolbar. Click the 🔎 ic...
-
Versioning of the task description field
DescriptionIn smenso, every change made to a task's description field is stored as a version. This way, you can always revert to earlier states and even display the differences between versions. Op...
-
pow - calculates the value of the base to the power of the exponent
Description The pow function calculates the value of the base base raised to the exponent exponent and returns the result. Syntax pow(base, exponent) Arguments Argument Description base The ...
-
JSONPackage - Creating a JSON object
Description The function JSONPackage generates a JSON object string from the specified parameters. The parameters must always be provided in pairs, where the first parameter of a pair is the key an...
-
fromParent - Query values of higher-level tasks
Description The fromParent function retrieves a value from the parent task, if available. This is useful when information from a parent task is needed in a subtask. Syntax fromParent(expression) Ar...
-
fromTimestamp - Convert a UNIX timestamp to a date
Description The fromTimestamp function converts a given UNIX timestamp into a readable date. A UNIX timestamp is a numeric representation of the milliseconds that have elapsed since January 1, 1970...