Skip to main content
Forum
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
Solutions
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Westy
Choices_Software_Dean
564
3
0
Joined: Sat Jun 15 16:44:57 UTC 2019
Follow
My Posts
Latest Posts
Re: Recover a missing column ?
>fields have not been exported< You are in the import dialog (not export). That is why I do not understand your question. Drag fields from right to left to import.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Recover a missing column ?
Je ne comprends pas
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Can you import other formats from old FilemakerPro files than cvs?
Not that I am aware of. Ninox is a completely different software product, built on a different stack.
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Duplicate and move From Table1 to Table2 ?
I do not know. Maybe someone else can help from this forum or you can ask Ninox support directly. I would be very interested in knowing what you think is causing the slowness (ie.…
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Duplicate and move From Table1 to Table2 ?
Are you aware that the Ninox Cloud automatically backs up your databases?
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Duplicate and move From Table1 to Table2 ?
let i := (create 'Table-B');let F1 := 'Field Name 1';let F2 := 'Field Name 2';i.('Field Name 1' := F1);i.('Field Name 2' := F2);openRecord(i)
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Add a base to another ?
It depends the meaning of "it'. You can export data from table(s) in Base 1 and then import the data into table(s) in Base 2.
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: How to create a field with a non-required formula
Add the below to the "Trigger after update" of both the Rush? and Rush fee fields: if text('Rush?') = "Special" then 'Final cost' := Cost * 'Rush fee'else 'Final cost' := Costend The Rush?…
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: How to create a field with a non-required formula
You could put your code in the "Trigger after update" property of your Rush? field and have your code assign a value to the 'Final Cost' number field.
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Print more than one line of content?
There are two ways to print. At the upper left of the table there is a tools pulldown menu with an option to "Print View". Selecting that option will print the table,…
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: html() function
Sean, Your HTML Tricks database is very nice. Thank you for sharing. Can html be used to change the font color within a Ninox rich text field? If so, what would the code look like?
Westy
Choices_Software_Dean
5 yrs ago
Learn and share
Reported - view
Re: To change the style of the row ?
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: To change the style of the row ?
Also see "styled" thread here: https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/styled-5d4d2eb4f766c72ea3c980b3
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: To change the style of the row ?
Yes, by column. For example, "Choice" and "Multiple choice" field data types allow color and icon to very by item selected. To control when the field appears on the form,…
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Choosing between different Print layouts
The following will print the current record by layout name: printRecord(this, "EnterLayoutNameHere")
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Meaning of an error ?
What is line 1 doing?
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Basic workings
See "Replace" about half way down the page at: https://ninox.com/en/manual/calculations/reference-of-functions-and-language let v := replace(string, find, replace);…
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Two trigger from same field
Does this work? Periodo := appointment('Check-In', 'Check-out');'Allestimento anticipato' := appointment('Check-In', Evento.'Inizio montaggio ufficiale')
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: deleting
In table view, click first column to place check beside records to be deleted. Then right-click the same column and select "Delete selected rows". Notice there is also an option in the popup to…
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: To mask a field in the form ?
It seems like you want to hide/show the "old one" field. Assuming the "new one" is a formula field, try making it a button as follows: 1. create a new text field named toggle2.…
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: A field in the table wich is not in the form…
Interesting mystery. What is the data type of the missing field? Is it possible that instead of creating a new column in the the table, you clicked the header of an existing column and gave it a new…
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Linking a Table by a Field
https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/read-data-from-tables-without-creating-manual-links-5f00f08c2614f51426035093?post=5f01e046cf63214dd508aae3&page=1
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Circular references
Field names that contain spaces or periods require single quotes. 'a.a' - 'a.c' ('a.a' * 25) / 100
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: Enlarge the image file ?
Click the "Wrench" on the right. When it is red you can click and edit items on the form. When finished be sure to click it again to save your changes.
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
Re: To change the style of the text (color, bold, italic..)
You can edit name in table and display styled name on form (in formula field). To hide name field on form, type null in its "Display field only, if" property.
Westy
Choices_Software_Dean
5 yrs ago
Get help
Reported - view
1
7
8
9
10
11
23
Ninox-Website
Overview
Learn and share
Get help
Service status
Documentation
Solutions
Ninox E-Invoice
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
Performance
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics