Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For more information on what you can use in an Expression, please refer to the Reference Guide for Expression function reference.

What is it?

A reusable expression is a piece of logic that is reused throughout your application. We speak of a reusable expression to indicate that the purpose of it is to be reused, in Blueriq Studio this is shortened to expression.

What does it do?

With reusable expressions you can substitute parts of your logic with that reusable expression, which shortens your logic and makes it more understandable as well as maintainable.

Properties

PropertyDescription
ExpressionThe actual expression is filled in here. 

Using a reusable expression

Once you have created reusable expressions, you can use them in any expression, bracketed by curly braces: {ReusableExpressionName}.

...