-
help please on this script
The following works but not fully. None of the text: >>> Is outputted in the email. Can someone please point out where my error is. let myPdf := printAndSaveRecord(this, "TASKS"); let myName :…
- Answered
-
html undefined error
Hi, What in this script is causing the title error please? let myPdf := printAndSaveRecord(this, "TASKS"); let myName := "New Task.pdf"; importFile(this, myPdf, myName); 'EMAIL SENT' := true;…
-
How can I add additional fields to the returned array?
I want to add a newline character after each comma in an array. For example, Original code.
for loop in select Customers do loop.'Customer information' end Returns Value.
[116.3219065673952,39.…
- Answered
-
How do you create a Google map with multiple locations?
Hi, I want to integrate into my Ninox database a Google map to display multiple locations. Has anyone been able to come up with a functional solution that could be shared here or at least give me…
- Answered
-
Regarding 'history' issues.
I found that when using the history function (cloud-based), the backup history records were not selected for backup, so there are no previous creation and modification records now.…
- Answered
-
Using SNAGIT for tutorials
Hi, I use SNAGIT and it occurred to me that it could be a useful way to create user video tutorials. SNAGIT allows one to create a video and then share it via various methods such as Screencast which…
-
GPT for Ninox
Hello everyone, With Jan, we have created a GPT for Ninox to help us remember the hundreds of syntaxes that we often forget because we don’t use them frequently enough.…
-
About the issue of allowing edits only when conditions are met…”
I have created two tables for employees’ orders. I want to allow modifications to Customers.text only when Orders.Salesman is the same as Customers.Creator.…
- Answered
-
How to locate N:1 relationships that contain data?
I have created an Orders table that is associated with three tables named after people's names. I want to use a code snippet to locate the associated tables (the ones that contain data).…
- Answered
-
Navigation Buttons
I have these buttons on a form. The arrows are created using the Windows+; option '
' Under the two right buttons in 'Display if' I have: let lastId := last((select INVENTORY).ID); if this.…
-
Triggers and table conditionals limitations in Local/Cloud
Hello. I am on the Starter subscription and I found two problems: The same Trigger on create that works in any workspace (cloud) does NOT work in local (in MacBook app).…
- Answered
-
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
-
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
-
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…
-
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,…
-
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,…
-
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
-
(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
-
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.…
-
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.…
-
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.…