Thanks for the clarification Mohamed,
I checked the results of getMyUnlockedAchievements, and the progress field is not being returned there either. I do see all other fields, except progress. Could someone confirm?
To further the discussion, would you guys consider adding the progress field to getAllAchievements() as well? Since I want to create a list of achievements in my game, along with status, I would have to call getAllAchievements, then call getMyUnlockedAchievements (once the progress field is being returned :) ), then cycle through both tables to see where there is overlap, and create a list.
If progress was returned in getAllAchievements, then there is only 1 call, 1 table, and it would be so much easier to pass through that table and pull that data.
Thanks again for your help.
–John