Seite 1 von 1

order listview documents by category name

Verfasst: Mi 20. Mai 2015, 13:06
von ounos
Is it possible to order a <we:listview type="document"/> documents by the category name they belong ?

Re: order listview documents by category name

Verfasst: Do 21. Mai 2015, 13:54
von WBTMagnum
hi,

not directly, but you could use a construct like this:

Code: Alles auswählen

<we:listview type="category" order="Title" parentid="$parentCatID">
  <we:field name="ID" to="global" nameto="catID" />
  <we:listview type="document" categoryids="$catID">
    ...
  </we:listview>
</we:listview>
hth,
sascha