DCS addDataFilter

From Catglobe Wiki
Jump to: navigation, search

DCS_addDataFilter

Add a filter for a DCS

Syntax

DCS_addDataFilter(string labelquestion, string filterValue);

Arguments

labelquestion Is a string. It is the filter Question label.
filterValue Is a string. It is filter value


Return type

empty

Example

DCS_addDataFilter("D_Age", "1"); DCS_rebuild();// remember this

Availability

Version 6.0.