-
just updated my mac to catalina & can no longer use panorama. how do i import panorama files saved as text files & can i use ninox files while offline
just updated my mac to catalina & can no longer use panorama. how do i import panorama files saved as text files & can i use ninox files while offline
-
Duplicate a record don't increment a calculated file number
Hi, I've a "Trigger on Create" with a formula to increment a number in a numeric field (I want to avoid the use of table ID). The trigger works fine if i click in a new record button,…
-
Calculating a time duration over midnight
I am new to Ninox. Is there a simpler way to calculate a time duration over midnight? When the time interval does not cross midnight, I could simply use the formula Stop - Start So if Start = 7:…
-
Bulk Import of Images into Ninox
Hi, I am trying to get about 4000 jpegs into Ninox. They will be added in Image fields but as I understand it, the first step is to add them as attachments.…
-
Blank option issue
Hello, I hope someone can help me. I'm working on a database for a breeder. I'm new to Ninox. There's one thing I can't figure out how to fix. I was hoping to include a screenshot but the image…
-
Newbie question / Formula based on filtered records
Hello, I'm new to this and don't know code. I want to be able to query out a set of records based on date (eg. payments to a specific vendor within a particular year) and then calculate the total…
-
Help with sorting on 4 columns
Using the method suggested elsewhere in the forum I created a sorting number/code to sort 4 columns. Its of the form Value1"."Value2"."Value3"."Value4. This results in a field that gives me a result…
-
If a text field has > 30 '#' then show alert
Wondering if there's a formula that will check a text field for the number of hashtags (#) and if there's more than 30, allow to pop up an alert or have field become visible alerting to the fact?
-
API not returning all fields
Using REST API I see below. Given this: {'id': 'G', 'name': 'Inventory_avail', 'fields': [{'id': 'A', 'name': 'Adj_code', 'type': 'number'}, {'id': 'B', 'name': 'Location', 'type': 'number'}, {'id':…
-
Bugs waring current version 3.2.6 or 3.2.7 MacOS application
Anyone using the new current version 3.2.6 or 3.2.7 MacOS application ?I would highly recommend to use instead the current Browser Cloud version as several bugs are actually leading to hazardous…
-
Autonumber a filtered list
Hello!I got an table named Citas. I need to select a date range from it, sort the resulting list by date, and then number it starting from some number. I used to use the solution provided here on the…
-
Mac app ver. 3.2.9
Hello, after updating to v. 3.2.9 I can no longer open my db. Am I the only one to have this problem? Thanks
-
Code to copy a picture from table to table, please!
Apparently the picture was copy into the other location,but no image at all. Only shows the top right menu and the pictures name.
-
Emoji list.
Does anyone have the names of all the emojis and Example
️"warn" l have only seen two examples in this forum and have used both and would like to explore other possibilities. 'thank you.
-
Rechnungen
Hallo ich würde gerne die Vorlage Rechnungen etwas anpassen zum Beispiel: In Kunden würde ich gerne eine Zahlenfeld einfügen für Rabatte die ich dem Kunden individuell vergeben kann als % (10%).…
-
Rechnungen
Hallo ich würde gerne die Vorlage Rechnungen etwas anpassen zum Beispiel: In Kunden würde ich gerne eine Zahlenfeld einfügen für Rabatte die ich dem Kunden individuell vergeben kann als % (10%).…
-
2 choices trigger same action
Hello, I want the following:Datefield2 only displays date from Datefield1 if Status is 1 or 2I put in Status, Trigger after update:Datefield2 := null;Datefield2 :…
-
Opening the newly purchased Ninox App: Templates are empty // not loading
I can't see the Templates in the Window for creating New Database. "Loading …" and nothing happens.
-
Automatically link two tables
Hi I have a table with the pricing of multiple holiday names and their prices based on age, e.g. <1, 1-5, 6-10.. The Pricing table is a child table of the Holiday table so the names are already…
-
Email question...
I have set up a "Request" document that I want to be able to send to other members of my team. I have set up a choice field with each members name. How would I set up a button script to send the…
-
Hello, i am working with sale orders with multiple currencies. exchange rate is not available so i created two fields for Item price, 'Item Price' and 'Item Price $'. i am importing either one to 'Sale Lines' by a formula as the code below. however, the formula displays the number format 'Sale Item'.'Sale Price' even if the choice was 'Sale Item'.'Sale Price $'. It seems that the formula always displays the first field format of the "if statement" even though it was not true. is there a way to solve this. thanks.
if 'Sale Orders'.Client.Country = "Local" then 'Sale Item'.'Sale Price'else'Sale Item'.'Sale Price $'end
-
INVENTORY
INVENTORY
-
Ninox API Nested Post?
Hallo zusammen, wie kann ich in Ninox bitte einen Datensatz basierend auf einem nested und vorgegeben Json Schema erstellen? Betonung liegt auf dem "nested" und vorgegeben,…
-
Cannot open databases since last update
Hello, yesterday my computer installed the latest Ninox update (3.2.6). Since that moment, I cannot open 2 of my 3 databases anymore. I can open the app and see the main menu,…
-
Button don't work
Hi everybody, I create a button to save simply a pdf of an image with a print layout, this let myPdf := printAndSaveRecord(this, "Scheda Tecnica");let myName := "Scheda Tecnica " + Descrizione + ".…