The SharePoint list has a column called ProjectID. There is a library which stores project documents that also has a column called projectID. I want to use a List View control on the list form to display the project documents from the library. In the Filtering section:
Filter listed items: By a control's value
Where field: ProjectID
Filtered by control: Project ID
After publishing and opening the list item: "The field with internal name "11111" does not exist in List <LibraryName>.
I've also tried:
Filter listed items: By a specified value
Where field: ProjectID
Filtered by value: 11111
Same result.
By the way, Display all items works great.
Any help would be appreciated.
Thank you,
Saeid