NUM_COLUMNS

AIX HP-UX Linux OS/2 OS/390 OS/400 PTX SUN Win NT
X X X X X X X X X

Purpose

The number of table columns that Net.Data is processing in the report block; the columns are returned by a function call or query.

You can reference NUM_COLUMNS in REPORT and ROW blocks.

Examples

Example 1: NUM_COLUMNS used as a variable reference with NLIST

%REPORT{
Your query result has $(NUM_COLUMNS) columns: $(NLIST).
...
%}


[ Top of Page | Previous Page | Next Page | Index ]