-
OCR with worksheet
Hi, I'm looking for an OCR solution I could plug with Ninox to convert old printed worksheets with 3 column into separated records, one per line. I'd also need to validate each line and modify the…
-
Auto-populate tax depending on another dropdown field selection?
I'm wondering if it's possible to tell Ninox to apply tax based on my 'job type' dropdown field? For example, if I pick 'shipping' that would be taxable,…
-
Ninext : Debug Tracer
Hello everyone, For some time, I wanted to offer you a possibility to debug your programs. I am happy to present you a first debugging tool. It's simply a tracer to display the messages coming from…
-
Help me LOOP please.
if 'Column 1' = 'Static Site Data'.'Risks and Mitigation Costs per Site'.'Type Specific Risks'.'Risk List1' then 'Column 1' = 'Static Site Data'.'Risks and Mitigation Costs per Site'.…
-
Is it possible to add a custom RTF field in Ninox (like TinyMCE)?
I really love Ninox, but there is a terrible limitation for the kind of solutions we develop (automated catalogs with lots of rich text): editing content in a RTF type field is a very poor and…
-
double click in a cell puzzle.
Can someone enlighten me please. double click to edit a cell content is not possible in all cases. Sometimes when I try the form slides in from the right on the first click.…
- Answered
-
Total of the selected option
let vRaiting := "minRt: " + text('min. Raiting') + "| maxRt: " + text('max. Raiting'); let vRtMin := 'min. Raiting'; let vRtMax := 'max. Raiting'; let myFilter := trim(this.…
- Answered
-
Pass current viewing record Id to a view element column formula
Hi all - I have a table that has a view element. I'm trying to do formulas in the view element that requires data from the record I'm viewing. As we know,…
-
Conditional formula to calculate 'taxable' and 'non taxable' items...
Hello, I'm trying to figure out how to include two fields that calculate the sum of taxable and non-taxable items. If you look at the attached image, you'll see that there's a field for the base…
-
Updating related fields
Hi there. I am new to Ninox and am trying to build an app for my business. We do boat charters. I don't even know if this is possible. I have a tabel "Stocklist".…
- Answered
-
Warning / alert triangle on Table name
Hi - I have just noticed that a couple of Tables have small warning triangle symbols over their names / icons in Edit mode. As far as I can see, there are no functional problems.…
- Answered
-
NEWBIE - CONFIGURING ONE-TO-ONE AND AUTO UPDATING
AFFILIATED GMRS REPEATERS USERS DATABASE DESIGN NOTES FOR NET CHECK-INS September, 2023 Software: Ninox – v 3.9.3 downloaded free from Apple App Store, single computer only.…
-
Count of records in joined table
I have a table for our Corporate Events we plan called Event Details. There is a table named Staff that is joined to it containing all of our staff. One event could have multiple staff and a single…
-
Conditional Formatting Advice Please
The screenshot here shows I having grouping selected and a count #. For sake of clarity, I would like to emphasize the #Count so that it is more prominent for the reader when records are exported as…
- Answered
-
Search by Artist ? HTML
Is there a way to search by Artist in this table in HTML. ? The Code is let vRaiting := "minRt: " + text('min. Raiting') + "| maxRt: " + text('max. Raiting'); let vRtMin := 'min.…
- Answered
-
Solutions are there for small hotels
The table has two fields for dates and I can indicate from what day and on what day to occupy a hotel room. But you also need to count those days when he is not busy for the last two months,…
-
Help on changing record color
Hello, I'm new to Ninox. I'm trying to change a record based on a value of a field: I'm using script in "after update" if Estado = "Aberto" then color("Green") else color("Red") end But nothing…
-
How to connect this table
Ninix gurus, Just when you think you now have your app ready, yet..... it turns out there is another catch. In my database for musical works, the main table is: Titles.…
-
Parent - child??
Hello, I am building a database where I store all the sheet music titles for my work (conductor). To that I link a location where that music is stored (room, closet, shelf, box) Composers, lyricists,…
-
Creating a Script Similar to Excel NETWORKDAYS
So, I'm thinking of replacing my workdays formulas with something similar to excel's networkdays function. What I would need it to do, is combine the workdays function and then reference a Table I…
- Answered
-
WISH LIST: Easy one!
DIALOG function that accepts up to 255 chars of text.
-
QR Code management
Hello everyone. I would like to start managing QR Codes in my database. I saw on the forum that creating a QR Code is actually quite simple. “It is enough”, in summary,…
-
Automatic incremental numbers (modifiable)
Hi, How to auto-complete a field on a newly created record with a number incrementaly +1 than the previous record (starting on 1), but still bee able to modify it manually later ?…
-
Created On - Duplicate Records
I have a field called Created which is a formula "created on" Sometimes I need to duplicated a record, but the Created field becomes blank. It works only when I created a new record.…
-
Add space between emails in string
Dear all, I'm currently trying to create a mail (using mailto: ... ) to multiple email addresses within one mail. Currently all relevant mail addresses are in a string.…
- Answered