Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
I have product(s) as a clonable template in which there is a one-to-many relationship linking to another clonable called 'categories'.

I'd really like to display the related, selected, categories for a specific 'product' in the admin list view. I tried this but it didn't display any content:

Code: Select all
<cms:config_list_view searchable='1'>
    <cms:field 'k_page_title' header='Product Title' />
    <cms:field 'categories' header="Categories" />
    <cms:field  'k_page_date' />
    <cms:field 'k_actions' />
</cms:config_list_view>


Is there any way to achieve this?
You can try using @daldred's solution from this post -
viewtopic.php?f=4&t=12687

Hope it helps.
2 posts Page 1 of 1