Okay, I discovered the Query option. Very cool feature, but I can't seem to pull multiple data sets and I can't tell if I am pulling the data only for the logged in user and not just what is first in the list.
Code:
SELECT id, user_id, date FROM xxx_groupjive_plugin_events
Results produce "1, 123, 2013-02-02..."
I have this user registered to multiple events, if I add in the code WHERE user_id = 123 to the query, then what is the secret to pulling the logged in users id ='s the events user_id to match for the query?
Suggestions? Tutorials for the query field anywhere?