-
"ImportFile" error with Api Google Maps
Can someone explain me what is the error in the importFile-line? "//Define some variables first";let Loc1 := urlEncode(text(Location1));let Loc2 := urlEncode(text(Location2));let Loc3 :…
-
Time format for duration
Hello Ninox Guru's, As a beginner I want to enter the duration of a piece of music in a database: 0:30:27 (30 minutes and 27 seconds).You will have to calculate later because the times of different…
-
select where and where
WHO KNOWS THE SOLUTION? I have a choise field in a repair database: sort of customer: 1 or 2.I book repairs for both customers 1 and 2.All records have a unique repair number,…
-
NINOX BETA FOR MAC
Is it possible to download the NINOX db for MacBook (Beta) ??. When will the new update be published?
-
Enter date directly into a formula
Is there a way to add a date directly into a formula. Have a Monthly Table and want to show the number of days since 22/10/2008 (DD/MM/YYYY) for each month.…
-
How to send file/file content to NinoxDB via Zapier ?
Hello @Ninox Support Team! I have created new db and in that I found table 'invoice'. I had treid to create record via zapier and record has been created also,…
-
Server not responding
Hi support, today we have the same problem as BlairW had two weeks ago: https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/server-not-responding.-please-check-your-connection.…
-
I need help with "do as server" script
Hi, I have button for duplicating the record to subtable and also the items from records. Before the button is worked with this script: let b1 := "Major";let b2 := "Minor";let b3 :…
-
Suche Hilfestellung bei der Sortierung einer Ausgabe von Daten + Darstellung in einem Diagramm
Hallo, ich habe hier diese hübsche Formel: let d := 'Datum (Zusammenfassung)';for p in select 'Historische Kurse' where Datum = d doconcat(" " + p.Aktien.Aktie + " " + p.Aktien.…
-
Colour in new Ninox version
Hi. I really like the new look of the new version to come. This is a big step forward!Does anybody know the colour code of the main frame (the darkish, purplish one)?
-
Repeating dates
I need to have a date field that repeats on a particular day of the month, repeated monthly. Is this possible?
-
Group by week
Is there a function that I can use on date field to group by week with the week starting either on Sunday or Monday and going 7 days
-
Loading images from a linked table
Hi NX community, a little help needed here... I have a table "A" with several images stored in a single record, and another table "B" which should display those images each one in a specific formula…
-
Issue to link 2 tables
Hi I am trying for the first time to link 2 tables. When I click on the key then on "modify" and I am in the fields, I click on "link to a table" but I don't see how to find the table I want.…
-
Can I modify the picture or make a mark?
I want to make a note after taking a photo. Can I use this feature in the future?
-
Access
Can, an external user, access and write on my solution without signing up for an account in Ninox
-
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?