Hello anybody who can help to find this error?
There is 2 apps, Svigeradmin is used to give points, and svigerview is only to show the given points.
Its running thru CloudDB, but i get the failure on the picture. The easiest way for me is to put the .aia files inhere.
You have to work from right to left when doing 2 dimensional selects.
Select the row number on the right, then feed that to the block that selects the column from that row.
If you haven't done so yet, I recommend you read up on JSON and dictionaries, to manage all the named values you keep.
Doing nested select items is like trying to climb a ladder two steps at a time.
Since you like to name everything, you could make 6 local variables, each named for one row of the table, and loaded from a select of that row number from the table.
Then it becomes clearer to select items from each of the 6 row variables.
Change your clock interval to something more suitable, does "she" really need an update every 3 seconds ? Perhpas consider storing data locally on the device for immediate use, and update at a longer interval ?
Or consider using Firebase realtime database which is designed to handle a quick turnaround.