I have some template files I want to hide from the views but I can't figure out how to do this. There are four possible operators when I define the filter in the views. I have tried all the different combinations but none of them are filtering out the templates. When I tried with these three files:
File 1: "Is template" is "Yes"
File 2: "Is template" is "No"
File 3: "Is template" is not a property of the document
this was the result:
Is template = Yes: 1
Is template = No: 2
Is template != Yes: 2
Is template != No: 1
Is template is empty: (none)
Is template is not empty: 1 and 2
None of these views displayed the File 3.
Is there another way to hide the template files which I have not thought of?