-
Sorting?
I'm baffled & could use some help. I've learned how to filter records by clicking on the header in a table. And can sort ascending or descending. But I can't figure out how to construct a (relatively…
-
Date calculation
I'm working using the date functions. I've been able to use them to calculate a date at [specified date]+1 year, or +1 month, or +1 day ("1" =N in these cases).…
-
Formula Not Working
Hi, We've been using Ninox for a few years now. When we first started Tech Support created a Fiel Formula for us. Now it is not working. Was getting errors saying files missing.…
-
Alert su apertura form
Sarebbe cosa importante avere un trigger in apertura di una form per inserire un alert
-
Calender with Appointment Reminder on Windows 10
My Chef gave me the Task to create an Calender Appointment with reminder so he doesnt forgets the things. Now im stuck because im new to Ninox and i have no idea how i should do it.
-
Email Link isn't working on my MacBook
I have a lot of contacts in my database. The link to automatically open my email app works fine on my iPad Pro. However, the email links don't work on my Macbook Pro.…
-
Date Field Question.
Is there a fast way to enter a date? The best I have found so far is jan12001. I would like it if I could enter it like 1/1/01. Also, can the date format be changed to show as 1.1.01 instead of this?
-
Has anyone wanted to hide the add new record button on the popup link?
simply add a formula with CSS and add the following .stringeditor-button2 {display: none;}
-
Has anyone wanted to hide the add new record button on the popup link?
simply add a formula with CSS and add the following .stringeditor-button2 {display: none;}
-
Comando
Buona Sera!! Come posso estrapolare dalla tabella i soli dati in base a quello che filtro e vedo nella vista della stessa, in un contenitore o in una funzione?? Grazie
-
Testing a due date from the Global Trigger after open
I want to test for a table (jobDockets) for any occurance where the dispatch date (DispatchBy) is due within 2 days of today upon opening the database at the start of each day.…
-
Is there a way to add this?
I was wondering if i was to put someones name (For example: Joe Bloggs) into a record in a seperate folder, would I be able to add a number to a number box if his name is added multiple times?…
-
How do I make a multiple choice box dependent on the value of a specific field?
I have a table with countries and which continent they are on. In a separate table, I have a list of hotels around the world, at the moment I can select the country name and the continent appears -…
-
Functions to have complex parameters
In addition to the simple types it would be very useful if you could pass records and record collections as a parameters. This would make functions way more accessable and powerful.
-
Location of data file?
Where is the database data file located locally (I'm quite sure it is stored locally)? Also, how can I tell if it is located locally or if its stored in iCloud
-
Attach text file to record and get the contents of file into text field of same record
Can this be done? I have searched everywhere but can't find anything. I'd wish to attach a text file to a record. I can do that manually and lets suppose I did just that.…
-
Opening Specific Attached Documents on Field
Is there a formula or a function I could you to enable me to Open a file attached to a record using a Button. By clicking a button the file attached to a specific record would popup.…
-
Admin mode on iPad is available ?
I can’t find ho to acrobate admin mode in iPad. I hope it’s possible :-)
-
Function to open a view on a phone
Hi, On the forms for my linked tables, I'm using views with select statements rather than showing the linked table view on the form. I like the control that gives me over what's shown etc.…
-
Changing the Inventory template
Hi experts, hoping someone can help! I own a small business importing electric guitars and have previously used a spreadsheet to track orders and sales but that has proven to be an inefficient…
-
Ability to hide columns
I use formula(s) in tables to filter views I would like to be able to hide these columns to save space and keep users from making changes toat would allow them to see all of the data.
-
I would like to get photo complete path of 1 record.
I am developing an interface. And I need to show photo in my app. But when a make request to one register I don't know how to get photo complete path. Can you help me . This is the get: https://api.…
-
Table printing: less rows in print than in view
Hi support, I have defined a table in a view showing material items for a purchase. It shows 9 records. The print view, however, shows only 6 rows. The print configuration offers no possibility for…
-
In script is there a way to move a record from one table to another without doing it field by field in the record
As an example : for j in select Table1 do let i: = (create Table2) [now instead of this: i.Column1 := j.Column1; i.Column2 := j.Column2; ... i.ColumnLast := j.…
-
How to merge two json body in one?
Hello, I am looking for solution for merging json body. Let us suppose I have two json. JSON1 : {"key1" : "val1"}, and JSON2 : {"key2" : "val2"}, my expected answer would be JSON_merged : {"key1" :…