-
Ninox Not Syncing with iCloud
I downloaded the iCloud Ninox app, but it doesn't see the Ninox databases that are in my iCloud account. The only (apparently non-synching) way I can get the data on iPhone is to save an archive.…
- Answered
-
How to store binary data like PDFs?
What kind of field supports storing PDFs or other Binary data? Am I able to see a thunbnail of the PDF in a form or view? Thanks
-
How to create balance table from income and expense tables
Hi. I have two tables: 1. Income table - consisting of several fields and a formula named "total income"2. Expense table - with "expense amount" field. How can I create a balance table that will show…
-
database wide variables
I'm a teacher, and a lot of the formulas/views/filters are based off the current school year. Multiple times I reference either a students grade, the current school year, the current trimester etc.…
-
Working with REST Services?
In FileMaker, there is an "INSERT FROM URL" script step that lets you connect to a REST service using GET, POST, or whatever. You then can set the return value from that service (could be binary,…
-
Short Contributors Bio
Hi All I'm pretty new to this forum, and to Ninox. I see the same names contribute their knowledge to us all (thank you) and I wonder if they (you) would be willing to give a bit of background about…
-
Joining text strings with carriage return
I have a clients table where each record has several address fields. Eg. address 1, address 2, city, state, post code, country. I want to join these fields into a single multi-line address but…
-
PDF with carbone and OCR-recognition
Hi I have used Carbone to create a fillable PDF created from Ninox. You can add values to it and then send it back. (email?). If the PDF is saved in an image field of the corresponding record,…
-
'Ninox for Windows' Version
Hi, Since 'Ninox for Windows' is still not available three years after Ninox announced that this platform-version was in the development pipeline, please could someone kindly inform me what other…
-
# of linked records in LINK FROM fields and VIEW fields
Another question: How can I access in code the # of records linked in a particular LINK FROM field? How can I access in code the # of records in a VIEW?
-
LINK FROM tables
If I link a record from another database using a LINK FROM table as above. How can I access that linked record in code? Or to multiple records linked this way?
-
Populate a Related field
I need to populate a related selection field (consignee) based on the value previous selected in other selection field (entity). The consignee selection field will have various values available…
-
Not to update a field after completed
Is it possible to block a field after it is change or writen after first time? I mean, I dont want to be able to update it.
-
Basic Beginners Help Please! How do you use info in column count as a table field?
I am on a trial version of Ninox after using MS Access for years. I am trying to figure out how to find the percentage of the count of 2 columns on a table.…
-
Rich text formatting disappears in final PDF file
Im on the cloud version. I have read all the posts about printing rich (or formated) text. Although in the print layout screen the formating is present, in the final pdf file not the rich text field,…
-
New To Ninox
Using HTTP function, how do you update the Ninox field(s) with the return value from, say, a POST call? Thanks,
-
Using an iFrame in Ninox to view a website
Can someone help with a sample script to add a website into a formula using iframe?
- Answered
-
print
is there a way to print by word or excel office directly? not pdf, export to word or excel?
- Answered
-
Design Table for WBS
Hi One consultan, I have a Database with some tables, ones of them are correspond with the structure of the project WBS Work Breakdown Structure I have four level.…
- Answered
-
Formula Problem.
Hi I need That if Horas Ganadas Real is = 0 then Horas Actuales is = 0 too. The Horas Actuales is a Formula let t := this; sum((select 'Horas-Actuales')[Semana <= t.Semana].'Horas Actuales')
- Answered
-
Seek help to find array position number in a array loop
Hello, This is my first post, so please bear with me if the formatting and my wording dont make senese.... I am creating a genealogy database just for the fun of it,…
-
Formula with a value of the last record
First of all excuse me for my poor english. Let's se if I make any sense. I have a field of total in a record of a day and want that same field start as a balance on the next day i tried to use this…
-
ID of a newly (Create 'table name')
How can I extract the ID of the new record created by: let i := (create 'table name');
- Answered
-
if, then not working within a function field script.
The following is code in a field. I want to have the field contain one value if a dynamic dropdown 1 is not empty and another if it is. I store the record ID of records in table A in field BPID1 and…
-
monthName Format
Hi I would like to return "Jan" instead of January when using the "monthName" function. Any tips?