Documents not found in the view

I have a form. I am not finding documents created by the form in the views. Can you please help me regarding the same.

Sai.

Subject: Documents not found in the view

what is the selection formula of your view?

Subject: RE: Documents not found in the view

Hi Cyril,

SELECT ((Form = “ClassUpload”) | (Form = “Class”)) is the selection formula. If i say Select @All i am finding the documents.

Thanks,

Sai.

Subject: RE: Documents not found in the view

I would guess the form has an alias or something which means it doesn’t meet the selection criteria.

When you see it on the select @all, do a document properties and see what the value of Form is (does it maybe have an extra space?). OR add the form field to the view when Select @All and see what the value is.

Subject: RE: Documents not found in the view

Create a SELECT @All view, and categorize the documents by the field FORM - you may have other forms than the 2 you are looking for.

Subject: RE: Documents not found in the view

Do you have any lector or author field in your form? If yes, what is the value?What is your access defined in the ACL?