I seem to have a problem where events which does not have a unique name becomes a problem for the signup module used in views. I create an event called "meeting" and there is no problem to signup. I create another event also called "meeting", still no problem in signing up. However, when I create a cross table view, the view get messed up. So I change one of the events to another name making it "unique", well then the problem is gone. I guess this is too little information, I just wanted to let you know...
Comments
Comment #1
dwwIndeed, "the view get messed up" isn't very helpful for trying to debug this.
Comment #2
mizbollah commentedIf the events does not have unique titles then the copies (title XXXX but as nodes "XXXX-1" "XXXX-2" and so on) does not
appear at all in the gridview.
If I for example use the event on the "X-axis" and the usernode on the "Y-axis" and their signup information in the "plot", the non-unique titled events does not show up in the "X-axis" at all, however their signup information still shows up, but distorted. The signup information is misplaced, since one of the events are gone, the signup information will show up under the wrong event.
I hope this clarifies, it is really hard to explain only through words.
Comment #3
dwwit is really hard to explain only through words
Then please attach a screenshot of your cross table view. ;) While you're at it, a PHP export of that view might be useful.
Note: I tried to get cross table views working before (specifically for something like what you're describing) and found that cross table views were pretty broken. See #121730: Add Cross Tables View Type to Bonus Pack for more on that.
Comment #4
dwwWithout more info, I'm closing this. Feel free to set it back to active if you provide the info I requested in #3.