Expressions

Introduction to Expressions
Expressions Almost anywhere in the EachScape Studio that you can supply text, it is possible to also insert an expression. An expression is a string th...
Thu, 6 Feb, 2020 at 3:09 PM
Introduction to Formatters ~ Functions
Formatters ~ Functions Introduction Formatters are operators for multiple purposes. They are used to Add, Multiply, Divide but also Strip HTML, Uppercase ...
Thu, 6 Feb, 2020 at 3:12 PM
Formatters
Formatters allow expression values to be transformed. For example, the truncate formatter can be used to shorten the output of an expression. By changing [[...
Thu, 30 Jan, 2020 at 12:35 PM
Using Data Sources in Scripts
As with Key-Value Pair substitution, you can reference a data source. To do this, you need to provide the data source name, the table name and the field in...
Thu, 6 Feb, 2020 at 3:17 PM
Math Operations
Math Operations You can do simple math using the math formatters, add, sub, mul, div and mod. For example [[text:2:add 4]] returns a value of 6. Or...
Thu, 6 Feb, 2020 at 3:19 PM
Conditional Expressions with HTML/CSS
ADVANCED TOPIC: Assumes some knowledge of HTML and CSS. Sometimes you want to show something only if there is data available to show. For example, let'...
Thu, 6 Feb, 2020 at 3:20 PM