-
Learn How to Build a Complete ERP/CRM Solution From The Ground Up
Introducing a four part series building a complete ERP/CRM solution from the ground up: Part 1 - Thursday, January 23rd UI, Solution Structure & Architecture Part 2 - Thursday,…
-
Issues with sorting in an overview of linked fields from another table
If a reference is made within a table to another table via “Choice (dynamic)”, the correct data is displayed in the form. However, in the view, sorting is based on the ID of the subtable,…
- Answered
-
Word Template Problem
let vTbl := ((select 'EAT Documentos') order by Areas); let vObj := vTbl.{ vTotal: sum((select 'EAT Documentos').Presupuesto), vFGst: format('Fecha Real 5', "DD.MM.…
- Answered
-
has the 'styled' function stopped working?
no colours are showing: let x := 'First Message' + 'Zoom message' + 'Appt Day' + ", " + Appointment; if 'Appt Date' < today() then styled(x, color(214, 214, 214),…
-
DELETE multy attachments
let method := "DELETE"; let rid := text(this); let teamid := first(select Settings).DatabaseTeam; let dbid := first(select Settings).DatabaseID; let tid := tableId(this); let file :…
-
Create a custom component in Ninox
@Jacques TUR Hi, I was wondering if it was possible to create a custom component in Ninox using programming that we can reuse in any project. If this is possible at all then what is the starting…
-
file in .xlm format
In Italy, there is the "electronic invoice", a "document " in XML format. Would a function be possible to create invoices according to that standard? Thanks.
-
Populating a linked record by code
Hi all, This is likely to be a really basic question, but I just don't seem to get this to work. I have a patient database. Each patient has multiple prescriptions that are filled at a specified…
- Answered
-
Send Email Only Once
Hi Team, See attached screenshot, I have a field called "contract renewal date" and a formula on the "contract renewal status" as per the below. How can I ensure the email only sends once?…
- Answered
-
Request Regarding the "+" Button Formula in Ninox
Hello! I need to know the formula for the "+" button located in the top-right corner of Ninox, which is used to create a new record. Actually, what I need is to close the current record and…
-
Open a custom URL in Ninox
Hi, Is it possible to open a concatenated string url upon clicking the URL button of the URL element. I have a url element that has a value "scan.Polygon.com" in it.…
-
Webinar on Automated CSV Import & Export in Ninox on Thursday, 16 January - Open Q&A
Join us for Ninox updates, tricks, tips, shortcuts and Open Q&A. We will be exploring Automated CSV Import & Export. Bring your favorite beverage and let’s have some fun learning Ninox.…
-
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…
-
Ninox Bug Report 14.0
Here are a list of some bugs I have identified with the newest version: Rich Text Fields are not encoded properly in print view when using HTML A white screen flashes up occasionally (began in…
-
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,…