Calculate sum of users custom feild
-
Hello,
i have a site for smokers who have quit smoking. When a user registers he/she gets asked: When did quit? How many cigarettes did you smoke average/day? etc…
I have buddypress installed and these fields are stored inside bp_xprofile_data.
I managed to calculate statistics for each user on their profile page about how many cigarettes they have smoked and how much money they have used and saved…But how do i calculate the sum that each user has saved:
user1=days not smoking * average cigarettes/day * price for one cigarette
user2=days not smoking * average cigarettes/day * price for one cigarette
….
And put that sum on the frontpage.I think i should somehow save the users “Saved euros” in user meta field but don’t now how.
- The topic ‘Calculate sum of users custom feild’ is closed to new replies.