-
Can I script clicking a button?
My screen has a search field (just a text input) and I have created a button next to it with the search routines that I am happy with. However as a user presses "Enter" on the search text entered in…
-
CSV Import Wizard
Hello everyone, Since a lot of our community members are interested in ways to automate the import of a CSV file, I decided to put together a complete working example database to show how to do it.…
-
openTable issue
Hello - openTable script stopped functioning. Starting with 3.15 I have button scripts that direct the user to a table and view openTable("Supplier", "Inventory") .... has been working for months.…
- Answered
-
Simple http GET fails
I'm using the free standalone version 3.15.6 on MacOS Sequoia. I put the following code snippet into a button: let response := http("GET", "http://localhost:8000"); if response.…
-
Mehrfachauswahlfelder mergen
Ich habe eine Datenbank, die viele Datensätze hat, die eigentlich Duplikate sind, aber in einigen Bereichen unterschiedliche Werte haben. Ich habe nun ein Skript geschrieben,…
- Answered
-
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
-
Extracting data from a view (new user help)
I’m learning Ninox, finding my way around and getting used to it. But I need a little help please… in Table A, I have various fields and have created views to interrogate accordingly.…
- Answered
-
Update a field and jump in a record.
I have a JavaScript function used to do a update of a field and jump in a record. --- function myClickTitleIntervention(id, url, valeurClick) { "{" } console.log("Start"); var myElement = database.…
-
Button script: add new record from table B to current record in table A
I have linked tables in a somewhat complex database. I have a button that is running a script to create a record and other tasks, but the part that I am stuck on is how to tell Ninox to add the…
-
Dashboard Template
Hello everyone! After the @Vermaji post, I decided to start a new one. This will make it easier to follow the changes. New features have been added: Sticky buttons.…
-
Is It Possible to use Function "parseCSV" directly in Server Mode?
Hello Ninox Team and Community, I’ve successfully created a workflow that imports data from a CSV file into my PRODUCTOS table. However, this system requires using an intermediate text field…
-
Is It Possible to use Function "parseCSV" directly in Server Mode?
Hello Ninox Team and Community, I’ve successfully created a workflow that imports data from a CSV file into my PRODUCTOS table. However, this system requires using an intermediate text field…
-
All Scripts (Copy to Clipboard) no longer working (local DB)
Dear forum members. For years, I have been using Ninox as a library for my tracks, which I plan, perform, and archive for biking and hiking. There are also many scripts that I implemented to copy a…
-
Retrieving values in Dynamic Choice field
New user here - exploring the potential for Ninox to help me with a fairly simple database task. But I’m now getting into it! In Table-A, I have successfully populated a DynamicChoice field called…
-
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
-
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
-
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
-
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…
-
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.…
-
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.…
-
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…
-
How to Track Client Changes in Ninox (Audit Log Table)
Hello everyone, I am trying to create an Audit Log Table in Ninox to track changes made to a machine registry table. Objective: Every time the associated client changes for a machine (which I lend),…
-
Link tables during import CSV
Does anyone know if this is possible - or do I have to run a script after import ? I know how to link two tables from button where they both have for example same type of field for a member number ,…
-
Class Element Request
Can someone reply with the class of this element please. I have managed to hide the toggle part of this but I am stuck trying to hide the label part. Many Thanks
-
Formula for Hire Management
Hi all, I have a table called 'Assets' with an 'Asset Name' and 'Qty' field. I also have a 'Asset Bookings' table with a Date + Time fields 'Hire Out' and 'Hire In'.…