-
Field label vs field name
Hi. It would be really great to have functionally that provides the ability to have a field label which is different from the unique field name. My database collects heaps of information and…
-
Duplicate button
Would it be possible to make the button used to duplicate records unusable for users?
-
Using APP (IOS or ANDROID)
Has anyone tried "intensely" the new version of the APP (IOS / ANDROID)?I have the problem that when the USERS log in, at the top, they don't see the tabs I created for each table!…
-
Open a table as a popup
Can anyone tell me if it's possible to open a table as a "popup" - and if so, how to write that piece of code? (case: I have a topic-library table containing info that I need to access at different…
-
why is this forum panel so small and only half working?
One thing that completey bugs me about this forum (actually there are quite a few things but i've ranted about them before). So.. rant number 64 is - Why is this question/reply panel font so small?…
-
Need help with filters
Filters are relatively easy to understand, at least the simple version. But I've run into trouble backing out of a set of filters. I had some filters on one of my table to see a subset,…
-
I am new to Ninox. I would like to print Avery labels for a mailing from our database. How do I do that?
I am new to Ninox. I would like to print Avery labels for a mailing from our database. How do I do that?
-
Whats going on with global script?
So I have had a script in the trigger after opening on the global options section. This script has been running for about just over a month perfectly fine.…
-
For making reports, can you please allow users to select which fields are summarized in the footer?
I would like to concatenate the text of grouped records, but I don't want that data to be concatenated in the footer as well. I've tried to turn off the footer,…
-
Est il possible de récupérer les x caractères de gauche de la valeur d'un champ ?
Bonjour; Est il possible d'utiliser une formule pour ne garder que les X caractères de gauche d'une valeur d'un champ ? J'ai par exemple un champ reprenant un nom de fichier qui commence par un…
-
Dynamic Choice misbehaviour
I have a table of Vehicles which uses a Dynamic Choice type field from which to select the Tax Class. However, here is a snippett from the main table view: So there are 3 vehicles,…
-
slicing and dicing of an array
How can one 'slice' an array from a specified item to the last item? The 'end' parameter can be a negative number to count from the last item. So slice(array,1,…
-
Change your 404 message
Does Ninox not have a PR department? I can't imagine anyone "enjoying" getting that message. I imagine it was an attempt to be humorous, but it what it does is put the fault for the error on the…
-
Dialog behaviour
Hi, I am trying to achieve what I imagine to be, a very simple process but keep hitting a brick wall. I have a button set up on my form to clear certain fields when pressed (2 date and 2 time fields)…
-
Choice (dynamic) as view filter
I have a dynamic field that uses the following script: record(Category,number(Category)).Subcategory order by Name For data entry, this works great. I now want to filter a view by Category,…
-
Does anyone use JavaScript in Formula fields?
It's been an exercise in frustration trying to figure out what version of JavaScript the Formula field accepts. I didn't think anything from ES6 or newer would work because the keywords "const" and…
-
transaction timestamp
I've searched the forum but don't find this answer (although I doubt it's a unique question). How do I setup a field that is a transaction timestamp? Example, I collect a signature,…
-
my databases are not showing in web browser
"my databases" are not showing in web browser.
-
Ninox Mac Application - Auto Export
Hello, I am looking for a way to do a nightly export of a table within Ninox in txt format to a specific folder path. Is this possible? What is the best way to achieve this?
-
Report - Hide table without rows
How can I not display in a printout a field or a table that has no results?
-
Airtable Convert - Looking For Feedback...
Hey everyone, I'm writing this here to get some feedback as an Airtable convert that is considering going *back* to Airtable. I've been playing around with Ninox for about two weeks now;…
-
Number formatting
How can I set a number to have a specific length? If I type for instance: 142 - I would like the field to show: 0142 Can this be done (I'm sure it can , but how?) J-)
-
Many to Many Relatonships
I am tying to create a Many to Many Relationship Table between Priests & Parishes using the 3rd table named "Priests Parishes". There 300 Priests and 150 Parishes.…
-
Many to Many Relatonships
I am tying to create a Many to Many Relationship Table between Priests & Parishes using the 3rd table named "Priests Parishes". There 300 Priests and 150 Parishes.…
-
Showing top performers based on linked records
Okay so I have 3 tables: - Coaches - Challenges - - Participants I then have a dashboard table. I currently have a view with the following formula: let m := Month;(select Coaches).…