cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Between filter

krishnakomal123
14-Alexandrite

Between filter

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 1

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 

Announcements

Top Tags