More actions
Created page with "Category:Data_Cache_Functions ==== BulkSms_getHistory ==== Get history of bulk sms sent '''Syntax''' DCS_addDataFilter(string labelquestion, string filterValue); '''..." |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Data_Cache_Functions]] | [[Category:Data_Cache_Functions]] | ||
==== | ==== DCS_addDataFilter ==== | ||
Add a filter for a DCS | |||
'''Syntax''' | '''Syntax''' | ||
Line 10: | Line 10: | ||
'''Arguments''' | '''Arguments''' | ||
''labelquestion'' Is a string. It is the filter Question label. | ''labelquestion'' Is a string. It is the filter Question label.<br/> | ||
''filterValue'' Is a string. It is filter value | ''filterValue'' Is a string. It is filter value | ||
Line 20: | Line 20: | ||
DCS_addDataFilter("D_Age", "1"); | DCS_addDataFilter("D_Age", "1"); | ||
DCS_rebuild();// remember this | |||
'''Availability''' | '''Availability''' | ||
Version 6.0. __NOTOC__ | Version 6.0. __NOTOC__ |
Latest revision as of 07:19, 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"); DCS_rebuild();// remember this
Availability
Version 6.0.