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
Westy
Choices_Software_Dean
564
3
0
Joined: Sat Jun 15 16:44:57 UTC 2019
Follow
My Posts
Latest Posts
Re: To change the style of the name of a field ? (Color, size…)
Yes, I understood. I think that the other thread was saying to change the "Modele" field's Label property to hidden, and then place a formula field above it, with its Label also hidden.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Relational Tables
Try adding this to new view in 'Owners/Pets': let key := Owners.Id;select Pets where Owner = key
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: To change the style of the name of a field ? (Color, size…)
Formula field type, not text field.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Trigg 'create table' and automatic link between table
Try this: let key := this;let myd := 'Date de notification';let p := (create Planning);p.(Projet := key);p.(Jalon := "example");p.('Date limite' := myd)
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: To change the style of the name of a field ? (Color, size…)
It looks like a Formula field with its Label property set to "Hidden". You could either enter plain text surrounded by quotes as your formula, or you could add style using something like this as your…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Relational Tables
LeahH, Have you tried pasting your code into a new view in the Owners table?
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Relational Tables
Okay, now I better understand the problem. I will think about it some more. In the meantime, maybe someone else will come up with the answer.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: To change the style of the name of a field ? (Color, size…)
See: https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/field-label-text-size-5f434e0c539bd77f590ca902?post=5f4883a3539bd77f590caa02&page=1
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Relational Tables
When I first started using Ninox, I was confused about where the foreign key was stored that establishes the relationship between two tables. To confirm that the "Owner" reference (relation) in the…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Relational Tables
LeahH, the following would work from a view in the Owners table, however, it is not necessary because the default Reference view from that table already provides the same information: let key := this;…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Relational Tables
LeahH, I am not clear on why you need a third 'Owners/Pets' table. Does the above solve your problem?
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Relational Tables
ch_ong, do these screenshots properly represent your situation? If so, do they help? If not, maybe they will assist someone else to help.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Using trial version
Try this: 1. use Text (multiline) fields 2. enter sample data with multiple lines 3. click Tool icon (beside Filter icon) 4. select "Share this view..." 5. under Show as, click "HTML" 6.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Using trial version
Perhaps someone else has suggestions for improved Ninox printing, or can point to prior threads on this subject.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Using trial version
Filemaker is more advanced with printing.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: how to display field if?
Set corporate name field "Display field only, if" property to:text('client type') = "corporation" Set first name field and last name field "Display field only, if" property to:…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Using trial version
Those icons are disabled because you are in list view and do not have a record selected. The icons all pertain only to a specific record. Destination folder may vary by your printer driver and/or…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: "Display if" question - multi conditions
Set "Display field only, if" property of field A to: b and c
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Home screen layout
Dashboards and Views (25 min): https://youtu.be/nUqGl84gh08 Graphing and Data Visualization (57 Min): https://youtu.be/IObCC1cbHbA
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Field Grouping Layout Element
For this to really work, it seems like Ninox would have to support something like "Web-to-Leads", which is similar to a website "Contact Us" form that submits back to Ninox directly,…
Westy
Choices_Software_Dean
4 yrs ago
Learn and share
Reported - view
Re: Move record.
If you want user to end up viewing destination table, you could add two more lines: openTable("Table2");alert("Records with ""Yes"" have been moved to Table2")
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Ninox Forum Database
Sean, Thank you for the Ninox Forum database. Now we can search through all 3,628 records with improved precision and speed. Much appreciated. Also, thank you for your 1103 posts.…
Westy
Choices_Software_Dean
4 yrs ago
Learn and share
Reported - view
Re: How to filter a number field?
Include an equal sign in your filter like this: =1
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Move record.
Alan, Create a new database with two tables named: Table1 and Table2. Include two text fields named: firstname and lastname (in both tables). Add a 'Yes / No' field with the default name to Table1.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Field Grouping Layout Element
Thank you Sean and Mconneen. This is now working every time: let response := do as serverhttp("POST", "https://api.ninox.com/v1/teams/" + yourTeamKey + "/databases/" + yourDatabaseKey +…
Westy
Choices_Software_Dean
4 yrs ago
Learn and share
Reported - view
1
2
3
4
5
23
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