I am having trouble with Data storing in ROW. If my table is updated my different user, How i can store the row data to another table for reporting purpose?
If am completing my calculations the first row is updated that is fine.
again am doing the same calculations the row gets overwrite. How to populate the data in another row? Due to this am unable to save the records for user specific.
Attaching screenshot for your reference:
you will be able to see in attached snip:
1st Snip - User is Keshav - Data updated in first row.
2nd snip - User is anshuman - Data again updated in first row.
How to achieve data updated in next row for each user?
Or after each complete cycle of my work done.