Is this possible with a rating field type?
Created a rating field "cb_rate_computed" with:
"
SELECT AVG( `cb_rate_freelancer_general` + cb_rate_freelancer_quality_of_work` + `cb_rate_freelancer_knowledge` + `cb_rate_freelancer_productivity` + `cb_rate_freelancer_independence` + `cb_rate_freelancer_cooperation` + `cb_rate_freelancer_attendance` + cb_rate_freelancer_reliability` + `cb_rate_freelancer_leadership` + `cb_rate_freelancer_appearance` + `cb_rate_freelancer_adherence_to_policy` + `cb_rate_freelancer_initiative` + `cb_rate_freelancer_use_again')/13 FROM `#__comprofiler` WHERE `id` = '[user_id]'
"(minus quotes)
Field is set as Read Only as I only want a get an overal rating based off the other rating fields displayed to end users.
Possible? Would this be better (less site load) to do as an autoaction instead?
Found:
www.joomlapolis.com/forum/153-professional-member-support/231177-computed-field-in-cb#270562