-
Substring avec apostrophe
Bonjour, j'aimerais traiter une chaîne substr comprenant un champ Ordre dans une table Mots et transformer la chaîne "l'appel de l'ange" en "AA" j'ai essayé :…
-
Google Maps navigation from Location field error
Reported the following issue to support, but almost 1 year later they say its s bug and have more important things to look into. The function is crucial to me and used to work fine before I needed to…
-
Array switches from rid to nid
I have the following piece of code: let allRGRecs := record(Leagues,leagueRecID).RiderGroups; let finalRGsbyTeam := allRGRecs[false]; let getRidersByTeam := RidersAnnounced[TeamID = 119].…
- Answered
-
Best way to transfer multiple databases?
Hello, Let me explain the situation. I , as director, have developed about 10 databases for a dance school into 3 different teams covering our needs to follow teacher employment,…
-
How do you create a Google map with multiple locations?
Hi, I want to integrate into my Ninox database a Google map to display multiple locations. Has anyone been able to come up with a functional solution that could be shared here or at least give me…
- Answered
-
Collective message on iPhone
I found on the forum the syntax to send an SMS to a single contact: openURL("sms:" + 'PhoneNumber' + "&body=" + 'Body' But to send to several contacts? I couldn't find the syntax ;…
-
use of for fonction
Hello ninox! I struggle with the for function (I think this is the one I need but maybe it could be where...) Here is my script: (sum('PV coque PRO à date') + sum(Options.…
- Answered
-
This Thursday, May 1st at 12pm EDT - Ninox Script Core Structures & Something Completely New!
Join us this as we explore Ninox Script Core Structures & Something Completely New! Day: Thursday, May 1st Time: 12:00pm EDT/ 5:00pm BST/ 6:00pm CEST FREE REGISTRATION: https://us02web.zoom.…
-
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.…
-
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?
-
How to create a unique list of records
Let us say I have a table, Table1, with records that store years in a field called Number. Now I want to create a dynamic Choice field in Table2 that shows the unique years that are in Table1.…
-
How to Build a Complete ERP/CRM Solution From the Ground Up - Dashboards and Scorecards this Thursday, April 17th at 12:00pm EDT
Join us for the final class of our ten part series on building an ERP/CRM solution from the ground up. This week we dive into Dashboards & Scorecards. Solution Application and Free Consulting will be…
-
Improve Gantt view
Hi everyone, A lot of questions about gantt view but no answer on the forum. Is there any way to improve the standard gantt view ? (Milestones, shapes, colours). Thanks
-
Drawing meets data: Shapes, highlights, pins & notes – all right on the image
Our new Custom Drawing Widget for Ninox is live – and it opens up a whole new way to work visually with data. Whether it’s a construction plan, fabric prototype, therapy chart,…
-
Icon Code Generator
Hello everyone, With the introduction of new icons in Ninox, manually creating code to display an icon has become more complex. I've developed a simple and practical utility that lets you easily…
-
Building an ERP/CRM Solution From The Ground Up - Join us Thursday, April 10th at 12:00pm EDT as we focus on Ninox Utilities & Tools
Join us for part 9 of our 10 part series on building an ERP/CRM solution from the ground up. This week we focus on Ninox Utilities & Tools! Day: Thursday, April 10th Time: 12:00pm EDT/ 5:00pm BST/ 6:…
-
urlDecode("%E2%80%87");
let xlf := urlDecode("%0A"); let fsp := urlDecode("%E2%80%87"); let focus := this; "InvoiceNo: " + InvoiceNo + xlf + "TOTAL NET PRICE: " + 'Total net price' + xlf + "DISCOUNTS:…
- Answered
-
The formula editor
This is where you script The input of functions or procedures is done via the formula editor in a Formula (always indicated by fx). These fields are the "entrance" to the formula editor.…