-
how can I get the share link from report or layout with a button?
Hi, I need to create a share link of a record, or share link of pdf generated, can I get the URL (Share link) with a button?. Thanks. Cris
-
Insert "Page break" printing records
Hello and good day to all! I'm sorry and that may be an easy question to you all but I need to make some records appear in a second page when printing, for example:…
-
Correction - Counting the number of items that have a flag set.
Apologies for the second post. I had a confusing typo. Good afternoon; I'm trying to learn how to count the number of entries with a particular status set. 1. I have two tables: JOBS and TASKS. 2.…
-
Is there a way to see or list Team Members who are currently signed in.
Can this be done?
-
Is there a way to hide a formula field from displaying in a global search
I have changed the text and background colour so it is not visable on the form. The table only has one text field and a save & close button.
-
Invitations
Hi, I have invited a person and this works, but when I go to the iPad of that invited person, he has access to all my databases. Can I grant access to 1 specific database? Tx regards Michel
-
Duplicates… Ninox… Excel…
Hi I try to select names wich are displayed only one time. So I use a formula for duplicates like this one : let myV := 'Bird name'; if cnt(select 'table name' where 'Bird name' = myV) > 1 then…
-
MacOS v3.3.2 long response times
Well I forgot to turn off automatic updates on my apps and now I got pushed out v3.3.2 for the MacOS and now I'm experiencing long responses on a table that has a lot of fields that reference other…
-
Distributing a database
Hi, I am still new to Ninox and I still have a lot of questions. I am an experienced programmer in Frontend Access database and Backend SQL Server. If i want to distribute a program (here an…
-
A black line in a rectangle
Hi I want to create a transparent rectangle in the form view I create a formula I enter : html("<hr>") I get a rectangle with a blalck line inside I go to "style" on RGB I select "background color"…
-
Missing Post
Very odd... I just replied to someone looking for help to create a child timesheet entry, and the post has disappeared. Regards John
-
Issue with a formula
Hi I have an issue with a formula wich extract the first word of a coumpound word : substr(Nom, 0, index(Nom, " ")) That works perfectly but not with one name.…
-
Sort Dynamic Choices
Hi, Is there a way to sort the new Dynamic Choices, they currently appear in order of ID but struggling to order them by a field within the record alphabetically / numerically Thanks
-
Activate / Local or cloud database
Hi, I am new to the Ninox area. I have 2 questions: 1. Is Ninox always opened via a browser or can Ninox also be installed on the PC. 2. In 2 courses on the internet, when creating a database,…
-
Help in setting up an accountability system
Hi all, We are trying tset up an internal "accountability system" for our Ninox, and I might use some technical help to figure out what's the best way to implement it.…
-
Hi, How do I check if the current Year has changed?( I want to reset a counter on the first record of the new year)
let i := last((select Projects).'P#'); let lDate := last((select Projects).'Created on'); if i = null or year(today()) > year(lDate) then i := 1000; 'P#' := i + 1 else 'P#' := i + 1 end
-
Email sender
I have created a button to automatically send an email.However, I have the problem that the sender I am using is not the email I use in the Ninox account.Is there any way to use this mail?
-
Progressive sum
I have a table with the 12 months of the year (12 records).Inside I have a numeric field 'field A'.Is it possible in each month to have a 'field B' field with the progressive sum of the 'field A'…
-
Wordpress and Ninox
I want to import (or make) my Ninox Dbase searchable on my WordPress page? Is this possible? I looked at Zapier and not sure if Ninox is searchable or just to add records?…
-
URL link to table
Hello everyone, I had heard Ninox was working on an update that would include direct URL links to specific record. Is it true, and if so, how to create these links, please.…
-
Help, my code is half-working...what's wrong?
Hello everyone, I have a table for recording shipping relating to orders. A dropdown is used to choose the 'Courier Type', and I need the choice to make 2 changes: 1.…
-
What happens when you double click on table in left menu bar?
Done this a few times accidentally in the new version and it becomes unresponsive. What is happening ?
-
A new virgin new view in the table
Hi When one create a new view in a table the columns of the field on the left window countains already a lot of fields (Visible columns) Is there way to create an empty left window of visible columns…
-
Update a file names
Hi, I have 2 Ninox databases with name lists, one has 357 names and the other 235. How to update the one with 235 ? Thanks
-
Create a routine/loop
Hello to allI would need to create a button that creates a routine / loop.I mean when I press the button it should take all records of a table 'X' which contain 'field A' = true and make them all…