- This topic is empty.
- AuthorPosts
-
- 03/01/2012 at 3:07 am #5061
AnonymousParticipantHi Kate,
Please ensure that you use the CAML filter builder interface to build the filter condition.
If you still see the issue please provide the list template and the qDiscussionView web part template.
- 03/09/2012 at 3:05 am #6114
AnonymousParticipant, I did post these to my earlier reply…thought that you would have been notified but guess it didn't work that way. any insight you might provide is most appreciated! Thanks, Carrie
- 03/09/2012 at 3:10 am #6369
AnonymousParticipantHi Carrie,
Let's do the following test, remove everything except the confidential variable and see if that works.
To ensure that we don't break the XML please use the builder to do that.
Also, please remember that the session variable name is case sensitive and check the docuemntation to ensure that the value type, source name asre used correctly.
- 03/09/2012 at 3:14 am #6370
AnonymousParticipantThe confidential condition does work on its own. The other piece works on its own too…it’s when they are put together that I get the error
- 03/09/2012 at 7:15 am #6112
AnonymousParticipantPlease see attached. I used the CAML and receive an error "Cannot complete this action. try again"
This works:
Anca wrote:
Hi Kate,
Please ensure that you use the CAML filter builder interface to build the filter condition.
If you still see the issue please provide the list template and the qDiscussionView web part template.
Need to add a select to include when “Confidential” = No.
Receive this error upon return to the page
- 03/09/2012 at 8:06 am #6113
AnonymousParticipantHi Carrie,
Unfortunately the screehots you attached can't be seen.
Would you mind to re attach them.
Thank you,
- 03/12/2012 at 7:06 am #6371
AnonymousParticipantLet's try to change the condition, I assuma that is an AND between those conditions, please make it OR to see what happens.
PS
What's your Quest Web Parts and SharePoint version?
- 03/12/2012 at 7:22 am #4299
AnonymousParticipantThis following CAML query is the one currently being used and is working fine:
<Or>
<Eq>
<FieldRef Name=”ExtCustNum” />
<Value Type=”Text” Source=”Session” SourceName=”SourceNameAlpha” SessionName=”TWSearchSession” />
</Eq>
<Contains>
<FieldRef Name=”ExtCustNum_x003a__x0020_Cust_Nam” />
<Value Type=”Note” Source=”Session” SourceName=”SourceNameSearch” SessionName=”TWSearchSession” />
</Contains>
</Or>
We are trying to extend it with the confidential variable as well like this (this is the one that fails):
<And>
<Eq>
<FieldRef Name=”Confidential” />
<Value Type=”Boolean”>0</Value>
</Eq>
<Or>
<Eq>
<FieldRef Name=”ExtCustNum” />
<Value Type=”Text” Source=”Session” SourceName=”SourceNameAlpha” SessionName=”TWSearchSession” />
</Eq>
<Contains>
<FieldRef Name=”ExtCustNum_x003a__x0020_Cust_Nam” />
<Value Type=”Note” Source=”Session” SourceName=”SourceNameSearch” SessionName=”TWSearchSession” />
</Contains>
</Or>
</And>
QWP 5.6
- 03/12/2012 at 7:22 am #6372
AnonymousParticipantReceive the error 'cannot complete this action, please try again'. web part version is 5.6 and SharePoint is 2010. See attached
-
- AuthorPosts
You must be logged in to reply to this topic.