-
Looking to automate record creation based on a date
Long story short; I have a 'Tenant' record, which has their 'Rent payment date' in a date field. I've so far been unable to find a way to reliably create a new record triggered by a date. I.e.…
-
Embedding HTML code?
Hi there. I'm trying to embed the following graph chart from TrendingView to my dashboard but cannot make it work. Any ideas as to how to make this work? <!…
-
Optimize code, some Help
" Se seleccionan los nombres de las SubAreas "; let subar1 := first(select 'EAT Documentos' where SubAreas = 1).SubAreas; let subar2 := first(select 'EAT Documentos' where SubAreas = 2).…
-
Optimizing Ninox Workflow: Opening Database via URL with Parameters and QR Code Integration
I am writing to submit an important request to optimize our workflow, which I believe could also be useful to other users. We are exploring the possibility of opening a Ninox database via an HTTP URL…
-
Bug in MacOS app 3.14.2
Well the apps finally made it to 3.14, but Ninox seems to have missed an important bug. Here are buttons with a drop shadow in the newly updated MacOS app. Here are the same buttons in a browser.…
-
Import not seeing all data
Hi all - I'm testing out a manual restore of my DB and encountered an issue where Ninox doesn't see the data in the csv. I've made a small replica of the DB, attached.…
-
Problem with HTML
let ipc := (select WBS where text(IPC) like 1); let css := " <style> single{ font-size:medium; text-align:center; color:silver; font-family:Helvetica; } </style> "; let content :…
- Answered
-
Ninox calendar: after years we still have duplicate events
After years of using Ninox we still cannot solve this problem of the calendar duplicating events on our apple calendars. We have synchronized the Ninox calendar with our iCloud calendar.…
-
Using Global Functions & Building a Library of Global Functions Webinar
At the first Ninox Learning Lab of the new year, join us as we create and use Global Functions and build a library of Global Functions. Thursday, January 9th at 12pm EST/ 5pm GMT/ 6pm CET FREE…
-
How do you display information from a record on a website?
This may be an overly broad question, but here's what I'm trying to do. I'd like to have a basic user portal. The user logs in to a website with their email and password,…
-
Mac Calendar duplicated event
Hi, my problem is simple: when i create an event in ninox synchronizing the ninox calendar with the mac calendar here the event is duplicated. There is a way to solve it? Thanks
-
iPhone app does not show the background image I have set on the Mac version?
I think this use to work, but none of my DBs show the background image I have set on my Mac. Is there an easy fix for this? Or does it not show them anymore?
-
Live support & tips: Open Consultation with Ninox Experts
With the new year we are starting a new series of appointments for our open office hour. Join our open office hour every Tuesday at 6 p.m. (CET) to get live support from one of our Ninox experts.…
-
Multiple records print with button
Hi, Is there a way to print multiple pages (records) in a button ? For one page, it already works with this : let myPdf := printRecord(this, "name"); Actually,…
-
Store generated PDFs
Hi, I'm generating reports weekly. One for myself, and one for the employees. I have it setup as it shown on the screenshots. So every week I'd filter by dates and generate a PDF that I can download…
-
Filtering Products in the table by Dynamic Choice
Happy new year and wish foe all happiness and peaceful skies I can't set up any filtering of products in the Mine_Page. Following the advice and tips, we tried to filter not directly from the…
-
Create a zip file of all invoices generated with printRecord()
Hello, I would like to create a zip file that includes all invoices from all records in the "Transactions" table. Invoices are usually obtained individually by clicking on a button containing the…
- Answered
-
Copy to Clipboard
Is there a Ninox function now? I was looking for a way to copy the content of a field and found this post from way back: html("<button onclick='copyToClipboard(""" + concat(SERIAL) + """)'>Copy to…
-
How to implement a button function in Ninox: Create a new record and pop it up?
Hello everyone, can the button function in the HOME table be modified to: create a new record and pop it up? For someone like me who is just getting familiar with Ninox functions,…
- Answered
-
How can I extract all attachments from Gmail?
Hii, Is there a solution to extract attachments from the Gmail? please suggest the best software for this same.
-
Challenges with Optimizing Multi-User Data Entry in Ninox
Hello I am currently working with Ninox to manage a database where multiple users are simultaneously inputting data; but I've encountered performance slowdowns and data conflicts.…
-
Date of the first day of the current week
Hello, I am looking for a solution that allows me to display the date of the first day of the current week in the 'Start' field as well as the date of the last day of the current week in the 'End'…
- Answered
-
Active field after update
Hello There is a field for a barcode, and when I scan, the product is automatically added to the cart and the field is cleared, but for the next scan the field is active, I tried many commands,…