-
Sending Emails using the Email Field Type
I am having untold problems sending an email using the standard Ninox email field type. Apart from a bunch of other issues I cannot for the life of me figure out why some email addresses allow me to…
-
Create records after checks on three fields
Hi! I have three tables Tab2 is a fixed table with the following fields: Text Tab2: text field Choice1 - 2: choice field between two options Colour: dynamic choice field Name:…
- Answered
-
Extract certain variable numbers from attached file title
Hello everybody, I'm working on an archive of graphics files. I've imported preview graphics as images and extracted the title with this formula: extractx(text(Preview), "(.+)\/(.…
-
field not found - Error
Hi! where is the error? let a := Testo if a = null then let b := "zero" else let b := "molti" end; alert(b) Field not found in line 7 Thanks!
- Answered
-
Import into Dynamic Multiple Choice from matched records using IDs - not quite working
I'm pretty sure I'm close. I've done a lot of reading and hours messing around with this. I am importing some CSV data from another system export into my database here.…
- Answered
-
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.…
-
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?…
Answer questions and share your knowledge