-
Button to Send Message and Create Entry in Log
Hi, can someone help please. I'm almost there. I have this Tab So when I click on 'Join Reminder' button it creates a Text message for sending and this works perfectly.…
- Answered
-
Staff schedule
How to solve the problem with staff scheduling? so that the names of all employees who are supposed to work that day and at what time they start work are automatically displayed.…
-
Updating records in the DB
I have several databases, and once a month, i need to transfer information from all databases to a mine database. The problem is, that the data is not updated, it is copied.…
- Answered
-
LinkedIn profiles. Quick search through multiple files and add them to your CRM. Snel zoeken naar LinkedIn profielen en toevoegen aan CRM.
Search for LinkedIn profiles. Split them up into LinkedIn profile, gender, firstname, lastname, job position and company name. Now add them to your CRM at Ninox. Zoek LinkedIn profielen.…
-
Dutch Chamber of Commerce from Open Street Maps. Bestand met KVK nummers en namen. For CRM.
Maybe someone could use it. For enriching the CRM. To be found on Open Street Maps. https://mirror.openstreetmap.nl/openkvk/ 3,4 million KVK numbers. And about 940.000 VAT numbers.…
-
Open data to use. All addresses in The Netherlands. Alle adressen in Nederland.
If you want to enrich your CRM with open data. Easy to download. Easy to import into your Ninox Workspace. Can be downloaded as CSV or as JSON. Also a GET function available.…
-
Transform Table <-> Page
Leonid Semik has once again delivered a little script masterpiece that can convert a page into a table or a table into a page. Simply create a button in the corresponding table and copy the following…
-
Duration in days, months and years
I'm fairly new at Ninox. I'm building a research database for history data in which we use a lot of dates, for ages, duration of events, etc. An easy readable display of duration would be great for…
-
Double Search
I have a double search formula ( Name & Format) let me := this; let myArray := (select Albums); if Search_1 then myArray := myArray[Name = me.Search_1] end; if Search_2 then myArray :…
- Answered
-
Linking tables after importing from database
I have imported several tables via CSV and would like to link them afterwards. I have a unique ID (company name) which I could use as a link. How can I link tables that were already linked in another…
-
How do you give a Yes/No field in Chart text names instead of 1/No
I've created a Chart where there is a Yes/No field called PAID where I want to show the Data separated depending on if it is a Yes or a No. However on the Chart is shows up as a 1 or the work No so…
- Answered
-
Convert a string to Base64 format
Hello, Many calls to a REST API require Basic authentication using a base64 encoding Authorization header (providing a username and password when making a request).…
-
Show and hide the Ninox symbols in your tables centrally.
The database 340_CSS plugin in Team Webinar EN 2012 helps to show and hide the Ninox symbols in your tables centrally.
-
Need Assistance with Creating a Search Button and Displaying Results in a Table
Hello Ninox community, I am an IT professional assisting my wife, who is a real estate agent, in utilizing the Ninox platform. We have just discovered this tools few days ago.…
-
Questions about code merging.
In the following database, "1" is based on "Data1" to calculate the current state; "2" is based on "Data2" to calculate the current state. I want them to merge and be displayed in "3",…
- Answered
-
Questions about printing invoices
In the database table "Orders", there is a "New document" button. I created a new "test" table and set a "pdf" button. I have an idea that clicking the "pdf" button will generate a "pdf" of the…
- Answered
-
Search and select the most similar text
Hi, I need help to search and select a supplier in a table when I select a reference in another tab. I have 3 tables: one for suppliers one that acts as a register one for imports from another…
-
For the question of using N:1 search
When searching for the same content in the same database, there is data returned on the MAC port, but no data is returned on the web port. how are the search keywords defined?
- Answered
-
Fail to Read Data
I get the above error message when I have tried to import CSV files into Ninox. Any suggestions? I am trying this in the Android version. The CSV files come from a windows based Filemaker program.…
-
creatTextFile in Android
Does the createTextFile function work in Ninox for Android? Thanks.
-
Regarding the batch write issue.
I created a button to change existing data, but when I click the button, the returned data is always the same. I have tried this many times, but I can't find a solution. I am asking for your help.…
- Answered
-
calendar option missing
I have Ninox Mac version 3.10.10 and my system is MacOS Sonoma 14.2. I have a MacBook Pro 2020. I unistalled Ninox from my iPad and iPhone, I have been working with this 3 devices and I have data…
- Answered
-
How to append values to an array
How do you append a value to an array? The closest I get is: var x := ["Hi", "there"];var y := ["dude"];x+y but, while it dosen't have an error in it's code, it does not return an array
-
How to Iteratively Add Items to a New Array
I'm new to Ninox (less than a month of use), so if this is common knowledge I apologize. However, I feel compelled to post this because of the incredibly steep learning curve of Ninox.…