Is my drupal 6 views broken?
I have this SQL generated from my view
SELECT quiz_node_properties.vid AS vid, quiz_node_properties.nid AS
quiz_node_properties_nid FROM quiz_node_properties quiz_node_properties
I expect this output:
Quiz Node NID: 6
I get this output:
Quiz Node NID: 6
Quiz Node NID: 6
Quiz Node NID: 6
Quiz Node NID: 6
Why does it quadruple my output? There is only one quiz in my system…
Problem was I had not chosen to do a view of nodes but of quizzes.