In order to reporoduce the problem:
link: http://appery.io/app/mobile-frame?src...
credentials: 1234/star1234
Navigation: NavBar My Points On page load the service (Member_Points_Details_Array) will be invoked (Screenshot of the service mapping shown in the second post in this thread) click on the button highlighted below and a panel will appear
When you click on any month, the number that should be passed to i will appear in alert. (e.g. when you click on June 2014, alert will show 6).
The code that should brings data from Member_Points_Details_Array is called on mobileradiogroup value change.
Apart from the long code only the main point need to be resolve. That is in this code when I select June 2014 and hence i = 6, the the following code:
prevar bonus = Apperyio.storage.MS_Member_Points_Details_Array.get("$['MPD_Month']");
console.log(bonus);/pre
should show the value of bonus of that month in consolde. Similarly, if I click on Jan 2014, the value of bonus of January should appear in the console.
In short, I expect the mapping to pass the values of the all column for that specific users and for all months into Member_Points_Details_Array
Many thanks for your help