-
Is there a way to query REST API in order to get only a subset of the data
The idea is to use REST API - to get a subset of records by query with operators (like > <) It seems that the only way to get records from the API is either a single record matching a special filter…
-
calendar view of date field to only show month and year
Hello! I need to collect publication dates but only month and year of papers are given. Is there a way to change the calendar view of text fields so it only requests month and year?
-
Console Window Input Panel
Is it possible to resize the Console Window Input Panel? I could't find how.
-
Fault
This function generates a fault in NINOX. Why? Fault description: Field not found: This at line 2, column 10 function test() doalert("This is the alert message”);end
-
Fault
This function generates a fault in NINOX. Why? function test() doalert("This is the alert message”);end
-
Multiple Choice items on print invoice
I have a multiple choice box with 8 options. On the printed invoice I must break each of those out with a X in a box in front of each item. I can make it work as long as only 1 line item is selected,…
-
Script to set reference field to empty
I have a script that attempts to set link a child record to a parent table based on an expression. If the child record doesn't meet the crieteria, it sets the link to "empty".…
-
Formula to add 5 days to a date
Hello, I have a date field called 'invoice due date'. I select the date I want for when I want my invoice to be paid. I have created another date field called 'Chase date' (not sure if this field…
-
"Feld nur anzeigen, wenn.." Abhängigkeit
Guten Tag, ich würde gern ein Feld nur anzeigen lassen, wenn bei der Mehrfachauswahl "Status" sowohl "Aktiv" als auch "Akquise" ausgewählt ist. Ich dachte es geht mit folgender Funktion:…
-
I can’t print a single form.
I am using Ninox on my Tablet Android. I can’t print a single form. It says print to pdf but after that it goes no where. Doesn’t offer any print options
-
Table view in print to PDF
Hi, is it possible to use table view in print to PDF? I have a table view on a record for showing sales data, grouped by days. Like this.. Is is possible to use this in print to PDF?…
-
Copy a discount from the Costumer sheet subtable to Ordered Product subtable
Hello, I've a table calle Customers with a subtable called Customers sheet, inside there are the products a custumer buy regurarly. Sometimes they have a discount on specific product which is written…
-
Email secure?
Are emails sent from database secure? Are sent emails located somewhere that can be referenced?
-
Ou se trouve le fichier créé ?
Bonjour, Désolée de m'exprimer en Francais, je ne parle pas Anglais. Je souhaiterais savoir ou s'enregistre le fichier pdf avec cette commande sur une tablette Androïd: importFile (this,…
-
"Blocking" a date like an official holiday
Hello everyone Maybe a simple question, but... It is possible to mark one date in the calendar like an official holiday? For exampe - that the all date box is colored with some color.…
-
Auswahl Mehrfachauswahl auslesen und Zahlenfeld anzeigen
Hallo, habe ein Zahlenfeld, welches nur angezeigt werden soll, wenn die Auswahl der Mehrfachauswahl beispielsweise einer der Möglichkeiten 1, 3 oder 5 getroffen wurde. Komme zu keiner Lösung.…
-
add a record
How do I add or duplicate a record in the middle of a table?
-
I need a formula to add hours to an appointment field.
For instance I have an appointment from 9:00 to 10:00 am but I need to calculate the start + 3 hours. Please Help
-
Is there any way to use icons as label in tabs, instead og text?
Is there a way to use icons as label in tabs, instead og text?
-
500 Internal server error!!!!
I have a script where I look up a record in a table through the API. It worked couple of days ago but now i constantly get 500 Internal server error let ninoxProductUpdate := do as serverhttp("POST",…
-
Building your own Function?
Hello, Please van you give some code examples how to define a custom function? Forum description: ++++++ Creating User defined functions locally with the function command: function name(argument:…
-
Is the following formula supported by the Android version?
Hello Is the following formula supported by the Android version? importFile (this, printAndSaveRecord (this, "My Print Layout"), 'Own Name field' + ". pdf") Thank you in advance Fanny
-
attachement on image field
è possibile visualizzare un allegato in un campo immagine??
-
I set up a system with multiple accounts. Each is a share of a total fund balance which is used to calculate shares of total income. Year Ends April is the individual balance table year and the dashboard year is Fiscal Year. This is tracked by year and I set up a dashboard table to enter total dividends that then get distributed by share. If I enter multiple year info on the dashboard the dividends don't show up. Here's the code that works perfectly when only one year is entered. Any ideas
let y := 'Year Ends April';let i := (select Dashboard where 'Fiscal Year' = y).TempBal;let TempNum := number(i);let j := ('Beginning Balance-Temp' + 'Beginning Balance Perm') / TempNum;let k :…