-
API: Sort order not working when combined with filters
Hello! I use Ninox to maintain my collection. I want to display my most recent purchases on a website using the API. This works great as long as I do not apply any constraints through filters: https:…
-
Private clouds unavailable
I wonder if the previous message: "Due to a temporary outage at our hosting provider, some Private Clouds are currently unavailable. The service provider is already working to rectify this.…
-
Creative Suggestions Needed for styled() within a Formula
I plan to utilize the styled() function within a Formula for user alerts, messages, and details. The only way I know to achieve this is to create a separate Formula for each alert,…
-
images in rich text do not appear in the PDF export – Need help!
I have 5 fields in my Ninox database: Tittle Description Img1 Img2 Img3 Rich Text I have created a button with this formula: Rich Text := "<h1>" + Tittle + "</h1>" + "<p>" + Description + "</p>" +…
-
CRM & Activity Management Webinar this Thursday, February 20th at 12:00pm EST/ 5:00pm GMT/ 6:00pm CET
Building a complete ERP/CRM solution from the ground up: This week - Thursday, February 20th CRM & Activity Management 12:00pm EST/ 5:00pm GMT/ 6:00pm CET FREE REGISTRATION: https://us02web.zoom.…
-
Problem to add sign + and -
let mySelect := (select Expenses where Year = 2025 and month('Expenses Date') = month(today())); let mySelect2 := (select Expenses where Year = 2025 and month('Expenses Date') = month(today()) - 1);…
- Answered
-
Use Ninox as a backend with an online ordering system
Hello friends, My office is planning to implement an online ordering system instead of taking orders on phone/whatsapp. Is it possible to use Ninox as a backend for an online ordering system on a…
- Answered
-
Inconsistency with 'Readable If' and 'Writable If'
I wrote a comprehensive user permissions application that validates user permissions based on: Entity > Location > Permission Using a Global Function, I wrote this:…
-
Invoice recipient
We are retrieving information from another table We know who the client of an event is. This link between the event and the company (contact person) has already been added.…