-
Access Rights Data
I have more than a few custom access rights created for my team and I need a clean and clear way of keeping track of them that doesn't involve going to individual tables or fields to check permisions.…
-
Duplicate and move From Table1 to Table2 ?
Good evening Can you help me to duplicate record but in another table to archive old records ? I have a Table-A with several fields and Table-B with the same fields but all empty to receive the…
-
Can you import other formats from old FilemakerPro files than cvs?
I have FilemakerPro 8.5 and have not upgraded because of the expense. I have files that have specific layouts I'd like to keep intact as much as possible. Working on a MacMini OS Mojave.
-
Massive emails
Hello, how can I send an email to all contacts?
-
twin
Good Evening. I have created a database on mac and I want to operate it from my mobile (android). Do I have to buy the program again? How can I coordinate the 2 databases?twin
-
Where is the top-center of Ninox to select ?
Hi I am with an Ipad. I can’t select rows to copy records as shown below on the screenshot. There, one explains that one have to click from top-center of Ninox.…
-
Is there a server problem?
Hello,a while ago I noticed that there was some confusion in the server.All the databases of the Team that I use every day and suddenly I see that the last entries are with a date of 3 or even 4…
-
How do I create child records in a subtable?
I have a table Student with a subtable Lesson. I'm in a particular Student record, how do I programmatically create a new linked Lesson record which I can set date and time fields?
-
Filtering views
Hi again! I have created a view based on select from a different table. I would like to filterbased on a value in present table, so view period = Period. Any ideas?
-
Copy paste a value on all the fields in a row ?
Hi Is there a way to copy paste the same value on all the fields in a row ? For instance, I would like to copy the word "France" on each of the country fields "country" of my database. Thanks
-
Add a base to another ?
Hi How can I add a base to another ? For instance I have an incomplete base 1 I would like to add to it a base 2. Can someone tell me the way to do it ? Thank you
-
How to create a field with a non-required formula
Hello - - this is a newbie question. I've coded a formula field to calculate a rush fee based on a standard 40% surcharge, but I'd like to be able to manually enter an amount if I give the client a…
-
Drop out of a FOR loop early
Is there a BREAK command word to stop a loop - when a condition is met prior to cycling thru all the items in the loop? Can't seem to find a way to make it work without using a WHILE loop instead.
-
Look for someone to open my eyes once in a while.
Look for someone to open my eyes once in a while.As a Filemaker developer, I tend to make the switch to Ninox. But that's not easy. It's a different way of thinking and processing.…
-
Database created flag on iOS version?
Is it possible to have a flag indicate the timestamp that the database was created? Presume that would also mean duplicated or archived, etc? Alternatively (but essentially the same info) a way to…
-
Print more than one line of content?
Print mode only prints the first line of content in the table. Is there a way to expand the row height to print all content?
-
Unable to Format a Formula number & Display the formula as a column
Hi, I'm having a weird problem (from my perspective) in using a Formula in Ninox, calculating the final average Grade for one Student, in one Class : - I'm unable to force a format on the formula :…
-
Complex query and where statement
I am building a KPI table and want to populate it with data from a lead manager I have created so I know what the sales funnel KPI's are for each month.…
-
Maintain a default ascending order?
How do I get my ninox table to maintain an ascending column order? It defaults to a different order whenever I leave the table and come back to it. Thanks
-
Query to update a specific value in a record on click/on trigger
How to I update a specific value of a field in a table. I have a table named 'OpenRequirements' which has a field named 'status' which is set by selecting a value from table 'Status',…
-
To mask a field in the form ?
Hi Can someone tell me if it is possible to mask a field in the form ? If it is, thanks to tell me how.
-
To change the style of the row ?
Hi Is it possible to change the style of some rows in the table (not in the form) ? Thanks
-
Calculate appointment -1 day
I am trying to do the following thing. If the first "PRENOTAZIONI HOTEL" date is before the "Inizio montaggio ufficiale" field, then in "ALLESTIMENTO UFFICIALE" (appointment field) it should enter…
-
Ignorare un campo vuoto o con valore 0 - Ignore an empty field or 0-value
Problema di oggi ;) Durante l'inserimento dei dati ho una formula che controlla se il valore è già presente nel DB, il problema è che ho più campi controllati e non tutti hanno un valore inserito,…
-
Two trigger from same field
I'm trying to make both triggers work but only the second one works. At the beginning I had this formula and it worked fine: Periodo := appointment('Check-In', 'Check-out') After I added this formula:…