-
CSS hacks for UI design
Hello @Sean I have been following your posts regarding the CSS hacks for UI design in Ninox. I was feeling really helpless until a few community members advised about your posts for tweaking the…
-
help please on this script
The following works but not fully. None of the text: >>> Is outputted in the email. Can someone please point out where my error is. let myPdf := printAndSaveRecord(this, "TASKS"); let myName :…
- Answered
-
Displaying a record in another table
Hello There is table 1 in which there is table 2, record there are made using the button. 'tab.name' - 'number' - 'group' In table 3 there is an sub table 5.…
-
Assign a sound to a formula button
Hi to all! Thanx to @RoSoft_Steven (who created this post: https://forum.ninox.com/t/35y3lcz , I am using custom buttons. In my record, I created an embed of a small player that plays an mp3 file…
-
Ninox 3.13
Hello, I just watched my first Nioxus webinar and am excited about the upcoming release. Is there a link to the official Ninox 3.13 presentation?
-
Countdown Date
Hi, I have a problem with a formula I would like to calculate how many months from today to a certain date this as written but it does not give me any results.…
- Answered
-
Button that creates a new record for the next month
There is a button that creates a new record in the table for the next day let t := this; let oldData := last(Table1 order by Date); let newRec := duplicate(oldData); Table1.…
- Answered
-
ninoxLocales.AggregationName is not a function
Hi there I received the following error message yesterday: "ninoxLocales.AggregationName is not a function". What exactly does this mean? Nothing was changed in my Ninox formulas or fields so I don't…
-
What is the max number of characters that a text field can be defined to hold?
I am using Ninox stand alone - no need to sync to the cloud for my purposes. I have a d=table that includes a text field, but have found I cannot add as much as I had hoped to - is there a maximum…
-
API Down on Public Cloud Yesterday
I believe it's time for Ninox to improve their communication. Yesterday, we encountered a 401 error on an API call in both Make and Postman. After sending an email to Ninox, they replied,…
-
Ninox & regional date format
Hi everyone, many users faced issues with the regional date format after the Ninox update to 3.12 when accessing their application in the cloud using a Windows PC.…
-
html undefined error
Hi, What in this script is causing the title error please? let myPdf := printAndSaveRecord(this, "TASKS"); let myName := "New Task.pdf"; importFile(this, myPdf, myName); 'EMAIL SENT' := true;…
-
Ninox hanging, not letting me edit and very slow
Hi guys, since yesterday I have not been able to work on my ninox db as it is hanging and going into a readonly mode. The order of events is as follows: Yesterday,…
- Answered
-
Problem with "choice" the correct operation of fields
Hello I encountered a problem with "choice" the correct operation of fields. In the formula field heve funcrion Display field only, if : 'Show 14' > 0 and Choice = 1 or Choice = 3 or Choice = 4 when…
- Answered
-
How can I add additional fields to the returned array?
I want to add a newline character after each comma in an array. For example, Original code.
for loop in select Customers do loop.'Customer information' end Returns Value.
[116.3219065673952,39.…
- 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
-
Version 3.13 Webinar: An entirely new way to build sophisticated field references that will change the way we design our Ninox solutions.
Discover the new Ninox! Even more customizable, modern and user-friendly. Version 3.13 introduces an entirely new way to build sophisticated field references that will change the way we design our…
-
Printing with Carbone: Changing line height in table with newlines
Hello, In ninox, I have a table which contains text with new lines. Example: "Introduction This is an example..." When I first printed it to Carbone it would not display the line breaks…
-
How to disable Create Record button in reference
Hi, This topic was brought up 4 years ago and was closed with a reply about the cloud version of Ninox, however there was no solution suggested for the local Mac app version of Ninox.…
-
Join us for the Ninox 3.13 preview webinar in English tomorrow!
Join us for the Ninox 3.13 preview webinar in English tomorrow! Discover now what's coming soon: experience the new features and the fresh look of Ninox live before the official release.…
-
Why can't I move these formula fields?
I'm using formula fields to display an image stored in another table, based on what is selected in the table reference popup field. The problem I'm having is that the formula fields are being forced…
-
Designing Dashboard or Home Screen
Hello friends, I am trying to design a dashboard/Home Screen for my ERP database app. I am not able to divide the screen in two vertical parts (left side with some buttons like Clients, Sales,…
-
Field labels in RED color
Hi, Just wanted to find out if it was possible to make the labels of the fields in RED color for all required fields in a table. eg: In the Sales Order table,…
- Answered
-
Calculate the percentage if this result is negative
There is a field, "RESULT", where the result of the past day is shown. I need to calculate the percentage if this result is negative
-
The multiplication function stopped working
Good evening The multiplication function stopped working. previously worked without errors. after adding a style to the field where the information comes from, it stopped working.…
- Answered