I am working on getting data from sage100 2016. I need to know how can I apply filter to data that I am getting using nGetResultSets.
The documentation Sage100-2018 has shown what the function needs:
FUNCTION GetResultSets(descColumn$, keyColumn$, dropBoxLoad$, dropBoxTranslate$, filter$, begin$, end$)
Problem is that I could not find exactly how the filter is applies. There seems to be no documentation for it.
I need to know how to apply filters such as ==, !=, >, <, >=, <=, not null, is null ect. for string values as well as numerical.