Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I am not getting any output while using between filter.What's the error?
var params2 = {
inclusive: yes /* BOOLEAN */,
minValue: '0' /* STRING */,
fieldName: 'EmpTimings' /* STRING */,
t: res /* INFOTABLE */,
maxValue: '22' /* STRING */
};
// result: INFOTABLE
var result = Resources["InfoTableFunctions"].BetweenFilter(params2);
This service is running perfectly fine for me for my input infotable .Can you please check F12 network tab while executing service ,what's returned over there in response ?
What kind of input infotable you have ? What is the basetype of EmpTimings ? What values this field holds in the infotable ?
Thanks ,
Mukul Narang