-
Is it possible to add a condition at the beginning of the table?
I am using concat here to display the data from (invoiceitems.‘1 or 2’). Is it possible to use conditional statements in the code, for example: if it returns 1, then display 0; otherwise,…
- Answered
-
Forumla Conversion
Hello, I have a subtable which has some fields that does some calculations (see screenshot). The profit field is worked out on Project Cost Quoted - Project Time Cost,…
-
How I write long blocks of code
Another one of my DB redesign led me to create a button that: 1) has 310 lines of code 2) has 24 loops 3) writes to 6 different tables Trying to keep track of the ends of segments of code this long…
-
Regarding the issue of matching records after splitting the data.
I have created three tables: "product," "invoice," and "Create." In the "Create" table, I have set up a button. I want to quickly create orders by clicking the button.…
- Answered
-
Regarding the issue of storage space.
Hello everyone, regarding the database size of Subscriptions, what are the impacts? My database download is only around 1M, but it is already showing that it has occupied 4GB of storage space.…
- Answered
-
Sudden change in screen layout.
I don't have a version update as far as I can see - 3.12.7 is what I have now but this morning when I loaded my APP everything is messed up UI wise. Anyone else have this happen or do I need to…
-
Script Error on line 15
#{ Get the selected categories from the Choice (dynamic) field 'Categories' in the Control HH table }#; let selectedCategories := Categories; #{ Start an empty list to store the associated Rates to…
- Answered
-
Argument with Ninox AI and reference field
Hi, I'm new to Ninox and the AI option is just an amazing lifeline I have an argument with Ninox AI that asks to establish a "Reference Field" when I am supposed to open from the attached…
-
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