Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting SQL Error while using Filter option #46

Open
praveenpkm92 opened this issue Aug 13, 2020 · 2 comments
Open

Getting SQL Error while using Filter option #46

praveenpkm92 opened this issue Aug 13, 2020 · 2 comments

Comments

@praveenpkm92
Copy link

ErrorDataTrans
PFA for both my input fetchXML & error details

@dsvyner
Copy link

dsvyner commented Feb 4, 2021

Hi,

I am also having this issue. Is there a solution for this?

Thanks

Dan

@dsvyner
Copy link

dsvyner commented Feb 5, 2021

Hi @praveenpkm92 I have found the issue for me was rather than copying in the whole fetchxml you only need the filter section

for example my original fetch was:

but once i stripped this back to the filter only:

<filter type="and">
  <condition attribute="nfp_volunteeringroleid" operator="eq" uiname="Student Takeover" uitype="nfp_volunteeringrole" value="{27F1BAB5-F666-EB11-A812-0022481A59DB}" />
</filter>

This worked for me

Hope that helps

Dan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants