Posted by johdax on December 15, 2010 at 3:16pm
I have a custom CCK compound field, which stores a hierarchical multidimensional tree in json in a field type. I now want to expose this data to views, but in flat way (table with parent relationships).
Any help with how to implement views_data is appreciated.
kind regards, thanks in advance
Comments
All you can do is create a
All you can do is create a field handler or set of field handlers that know how to unpack the data and display the bits you want. Any hierarchy or relationships you do will have to be in the field handler.