I want to add an entry into a data master, and assign the column "id" by an increment of 1. For example, when a new user is created, we give him user id of last user + 1
Unfortunately we do not have any interface for debugging purposes. As a workaround, you can create set value events associated to any element and display it into a label.
Thank you for your suggestion.
Best,
Sonia Duran
Hi Kent,
Unfortunately we do not have any interface for debugging purposes. As a workaround, you can create set value events associated to any element and display it into a label.
currently, the method i'm using is for datamaster "users" new[id=[data_max[users,id] + 1], ...]
currently, the method i'm using is for datamaster "users" new[id=[data_max[users,id] + 1], ...]
Hi Kent,
Please find attached the example I've created for you. I hope it helps.
https://www.dropbox.com/s/u922pycmp0l...
Best,
Sonia Durán
Hi Kent,
Please find attached the example I've created for you. I hope it helps.
https://www.dropbox.com/s/u922pycmp0l...
Best,
Sonia Durán
Hi Sonia, thanks for the reply. I think I'm doing the same thing. Does the data save between sessions?
Hi Sonia, thanks for the reply. I think I'm doing the same thing. Does the data save between sessions?
Hi Kent,
No, the data is not being saved between sessions.
Best,
Sonia Durán
Hi Kent,
No, the data is not being saved between sessions.
Best,
Sonia Durán
Is it possible to save data to master permanently?
Is it possible to save data to master permanently?
Or for example, in a mobile template, have all data displayed somewhere (preferably on the side somewhere) for debugging purposes.
Or for example, in a mobile template, have all data displayed somewhere (preferably on the side somewhere) for debugging purposes.
Hi Kent,
Unfortunately we do not have any interface for debugging purposes. As a workaround, you can create set value events associated to any element and display it into a label.
Thank you for your suggestion.
Best,
Sonia Duran
Hi Kent,
Unfortunately we do not have any interface for debugging purposes. As a workaround, you can create set value events associated to any element and display it into a label.
Thank you for your suggestion.
Best,
Sonia Duran
Hi Kent,
The data of the data master are the ones that have been kept inside to it.
Best,
Sonia Duran
Hi Kent,
The data of the data master are the ones that have been kept inside to it.
Best,
Sonia Duran
Replies have been locked on this page!