-
Issue with sending data via HTTP request in Ninox (JSON format)
Hello Problem Description: I am trying to integrate the eKassa API with my system via Ninox and send data using an HTTP request. However, when attempting to send the request with data in JSON format,…
-
Output format doesn't work for me
vTme: format(Time, "hh:mm"), vTo: format(To, "hh:mm"), vThrs: format('Total Hrs', " hh:mm"), I have two time field, Time and To. Other formula field (To - Time) the output format doesn't work for me
- Answered
-
Image disappears, replaced by spinning wheel
Hello, I have just tried to add an image field. When I upload an image, I can see it normally. When I move to another record and then return, the image is gone and has been replaced by a spinning…
- Answered
-
Location field & Google Maps issue
Reported the following issue to support, but 7 months later they still say its s bug and not fixed. The function is crucial to me and used to work fine before I needed to reinstall the Ninox app in…
-
Manual Restore of Entire Database, Table by Table
I download a copy of my DB in Ninox format and as a XLSX file every month (just in case Ninox disappears or I decide on another platform). I decided to test a manual restore of my database.…
-
Dynamic Multiple Choice Field - How to Programmatically Assign
Hi - the latest Ninox update has lots of interesting new features to play with, great to see it launch. Dynamic lists is something we've all been clamouring for.…
-
Multiple Choice not working on iPad/iPhone app
For a few weeks now i am not able to choose an option from a multiple choice field both on the iPad and on the iPhone app. Still working perfect on the Mac.…
-
Icons and their use in the styled() function
Topic: New icons and their possible uses with the styled() function Short description: The database shows how the styled() function can be used with the icons released in version 3.12.…
-
Different color for field of text
How can you give a title to a field or the field itself a different color?
- Answered
-
Compare two fields from different tables with summing
I am trying to compare two fields that should have the same data, and where one or there other doesn't have a matching, I'd like those to be in the list as well.…
- Answered
-
Slide-in Form Button
The slide-in form button disappeared with Ninox version 3.13 Slide-in Form It can be made visible with the following script... dialog("Custom CSS", html(" <script> const customCSS = '.…
-
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? <!…