NStock.us

Contents

reporting

Filtering

Filters narrow report output by limiting rows to those matching your criteria. The filter configuration page is accessible from any report output page or print view.

ActionPath
Open filters (popup)Report output page → Filters link
Open full setup pageReport output page → Settings button
Save filter changesFilter page → Save
Add a filter rowFilter page → Add
Remove a filter rowFilter page → delete icon on the row

Opening the Filter Page

Filters on the report output toolbar opens a popup (title: “Report Filters”, 850 px wide). The popup refreshes the parent report when you close it after saving.

Settings opens the same page full-screen at Framework/ReportsSetup.asp?RT={id}.

Header Controls

ControlDescription
TitleEditable display name for the report
MaxMaximum rows returned (default: 40)
SavePersists all filter changes
AddAppends a new blank filter row

Filter Table

Each filter row has these columns:

ColumnControlDescription
(delete icon)Icon linkRemoves the row immediately
UseCheckbox toggleEnables or disables this filter row without deleting it
FieldDropdownReport column to filter on (options vary by report)
OperationDropdownComparison operator - see list below
Value AText inputPrimary filter value; date fields show a date picker automatically
Value BText inputSecond value - used only for “is between” and “or is between” operations
GlobalCheckbox toggleMarks this filter row as global (see below)

Value B is used for Between Operations (note shown on the filter page).

Operations

OperationLogic
- None -No filter (row ignored)
is betweenValue A ≤ field ≤ Value B
is greater thanfield > Value A
is greater than Or equal tofield ≥ Value A
is less thanfield < Value A
is less than Or equal tofield ≤ Value A
is equal tofield = Value A
is not equal tofield ≠ Value A
containsfield contains Value A
does not containfield does not contain Value A
is emptyfield is null or blank
or is betweenOR condition with preceding row
or [any operator]OR variants for all the above operators

“or” variants add OR logic to the preceding filter row. All other rows use AND logic.

Global

The Global checkbox is a per-row toggle. When checked, that filter row is marked as global - shared or persistent across sessions. When unchecked, the filter applies to your current session only. Administrators can use Global to set organizational defaults that apply broadly.

Sort Section

Click Sort By (1) to expand the sort controls. Select a field and choose Ascending or Descending. Additional sort tiers may be available.

More Options

Click More Options to expand additional output and format settings. This section is collapsed by default.

Running the Report from the Filter Page

ButtonAction
ReportRun report with current filter settings
PrintOpen print view with filters applied
CSVExport filtered results to CSV
XLSXExport filtered results to XLSX

On this page