Hello,

Firstly, thank you for this module.

I would like to ask 2 questions with regard to the table formatter:

  1. Is there a way to split the fields in the field collection into individual table cells? This would be handy for display / sorting / calculation of sums for countable values, etc.
  2. For my use case it would be ideal if I could get entirely separate tables for each value in a particular field that is a member of a field collection (e.g. one table per Product Type, for a FC containing Product Type and Quantity fields). Any suggestion on how I would implement something like this with views? (I guess though that this is no different from wanting to do this for a field that is not a member of a field collection...)

Thank you

Comments

marktheshark’s picture

I guess question 2 is more generic: how to create a dynamic of views, each using an argument that is the result of another view. i.e. 1 view to generate the filter values for another view to use as a contextual filter...

damienmckenna’s picture

Status: Active » Closed (duplicate)