Skip to main content
Privacy
Contact
How to enable Javascript
Sign Up
Log in
Welcome to the Ninox community
Search all topics or
ask a question
Learn and Share
Get help
Service status
Documentation
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Birger H
Birger_H
660
3
0
Joined: Tue Apr 11 09:44:18 UTC 2017
My Posts
Latest Posts
Re: Formatting Date
Use a formula field to get a custom format of a date field like this: –––format('Date field', "ddd, DD/MM/YYYY")––– Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Time rounding
Please be more specific. What do you want to achieve? Can you give an example? Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Debug output / logging possible?
In Admin Mode a console is available for debugging: Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Icon names?
Here are all the available icons:https://www.dropbox.com/s/2cbnlhq3lbo24y5/01_Iconset.ninox?dl=0 Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: trigger after delete
Hello Fabio - this is not possible. There is no "onDelete" trigger. But there sure is a workaround. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Noticed iPhone price is $0...
There are no in-App purchases in the ninox iPhone App. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: How to sync ninox with Google calendar
At the monent you can only sync to Apples Cal and iCal. From there you can sync with googles calendar. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Is exporting data disabled in the trial version?
Download the whole Ninox datbase like this: Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Email field
This can be achived like this (see example Ninox database): https://www.dropbox.com/s/l3fe7ymh25fvvwq/Support_send_different_mails.ninox?dl=0 Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: is iPhone 8 plus now supported?
iPhone 8 is supported. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Protection
The local solution (without Ninox Cloud usage) does not have the concept of different users (and user rights). The stand alone Ninox App is a sinlge user solution. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Protection
In Ninox Cloud any use that is not admin will not see the spanner icon or table and field properties.
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Protection
In Ninox Cloud there can be different user rights and roles that allow no access to field modification or formulas. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Views: Filtering Values
Create a new column to check if the invoice date is within the last 30 days: –––if 'Invoice Date' + 30 >= today() then true else false end ––– Now filter by this new field. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Is it possible to use a web form (like a Google Form) so that responses automatically populate a Ninox table?
Not yet. We are currently working on this. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: gibt es eine Kopie Funktion die einen Wert in die Zwischenablage kopiert?
Leider noch nicht. "CMD + c" hilft wenn verfügbar. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Printing
–––text('Multiple Choice Field')–– Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: team member = new account?
These would be paid users. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: trouble with formulas and dates.
Go get the Date in one year: –––'Date 2' := date(year(Date) + 1, month(Date), day(Date))––– To set 'expired' to "yes": –––'expired' := if 'Date 2' > today() then true else false end ––– Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Can I do a mail merge from my address book ?
In the Print-Layout editor you can set the paper size here: Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: date format
Are you using the ninox app or the browser version? In the Ninox App the Apple system preferences for dates are used - specifically the "medium" settings.…
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: create a new record in subtable
To open the record just change the code like this: ––– let myID:='invoice table'; let newSUB:=create Subtable; newSUB.'invoice table':=myID openRecord(record(Subtable, number(newSUB.Id))) –––
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Image Type Field Export for Multiple Records
You can not auto assign the name of an image file. You can rename the file name after import. To export all of the attached files try this:- download a backup of the Ninox database.…
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: Seeking correct syntax to populate a multiple-choice field programmatically
This is not yet possible with multiple choice fields. We are working on this. This will be available with an upcoming update. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
Re: New function in Table properties
This is true. Tihs maily is about user rights - The Ninox App is based on a sinlge user concept. Birger
Birger H
Birger_H
6 yrs ago
Get help
Reported - view
1
17
18
19
20
21
27
Ninox-Website
Overview
Learn and Share
Get help
Service status
Documentation
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Databases
Tables
Table relationships
Fields and elements
Pages
Views
Import and export
Modules
Printing
Templates
Use cases
Automation
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics