Hello,
we were writing e-mails about the issue. For other visitors:
Regrettably, there is not any "pick and choose" method for items in menu.
1. You can use the Where condition like this:
not (documentname like 'Home')(the form of Where condition is same form as in SQL query)
2. You can add a special field to document types which you use (
Site manager -> Development -> Document types) which will say if it should be in Menu 1 or not and then use the general Where condition instead of enumeration of included or excluded documents.
3. You can
Categories. Then the Where condition can look like:
DocumentId IN (SELECT DocumentId FROM CMS_DocumentCategory WHERE CategoryId = 1)where 1 is the ID of required category (you can know it from
CMS_Category table).
Best regards,
Helena Grulichova