-
Backup/restore just one table - modify structure by code ?
I'm new to Ninox - seems to be promising :) No way to backup one table in one database to copy in other database ? Is it possible to modify structure from code ? Regads. Remy
-
What is your preferred Data Validation Strategy.
Using the Project database template as an example, the Task object has Beginning and End dates. Logically, the End date should be greater than (or equal to) the Beginning date.…
-
Global functions show up as undefined in field functions.
I finding that I will have a global function that is unavailable to some field calculations. The global function exists and is used elsewhere but I'll suddenly have a calculated field that will…
-
Owner rights
Hi, My colleague is the owner of database. But I want to set up for him also one right atribute - like managers. How can I do it please? I need to make because of approving some actions in company,…
-
Import Teams member
I'm a teacher with a 45 user in ninox. Each semester I have to invite team members with there email. Can it be possible to import a list of my student in csv? It will be much easier.…
-
Protected database
Hi. I have protected a database and downloaded a copy. Is there a hack to remove password in the doenloaded backup before importing to create new database?
-
Associate multiple subtable entries with one main table entry
I have a table "Clients" that holds a subtable "Addresses". I want to associate two address entries with each client. One will be a billing address and one a shipping address.…
-
Copy records ot a database to records of others records of another database
Hi I have a some records in a Ninox database 1 and should like add them to other records that are in a Ninox database 2. can you tell me the way to do it ?
-
What controls which elements can be dragged to the print preview?
What determines which field elements appear when the "+" button is clicked in the form print preview?
-
Has any one built a maths parser,
eg a=2, b=3 , expression ="a*(a+b)", result=2*(2+3)=10
-
Application "Home Page"
Ninox currently displays a list of tables for a given group as its "home page". Some applications might benefit from having a custom home page which might be a static page with links,…
-
Customize Calendar Text
Items which appear in the calendar presently appear to use a default representation of the item for their text. It would be better to have the ability to customize this text.…
-
How can be possible to send multiple email to a selection from a table view?
Hi i need to send email to a filtered view of a table. How can this be accomplished? Thanks Kind regards
-
PUBLIC FORMS
Hi all, is there any way to share a forms where public users can enter data in allowed fields? Thanks in advance Matteo
-
Formula have days displayed as months and days
I have a formula field that pulls data from a contact form and then displays how many days since the last contact was submitted The days since contact formula is currently: days(max(Contacts.…
-
System for multiple "guest" users?
Just wondering if anyone has any recommendations for a "guest" user system? I want to create a way for distributors/wholesalers place orders with us. One option is a form connected to our DB via…
-
Carriage return
Can I put a “carriage return “ into a formula to put the results on next lines. I'm trying to get name and address in one box on a form ,is this possible.Thanks in advance , Murray
-
Can a html form within a formula field pass its data to Ninox?
I see that a formula field can properly render a complete html form. Can data entered into such a form be passed to Ninox, either by using a form action submit,…
-
What is the current scope for formulas in View fields
I'm experimenting with view fields. I have a simple person table that contains a first name and last name. I've added a view field. In that field, I would like to show all people whose last names…
-
Auto-populate one field based on another
How do I auto-calculate one field using the data in another? e.g. If 'Colour' field is "Blue", I need the 'Code' field to automatically poulate as '1'. If I change the Colour to a different one,…
-
Filtering a formula column results in empty display
I have a table with a "Assigned To" field of type User. I would like to filter my view to show records for the current user only. I created a new formula field in my view called AssignedToCurrentUser.…
-
Is there a way of setting ID counter back to 1
Is there a way of setting ID counter back to 1. The table itself is empty afater I deleted some incoreectly imported records but it would be great if when I re-import that records start from ID 1 etc…
-
A new concat() function
It looks like the only practical purpose for the concat() function is to convert an array to a string. You can’t use it to combine strings without inserting a comma into the new string and if you…
-
Dynamic Height Support in Sub-table Views
In forms which incorporate embedded tables there is no way to dynamically (or even statically) changing the height of rows to enable text wrapping. This would be a nice enhancement.