Difference between revisions of "DCS addDataFilter"
(→BulkSms_getHistory) |
(→BulkSms_getHistory) |
||
Line 1: | Line 1: | ||
[[Category:Data_Cache_Functions]] | [[Category:Data_Cache_Functions]] | ||
− | ==== | + | ==== DCS_addDataFilter ==== |
Add a filter for a DCS | Add a filter for a DCS |
Revision as of 05:11, 30 May 2017
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");
Availability
Version 6.0.