round() The round() function rounds a number to a specified number of digits. Syntax round(value, precision) Argument Description value (required) An...
Associations When an association is defined between two templates, two components are required: A query attribute The template that the query...
workDays() The workDays() function returns the number of weekdays (i.e., Monday through Friday) between two dates. Syntax workDays(date1, date2, [holidays]) Argument...
addWorkDays() The addWorkDays() function provides the ability to add or subtract weekdays (i.e., Monday through Friday) from a date. Syntax addWorkDays(date,...
formatDate() The formatDate() function is used to format dates. Syntax formatDate(date, mask) Argument Description date (required) An expression that results in a date...
isEmpty() The isEmpty() function checks whether an attribute, metric, or association holds a value. Syntax isEmpty(value) Argument Description value(required) An attribute, metric, or...
date() The date() function provides the ability to build a date and returns a date value formatted mm/dd/yyyy (e.g., 03/31/2021). Syntax date(year, month,...
encodeUrl() The encodeUrl() function can be used to include a referenced value that may have spaces or special characters within a...
Injected Expressions Our expression language can be used within several text input fields to dynamically display values by using the injected expression...
Expressions Overview Overview Expressions can be written to calculate values and define logic throughout your Shibumi solution. Expressions are constructed of functions,...