-
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...…
-
Progress Stepper in HTML.
Ever wanted to create a step diagram to point users to the steps to follow in Ninox? Then this can be done with a choice field but a nicer representation is with HTML and some CSS.…
-
Close all windows except the active one
Hi, Is there a way to have a button that closes all the windows except the active one (from which I click on the close button of the other windows)? Thanks for your help.
- Answered
-
Is there a way to output a PDF file with the contents of one RTF text field?
Ideally, one =would press a button and the contents of the RTF text field would be outputted to a PDF or WORD file and downloaded to the host. IS THIS POSSIBLE? Can this be done in JS?
-
Override result in formula field
I've got my hourly rate field working, it fills in the field based on the number of hours in the Appointment. But... can I override the result. Can I override any calculation field's calculation?…
-
Join without empty lines
Hi all, I have a few fields (yes/no) to list all the papers that i might receive from people when they sign a contract. Let's say it's a list of ten different documents.…
-
Automated Multiple Choice: Is it possible?
Is it possible to automate Multiple Choice field based on trigger/update from another fields – which is two or more fields. See situation below: Multiple Choice (MC):…
- Answered