-
Pricing
Hi, just checking this product out for first time. I was checking on the price. If i wanted to use it on Mac, local only, no cloud sync, is there still a subscription required.…
-
Get the tracks by album
let apiKey := "8c6c8610-4f04-11ee-b74b-03c9318fae41"; let artist := substitute(text(Name), { " " : "%20" }); let album := substitute(text(Title), { " " : "%20" }); let url := "https://ws.…
-
Global NONfunctionality
Creating a new database and added 4 global functions which all work as they should, but then added a fifth function which simply doesn't work. The function just has 2 'text' parameters which it…
-
extractx
To extract a string from a given text using a regular expression With this function, you can extract the first match of a search string in a text. Instead of simple strings as a search pattern,…
-
Print Image
I have the cover images stored in a ShareLink field. How can I include it in the Print Word format ?? let vTbl := ((select Albums where Availavility = 1) order by Name); let vObj := vTbl.…
-
Formula values not appearing correctly in table view
I have a few formulas in a "People" table that sum up various amounts from another table. These amounts appear correct on each record in Form view. When I look at the data in Table view,…
- Answered
-
Problème de plantage sur Ninox
Bonjour J'utise Ninox sur IPhone (ios18). l'application me donne satisfaction. j'ai trois tables : mots, texte, mots_textes avec deux champs relation vers mots et vers texte.…
-
Ninext documentation
Hello everyone, Many of you have been asking for this, so even though it's still a work in progress, we're happy to share the first version of the Ninext documentation: https://docs.ninext.fr.…
-
createXLSX
Has anyone managed to figure out how to implement this to your script using the new createXLSX function?
-
can I hide a table only for one user?
can I hide a table only for one user?