I have created a caml query that filters based on fiscal year (2016,2017,2 etc.). The problem that I have is the results are wrong sometimes.
Below is my CAML query
here's the result when filtered by '2017' which is correct:
here's the result when filtered by '2018' which is wrong. I have no idea why data is being returned.
here's the result when filtered by '2020' which is correct:
Any idea why the inconsistent behavior?
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
OK, well I can't see the query being the issue. My only feeling looking at the screenshots and code was that if the variable didn't get filled and somehow matched N/A then you might see the behavior.
Can you output the variable value for display during running to be absolutely sure of the value?
Isaac
ASKER
I don't think the variable is the problem.
Your help has saved me hundreds of hours of internet surfing.