-
Connecting to external REST API (complete example)
Hi, In the last several days, I was able to integrate the ICD 11 coding tool, which is based on a REST API using OAUTH2 authentication, into my EMR Ninox database.…
-
A new way to comment out code in the console
With my friend Jan, we discovered a new way to add comments in the Ninox console. Simply add /* before and after the text you want to comment out : var a := {lastName : "tur"}; /* var a := {firstName:…
-
Custom Widgets (Release 1.0)
Dear Ninox Community! Many of you have asked how you can easily and cost-effectively use our Custom Widgets in your Ninox databases. The time has finally come
We have worked hard to find a…
-
Ninext function onclick on iPad or Chrome (Windows) doesn't work
The onclick function in a view works great on native Mac Application an Web-Application (Safari & Chrome) on Mac. Last Week i had two installations, one on Windows (Web-App over Chrome) an one on a…
- Answered
-
Integration of the ICD-11 Coding Tool into a Ninox database
Hi, I use a Ninox database to keep electronic medical records of my patients. I am writing here looking for help to integrate the ICD-11 Coding Tool into my Ninox database.…
- Answered
-
Trigger on a choice field (new)
i have a table with a button with this formula: let xCurrRec := ID; let xDiscogsRelease := 'Release Number'; let xtoken := 'Insert Your Discogs Token Here'; let url := "https://api.discogs.…
-
how to make it multilingual DB?
Hello everyone There is a solution for multilingual database? Who did to solve this problem and how? I need 3 languages
-
Trigger on a choice field
Hi to all I have a button perfectly functioning on a table with this formula: let x := dialog("Edit", "Edit Release", ["No", "Yes"]); if x = "Yes" then let xCurrRec := ID; let xReleaseNumber :…
- Answered
-
is there a better way to send more "styled email"
I regularly send my customers job status reports as the order progresses through our system ie Thanks for the order - your job is in production etc. originally,…
-
A timer to execute a scipt after a timer interval?
Is it somehow possible to have a script executed after every hour, every day, every friday etc?
-
openTable() with Definable Query
The openTable() function currently opens a table with a specified view. It would be very helpful to be able to pass along a query with this call as well,…
-
how to create space in text
I want to add 2 seperate field into 1 but i want to create at least 3 space in between the program automatic makes field 1 + " " + field 2 into field 1 + " " + field 2
-
Wrap a text in a Rich Formula field
Hi to all! this formula : let tracklist := response.result.tracklist; let tracklistInfo := ""; for track in tracklist do let position := track.position; let title := track.…
- Answered
-
Response in JSON Format alternately functioning
Ok. I finally achieved my goal to get informations from a site and used to fill my fields in Ninox for Example The formula request for the formula field called Artist name: let xDiscogsRelease :…
-
Ninox names vs user names
Is it possible to access a list of the Ninox element names used for the User defined names? I inadvertently deleted a link to a table 'Projects' which Ninox has 'CA'.…
- Answered
-
Script for Search by Artist Name
Need a script for search by artist name, the screen is a Dashboard and take the from Albums. On view Discography
- Answered
-
Use choice fields in a formula field
Hello, Here is what I have: - A number field called (Bedrag) where I put in a value, the number field is in an parent table called (Kosten). - A choice field where I have 6 options in parent table…
- Answered
-
Reading JSON list
Hi, how can a list of JSON objects be read like all the values nthe "Monthly Adjusted Time Series": {"Meta Data": {"1. Information": "Monthly Adjusted Prices and Volumes","2. Symbol": "MSFT","3.…
-
Payments plans and Location Fields, demo
Please please, I need an option for monthly payment. I cannot afford yearly payment. Also, I need a demo Then how does the location field work?
-
Blue Screen of Death
For whatever reason, Ninox has now given me the blue screen of death. When I access the app on my iPad Pro, it goes through the normal opening, showing my desktop with my databases but with a…
-
BUG or what?
Hi to all! i am experimenting a simple dashboard formatting fields in a CSS way: the problem is when I go out form this and open a new table: you can see the consequences if I refresh the page:…
- Answered
-
Extract Record from a Table meeting some criteria
Hi to all, i have a table called Album, with a relationship with another Table Called Release (1:N) Each album could have 0, 1, or multiple Releases i am trying to extract in a formula field the name…
- Answered
-
Dynamic Reports - my first attempt
Hi there, Here I was thinking it would be straight forward. I have a docx template and in Word I added {d.'PROJECT TITLE'} as a data field (it's spelt correctly, all UPPER).…
- Answered
-
Ninext : Fields inspector (evaluate the impact of changing/deleting a field before to do)
Hello everyone, Have you ever had a cold sweat before deleting a field in a table ? I always wonder what will happen. And the more my database is important,…
-
do as... massive speed improvement
Hi All Has anyone seen the documentation about speed improvements in Ninox? https://docs.ninox.com/en/use-cases/tips-and-tricks-for-fast-databases I tested their use of do as...…