Table Field Update

Is there a way I can increment an integer column in a table by 1 without accessing that field ,picking what is already there and manually adding +1 and updating?

Hello @Nkekere_Tommy_Minimann

You can use Atomic Counters Overview - Backendless SDK for JavaScript API Documentation

Regards, Vlad

No. I don’t think atomic counters is applicable to my use case. The integer is a number in the ViewCount column of my Master table. This number is updated by +1 as each record is accessed.