-
A question about writing HTML code.
I have two pieces of code. I want to write the table data from code one into code two while retaining the style of code two. How should I write the code?Their structures are different,…
-
Help Needed: Error: Database Connection Failed on Ninox
Hi everyone, I have migrated my complete data from Salesforce and imported it successfully, yesterday it was working fine, but right now, I'm encountering an error while trying to connect to my Ninox…
-
unable to use google maps
Recently had to re-install the app on my phone. Now I'm unable to us google maps to direct me to an address. Error message is "Goole Maps is not installed or switched off",…
-
Size of database - Delete images fields and files
When I delete recordings with images (file), it deletes the data but keeps the files. I have a database size problem. How can I fix it?
-
Does Email with Starter Cloud allow it to come from my email/domain?
I'm currently using the Mac OnPrem version and I'm considering moving to the Starter Cloud however I want to use email, and will Starter allow you to have the email come from your domain?…
- Answered
-
Database Split
I have been doing a major overhaul one of my Ninox database tables. Sometime during this process the tables has split into 2 parts. I had a database called "Workflows", containing hundreds of fields.…
- Answered
-
Selecting Location for Local DB on Mac
Hello... New to ninox, looking pretty awesome so far. I want to store my database locally on my Mac. I don't want to use iCloud. But I want to choose where the database gets stored (ultimately it…
- Answered
-
Regarding the issue of modifying a sub-table of a sub-table.
Created an order database. The Orders table records the product details of an order; the Products table records product names and quantities; the code table records code information, etc.…
- Answered
-
Calendar
I frequently use the calendar funtion in Ninox. Syncing with Outlook etc. is great. However, I can only specify date/time and subject. Is it possible to expand the possibilities:…
-
Help with code to create non-repeating set of 10 numbers
So I'm working on trying to create a non-repeating set to 10 randomly selected numbers between 0 and 9. I have this in a formula field: let x := [number(void)]; while length(x) < 10 do let newItem :…
- Answered
-
Populate a field with values from a list
Hello! I need to write some values in a field. There are around 10 different values, that i want to put in a field in random order. I guess i first need to put them in a separate table,…
-
Cloud users - create an APP of your database via browser
2024-06-18_16-41-46 Quick video on how to create an app of your Cloud based Ninox database.
-
Mac app update to 3.11
After updating the Mac app to 3.11 I get a white screen with no database???
-
UD Array Functions by Index
This has definitely been a progression. Typically, array manipulation is done by using the array's index rather than by the index value and that's how these functions work.…
-
Full screen button , maybe the solution I was looking for since a while...
Finally I think that I've gotten a definitive way to nicely handle a fullscreen home menu button. I was doing an Intranet project and i needed to have a nice "homepage" with full of informations on…
-
Issue with a script that does not display the expected value when two fields are equal
Pgr.('Total Earned Value' := if cnt((select 'Progress-Cost Report')['Total Earned Value' = xFld4]) > 0 then null else xFld4 end); The problem with the part script is that when the "Total Earned…
-
How to use code to remove extra information?
I have set up two text elements in the database, and text1 contains the following information. 2222 333 44553 1234 How to set up a button to remove the extra spaces in the content of text1?…
- Answered
-
Some idea ?
let vDd := 'Add Data|Date'; let check := dialog(" Warning ", " ¿Confirm the Progress Update by Disciplines ? ", ["Yes", "No"]); if check = "Yes" then for loop1 in select 'CutOff Days' do 'Add…
- Answered
-
Previous record
I am new to Ninox. I have a simple database to keep track of mileage on my car (to check on Allstate numbers). Thus far, I have only two data fields: date and odometer mileage.…
- Answered
-
Parameters it is possible to pass to a function
Hi, fairly new to Ninox and now in the process of "tidying" up a database which has become a bit untidy in terms of number of fields and duplication, this thread sort of fits with what I am trying to…
- Answered
-
Choice (dynamic) Combobox Behavior
Is there a method to tweak the behavior of the Choice (dynamic) Combobox such that either 1 - an option can be selected from the dropdown list - OR - 2 - new text not found in the dropdown list can…
-
Problem. editing now also works in views
Online editing now also works in views. If I change a static selection field there and then click again, two options are highlighted. Have the problem on Web (Chrome, and FireFox) and Android Tablet.
-
NINOX upgrade question - is it worth it?
I am using version 3.8.11 in a private cloud. Three questions: is the latest version faster? Same overall processing speed? There was chatter about the "select" function being slower.…
-
Did you know that there is a better calendar for Ninox Users… Calendar-Plus Version 3
Did you know that there is a better calendar for Ninox Users? Join the Ninox Learning Lab this Thursday, June 13th at 12:00pm EDT/ 5pm BST/ 6pm CET for a demonstration of the NEW Calendar-Plus…
-
POS System ( Sales,Income,Expenses,Stock,Supply)
Hello, I have been working on a POS System all created in Ninox, What I'm trying is that when the sale of 1 product happens (Sales Table) the product is deducted from the Stock table and money added…