Skip to main content
15-Moonstone
April 18, 2020
Question

Between filter

  • April 18, 2020
  • 1 reply
  • 894 views

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);

1 reply

5-Regular Member
April 20, 2020

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