-
Learning Sources for Ninox Newbies
Welcome to Ninox! Here is a list of learning source material: Manual on Ninox.com activate our amazing TOURS and create your first database in a matter of minutes Video Tutorials join our Webinars…
-
Using tags for searching
I have a table where the data of the zazny department is recorded. The name of the department is formed by tags, tag1 + tag2 + tag3. I want to create a table and separate fields for tags,…
-
Time format in Formula field
I need to duration from start to finish. For this I have two fields both "date+Time". To count the time and create a formula field and he thinks everything, The problem is in the display.…
-
Compare two fields
Hi! I have a 'TableHere' table with 10 records and two text fields filled in: Text1 Text2 I want to create a button that compares the two fields and tells me in which records the fields are not…
-
NB - Account issues - renewal
My subscription is up for renewal and I cannot find out how to step up from Basic/Starter to Professional. All I seem to be able to find is to renew my current, now ended, basic subscription.…
-
Button to create empty field
Hello everyone, is there a way to have a button create a new field of any kind? For instance, I have a text field where I put a name. If I want to put a 2nd name for that same record,…
- Answered
-
Html email template
I ninox mac app i have the ability to send some text with client name etc. but can i also apply an html template to this email to avoide sending boring text email. if yes how? thanks
-
Sending email from other than userEmail()
I use my self developed, self owned, application under my personal email for work. When sending emails it uses my personal email which is understood. Is there anyway to have the email sent using my…
-
do as server vs. local - missing data?
I've got a script on a tab that I run with "do as server". When I do, it always seems to miss manipulating some data--but not all. It does run fast, though.…
-
Formatting an email
This is the relevant portion of the email code I am trying to fix. Issue is where the Bod of the email is placed. I simply cannot figure out how to get it 2 lines up from the Please refer to attached.…
-
Copy and open new record
for duplicate last record im us formula let x := dialog("NEW DAY TEMPLATE", "Do you want create template for a next day?", ["No", "Yes"]); if x = "Yes" then let c := duplicate(this); let t := this; c.…
- Answered
-
Database locked up?
I've sent a ticket request in to Ninox but in the meantime I thought I would see if anyone has any suggestions... I made a change to some code in my database and when I hit Save on the Fields…
-
Button that fills a table
Hi! I have a blank T table with the following fields: First. Text field Second. Numeric field I want to create a button (within the same table) that will create 10 records in table T by filling them…
- Answered
-
Auto-populate field in child table with data from parent table
Hello, I'm trying to figure out how to carry over an ID field from one table to a related table - - for example, from within my Clients table I want to create a record in a linked Projects table and…
-
Filter "OR"
I have a table with a list of contacts who are assigned to the appropriate types, e.g. "supplier", "customer", "partner", etc. How can I create a filter so that the table only shows "supplier" and…
-
How to create records automatically
Hi! I’m creating a new App calendar deadlines. I have the following tables: 1. Customers a. Name b. Typology c. Accounting Customers are divided into 10 different types and can have 2 different types…
- Answered
-
ICONS control top right
I use the following to hide the icons but I cannot figure out how to leave the navigation button to view. Can this be done? if HUD then html(" <style> .hud-menu-button.menu-icon.…
- Answered
-
Pop Up vs Combo for links.
I am trying out the use of Combo box for 'Show Field As' rather than Pop Up. I like the Combo Box option but it seems that there is no way of circumventing the field choices (when using Pop Up)…
-
Ancorare alcune colonne come su excel
Come posso ancorare alcune colonne
-
Show "1" instead UNDEFINED
Good morning everyone, I am writing because I need "Field1" to show the result "1" when the result of the formula is "undefined". Otherwise it must show the correct number, extracted by the formula.…
- Answered
-
Record create date function
Hello Ninox community, I wanted to create a field that displays the record creation date and which user created the record. Would it be possible to do this?…
-
Formula fields not visible to other users
I am attempting to create a dashboard and use a lot of formula fields to display data. However, when any other team member views the form, the fields are not showing up.…
-
Printing in form layout?
Is it possible to print in form layout instead of table layout?
-
Multi-line Calendar entry?
Is there any way to insert a carriage return into the “Show as” for a calendar entry? I need my entry to take up two lines rather than just one long line. Thanks!
-
Calendar - default appointment length?
Is there any way to make the default appointment length 2 hours rather than 1 hour when adding and appointment from the Week view? Thanks!