I am trying to get a prevalue source setup but having some trouble. I have some nested notes and want to list the grandchildren of the top level note but as they are different document types (I think this is the cause), it isn't working. The content structure is like this
Product Category
Sub Category
Product
Before I added the sub category layer it worked fine however now it doesn't return any data.
Does anyone have a suggestion for how this could be done with out having to add each sub category as it's own prevalue source?
Prevalue source for Grand children
Hi,
I am trying to get a prevalue source setup but having some trouble. I have some nested notes and want to list the grandchildren of the top level note but as they are different document types (I think this is the cause), it isn't working. The content structure is like this
Before I added the sub category layer it worked fine however now it doesn't return any data.
Does anyone have a suggestion for how this could be done with out having to add each sub category as it's own prevalue source?
Thanks, Jeff
Comment author was deleted
Hey,
You can't you just use the xpath one? There you can setup an xpath expression that will fetch you the documents you wish.
should be something like //Product (if that is the alias of documents you want)
Hi Tim,
Thanks that worked, I hadn't looked into XPath before but that should work perfectly.
Thanks, Jeff
Comment author was deleted
Great :)
is working on a reply...