Hello,
Firstly, thank you for this module.
I would like to ask 2 questions with regard to the table formatter:
- 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.
- 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
Comment #1
marktheshark commentedI 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...
Comment #2
damienmckennaDuplicate of #1470312: View in a table/enter in a table.