Skip to main content

FETCH_RECORDS_BY_RANGE

Fetch rows from a table using a range of values

Example Usage

FETCH_RECORDS_BY_RANGE(MyTable, TransactionDate, startdate, enddate)  // TransactionDate being the column name to search, start/enddate being workflow params

Overview

Function signature
FETCH_RECORDS_BY_RANGE(tablename, field, valuestart, valueend, columns)

Category
DB

Return data type
list

Arguments

NameDataTypeList Options                          Description
tablenamestringThe table to search
fieldstringThe field to search on
valuestartNoneThe starting value to match
valueendNoneThe end value to match
columnsstringThe column or columns to return; if blank the entire record is returned