I am trying to set the initial value to the last value saved in the spreadsheet by the user
ANY(Select(Kilometry[Stop licznik],AND(([Kto]=USEREMAIL()),([_RowNumber]=MAX(Kilometry[_RowNumber])))))
but it doesn't work properly
If your records are ref connected to your User table, you'll have a reverse reference of all the records for that table.
index([Related Whatever], Count([Related Whatever]))
If you implement the Current User System, you'll also have that value as a global variable - which you can then call from anywhere inside your system.
--------------------------------------------------------
This is also much more efficient that brute forcing an answer with SELECT(). (^_^)
Sorry, but I am a new user of appsheet.. I understand what's going on but I don't know how to write it. What you need to explain it to me step by step?
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |