Skip to main content

Search

GetValuesForQuery

Answered

Comments

1 comment

  • Patric

    I think you have to exchange the LEQ and GEQ parts of your query. You see what the issue is in your second query that Returns some values (but the wrong ones). What you are asking SharePoint is to give you the values of the list where "MinimumSalary" is greater or equal to 50000. You want it to give you results that are lower or equal. So you have to exchange the criteria parts in your first query and it should work.

    0

Please sign in to leave a comment.