Posted by stefank on January 20, 2013 at 2:44am
Hi
I am trying to accomplish a task where the table in views show information about user. I have a column which populates user information from other table in database. I am not really sure how to link the user id to these particular table data.
I would like to show in row user id, name, group name(already done) and the column from other table. The table contains user id, which might be linked together. I have tried to filter and relationships in views but nothing worked.
Thanks in advance.
Comments
Done by joining table
I've done it by creating a php view, which is joining the tables together.