Quote:
Originally Posted by Phalynx
Why not trying to sum it in one single query, like this?
SELECT
SUM(field1) as sum_att_views1,
SUM(field2) as sum_att_views2
FROM userfield
WHERE userid=x
|
Thanks for the response.
My goal is to have 6 different questions in their profile that would trigger 6 different achievements. In other words, if they want an achievement, no problem... check this box if you earned it - we believe you. It seems their profile is the easiest way to trigger this - since I can look up the data in vBE.
Please see attached. Thanks for the help. This is going to be GREAT once I get this tweaked to what we need.
I would still need to include all the phrases in the xml file to include the language for the fields. I'll play around with this - but is what you shared above the path to accomplishing what I'm looking to do?