Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is obviously SUPER late but for future reference I guess. I just had a similar question myself and found this and found what I think is a solution (at least in Sitecore 6.4).</p> <p>You have the choice to 'ExcludeItemsForDisplay' as well that takes a list of ID's. If you backtrack one level to </p> <p>"DataSource=/Sitecore/Content/Home/Home Root"</p> <p>And Add "ExcludeItemsForDisplay= {ID of folders to ignore}, {the long ID that appears at the top of Quick Info}, {etc}", you should be able to exclude any folders you DON'T want to appear and only keep the ones you want. </p> <p>IncludeItemsForDisplay is a bit too restrictive (and by a bit I mean a lot) to use unless you have only a handful of things you want to be available.</p> <p>So hopefully this helps with any future problems. (Or the same problem if you hacked it in previously)</p> <p>Your new Source not including the actual ID's of course:</p> <pre><code>DataSource=/Sitecore/Content/Home/Home Root&amp;IncludeTemplatesForDisplay=Industry Item,Additional Resources Grouping,Additional Resources Item&amp;IncludeTemplatesForSelection=Industry Item,Additional Resources Grouping,Additional Resources Item&amp;ExcludeItemsForDisplay={12345678-1234-1234-123456789}, {#####-####-####}, {### etc} </code></pre> <p>I hope this helps (at least the next person that may come across the same question).</p> <p>And also as a side note, as manually changing the Exclude sounds frustrating on a system that may change, your Folders also have templates that can be included in the IncludeTemplates. So if you give your Industries and Products special Folder Templates those can also be added to the IncludeTemplatesForDisplay String. Achieving hopefully the same more maintainable effect. I haven't tested this though.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload