Documentation Index

Fetch the complete documentation index at: https://docs.avontus.com/llms.txt

Use this file to discover all available pages before exploring further.

Constants

Prev Next

The table below contains all of the current constants you will find in the Expression Editor. 

ConstantDescriptionExample
String constantsString constants must be wrapped in apostrophes.[Country] == 'France'
String constants (with apostrophe)If a string contains an apostrophe, the apostrophe must be doubled.[Name] == 'O''Neil'
Date-time constantsDate-time constants must be wrapped in '#'.[OrderDate] >= #1/1/2009#
TrueRepresents the Boolean True value.[InStock] == True
FalseRepresents the Boolean False value.[InStock] == False
?Represents a null reference or DBNull.Value.[Region] != ?