kees-vn
-
7/26/2011 5:40:16 AM
RE:css list menu - only show nodes with subnodes
Thank you, that helped me into the right direction.
For anyone wondering, this is my final solution (put this in the WHERE field of the webpart)
((NodeLevel = 1) and (NodeChildNodesCount > 0)) or ((NodeLevel = 2) and (NodeChildNodesCount = 0))
|