-
Input trigger discrepancy
Hi Again Ninox Brain Trust, Attached will be found a small database that shows a discrepancy for an input to a dynamic choice field. Notice that when the reference field item is chosen the trigger…
-
A consequence of proper DB design...
As you know I've been updating my DB structure, which means I'm creating more records. Well, by creating more records mean that I am now over my 50,000 record limit of the starter level.…
-
playing with arrays
How can you do that ?
-
Is there another way to display the filtered data?
I want to display the data according to the SHOW in HOME, but I can't sort it by the number of repetitions in descending order. Is there a way to use Functions to display it?
- Answered
-
Buttons in Tables View (Ansicht) needed
I need to have the possibility to have few buttons in the view of tables, because i want to have a list of different Students and then have a button for each day and if i press a button,…
-
Display extensive datasets via a custom HTML table.
Hello everyone, Following up on my previous post, I am happy to share the lessons I have learned working with an extended dataset. Although Ninox offers many ways to present data,…
-
The script don't work
" Variable 'Categories_>' is n:1 relationship "; let catg := 'Categories_>'; let rate := (select Categories where Category = catg).Rate; 'Rate by Categ' = rate I try once choose the 'Categories_>'…
-
Dynamic choice (programatically selected)
Hi All, My doctor only wants to see the items that are relevant to an appointment. Items is a dynamic choice field. I am able to find out the items that he can't charge for that appointment,…
-
Active Multiple Choice (dynamic)
There are any way to active MCd when enter data on field. Example When enter data in T4 check T4 on MCd and the same on ther others P7,P6,P3. Thanks
-
How to formulate a multiple if/then/else statement?
I’m trying to formulate a logical function that depends on a “Choice” field. If ChoiceType =1, then I want to display the result of Formula_1 If ChoiceType =2,…
-
Dynamic and mobile optimized Image Slider
Dear Ninox community, We recently received the following request: A customer of ours wanted to integrate a dynamic image slider into Ninox. The requirement was that you could switch through the…
-
If condition not working with comparison operators
Hi, I have got a headache trying to understand why can Ninox scripting engine comprehend such a simple If condition together with "and" and "or" operators: let currentDate := today();…
- Answered
-
Questions about loop code...
let aa := this; let mois := ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; let sommes := [];…
- Answered
-
Way to Assign multiples fields to another table.
Hi. Attach a Dummy DB. Table 'Hours by Resources' and table 'Documents' It is necessary to assign each categorie for each document. Each document can have several categories.…
- Answered
-
(JSON) Object parser Browser vs. Client
I am despairing of what I would call a bug. I have a function (global) that works fine in the browser, but fails in the app and breaks the entire global script.…
- Answered
-
Populate a choice list with values based on a selected value from lookup
Hello friends, I am trying to build a Sales module in Ninox. My Setup (Database is attached): 1. Clients table with a subtable called 'Client Contacts' 2.…
- Answered
-
loop in query for view -- how to aggregate?
I use the below formula for a view and a dMC. Yet, it will only return the last record i, not all of them. When I create a button to alert all i, it will prove the loop works correctly.…
-
Still no field alignment options?
I guess I got distracted by life and didn't notice this until now. Am I missing Left, Right & Center alignment options?
-
Ordered, filtered list of attachments and images of a metadata table
Order by -size and filter is size > 100kB - can canged. Table name must be changed. Is from my post from the German forum. Maybe someone here can use it.…
-
Storing array in a table column
Hello friends, I am new to Ninox and learning to get acquainted to it. I have a Parent/Child tables setup (Products and 'Product Details'). In the Products table I have T-shirt types (Round Neck for…
-
I encountered a very strange problem.....
I encountered a very strange problem. I set up a table in one of my databases, and the code is as follows: let Table := (select 'Procurement').--- <tr onclick="ui.…
-
Regarding the issue of popping up another table record from a table...
I set a button in table1 to jump to the first record of table2, but there seems to be an error. Where could the problem be? Thank you for your help.
- Answered
-
Light hearted UI - any takers?
98.css - A design system for building faithful recreations of old UIs (jdan.github.io)
-
Time to create more work for myself...
Never to leave a functional DB alone, I decide to correct some poor DB design. As you can see in the picture, I break the tenant of not creating multiple fields that store the same type of data.…
-
import an Image from WEB
This procedure allows you to download an image from a public website and display it in an Image field: Usually, I go through the following steps: Image Field text field labelled in this example…