Loading...

RE: Search paramter for 'Between' is not working in qsiListView

RE: Search paramter for 'Between' is not working in qsiListView

#7467
Anonymous
Anonymous
Participant

Hi,

n

This issue was not due to Javascript, but due to the stored procedure the customer was using. He was not handling the filter criterias (between, before/after) properly in the stored proc.

n

*Question From customer*: When you are sending the values to the store proc, how can you also pass or tell which operator is being used (for e.g.: contains, equals , between or before ? )

n

This is actually documented in our help document under SIListView -> Search/Filter Panel -> Filter Criteria Usage.

n

Also, if a user is passing the filter criteria directly to the stored proc, then it is advisable to use PassToDAOProvider as Filter Criteria Usage for better performance.

n

n

n

n

Thanks,

n

n