I am using a cross table to connect my node (OG groups being nodes) and profile tables in order to see which user profiles are in which groups etc. Possibly I need to join the user table as well. How can I use this data to generate a page view using Views, much like the OG default views?
Thanks.
Comments
Comment #1
merlinofchaos commentedThis question is pretty general. I recommend you look through the Views API documentation and possibly look at the table wizard module which can help generate Views code for use with tables. If you have specific questions we can answer them, but I am not even sure where to begin except to say that you need to use the Views API, tell Views about your table and its fields.