
我是我的我
gold_cat
Joined: Thu Oct 26 02:13:26 UTC 2023
Latest Posts
-
Request to Remove Quotation Marks from Field Return Value
Hello everyone, I would like to know if it’s possible to modify the return value of a program field so that the word name is returned without quotation marks.…
- Answered
-
How to write the latitude and longitude information from a map click into a text field in Ninox
Hi friends, I need to write the latitude and longitude information displayed when clicking on the map into a text field (in the sample database Test2.ninox).…
- Answered
-
how can I write the latitude and longitude information obtained from the map into the X and Y fields of a database?
Hello everyone, how can I write the latitude and longitude information obtained from the map into the X and Y fields of a database? Thank you for your help.
-
Sort by Nb Numerical Size
let data := [ "{'food': 'bread', 'Nb': 3} {'food': 'apple', 'Nb': 7} {'food': 'rice', 'Nb': 1} {'food': 'banana', 'Nb': 5} {'food': 'milk', 'Nb': 9} " ]; let sortedData := (data) order by Nb;…
- Answered