E.T.
-
Unlink composition records
Would love if there was a way to unlink composition records without deleting the entire thing or changing the table to not be a composition just to unlink.
-
File name changing on upload
I'm uploading barcode files which end in a number string. I've noticed that the last number is being changed on each upload. Is this normal?
-
View files online before downloading
It would be great to see a feature such as what Dropbox or Airtable does, where uploaded files can be viewed online prior to downloading. So, clicking on the file just pops up with a view of the file…
-
Create x number of records with button
I hate two date fields, and a formula to calculate the total # of days between them (x). I then want to have a button that when clicked, will create x number of records in a composition table.…
-
Email sent confirmation
Is there any way to confirm an email was successfully sent? I have buttons with email formulas and I'd like to maybe be able to change the colour of the button once an email has successfully sent?…
-
Issues with sequential number
Jorg provided me with this formula a while ago to create an auto-incrementing order number. let myyear := format(today(), "YY");let myOrderNr := max((select Purchases where substr('Order number', 3,…
-
Minus 1 month/4 weeks from date
I have a date field where a user puts in requested delivery date. I then need to calculate the date 4 weeks/1 month prior to that date. How can I do that?…
-
Number of Attachments
A small number next to the attachments icon saying how many attachments there are would be a great way to show that a record has attachments. I understand you can create a formula to count the number…
-
Multiple print and save/email functions in one form
Seems I originally posted this in the German(?) forum original by mistake. Not sure if it makes much of a difference, but posting here just in case. Original post with error screenshot: https:…
-
Print view layout in form
I understand this isn't something we can do yet, but has been asked for. Is there any ETA on when it will be available, or a work around? I'd like to avoid having to use zapier and a third party,…
-
Send email with all attachments
I need to send a packing list and shipipng labels to our warehouse. I have a button that creates the packing list and saves it to attachments as a PDF. I then upload the shipping labels manually.…
-
Open email client with pre-populated email, subject and attachment
I'm trying to combine the Email function and openURL I use the following for invoices, which is 100% fine let myEmail := userEmail();let myPdf := printAndSaveRecord(this, "Quotes");let myName :…
-
Production Planner - Gantt view by day, est/actual production shown per day on the view
I have a tricky one, and I'm not sure if its feasible in Ninox. Figured I'd get some opinions before I spend too much time on it. I need to build a production planner. We currently use an excel file.…
-
Send email when number less than specified
Feel like this might be achieved through trigger on update (but not sure if a formula automatically changing affects trigger on update?) I'd like to send an email to certain staff when stock levels…
-
Formula - Circular Reference
I'm pretty sure I've encountered this before but can't remember how to resolve it. Getting the area "Circular Reference" in regards to the 'Surface Area (Total)' field in the below formula:…
-
Creating an address block from different fields
I have a shipping table with different fields for address components (line 1-4, city, state, post code) I can create a block showing the address without the if formulas,…
-
Formula's in Tab Names
Would be great to be able to use formula's in tab names. Could then, for example in a list of contacts, use a formula to label the tab with the contacts name to make it clearer to the user what…
-
Add styling to show a button has been clicked
It would be really great if the various buttons (print, the add new record + symbol etc) highlighted or changed in some way to show that it has been clicked.…