Deployment Guide

Option Description
$range_lookup
Specifies whether to find an exact or approximate match.
If true (default), assumes the table is sorted and returns either an exact match, or the match from
the row with the next largest value that is less than $value. If false, only an exact match is
returned; NULL is returned on no match
value_column
Specifies the column index in the table that contains the values; the default is 0; in other words,
the first column.
$cmp_fn
Specifies a comparison function to use for values; if null, the default is used (simple equality
operator ==, or the == and > operators if using binary search).
The comparison function should take 2 arguments and return a value < 0, == 0, > 0 depending on
the sort ordering of the arguments.
Be aware of the following differences from Excel VLOOKUP:
l Column indexes are 0-based.
l Column indexes can also be strings.
See "NwaParseCsv" on page 358 and "NwaCsvCache" on page 357.
NwaWordsPassword
NwaWordsPassword($len)
Generates a password consisting of two randomly-chosen words, separated by a small number (1 or 2 digits); that is,
in the format word1
XX
word2. The random words selected will have a maximum length of $len characters, and a
minimum length of 3 characters. $len must be at least 3.
Field, Form, and View Reference
This section describes the following:
l "GuestManager Standard Fields" on page 361
l "Hotspot Standard Fields" on page 370
l "SMS Services Standard Fields" on page 371
l "SMTP Services Standard Fields" on page 371
l "Format Picture String Symbols" on page 373
l "Form Field Validation Functions" on page 374
l "Form Field Conversion Functions" on page 377
l "Form Field Display Formatting Functions" on page 377
l "View Display Expression Technical Reference" on page 379
GuestManager Standard Fields
The table below describes standard fields available for the GuestManager form.
Dell Networking W-ClearPass Guest 6.1 | Deployment Guide Reference | 361