Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn and share
Get help
Webinars
Service status
Documentation
All topics
Contact
Privacy
Overview
Profile
Westy
Choices_Software_Dean
564
3
0
Joined: Sat Jun 15 16:44:57 UTC 2019
Follow
My Posts
Latest Posts
Re: Comment pouvoir récupérer les données d'un enregistrement antérieur dans un nouvel enregistrement ?
Cliquez sur l'enregistrement de données de l'appareil, puis sur le bouton Dupliquer. Peut-être que je ne comprends pas votre question.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Dynamically fill a drop down from another table
Not to my knowledge.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Hiding Title or/and Columns Names in Views and References
If it is a Reference, you can changes its "Show as" property from Table to Field. That will remove the column names and allow a lot more information to appear in a small space.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Multilingual - Function Reference in German Webinar Team
I would like to have access to the reference database "0002_Ninox-Reference_MUL".
Westy
Choices_Software_Dean
4 yrs ago
Learn and share
Reported - view
Re: Referencing Field Names across tables with Variables?
Line 3 above has a typo. It should be: for p in range(0, c + 1) do
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Referencing Field Names across tables with Variables?
Please disregard the above code (I wish there was an undo). Instead, try this: let t := HerbInventory.'Product Description'; let c := count(t);for p in range(0, c + 11) do let v := item(t, p - 1);…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Use aggregate functions in a single table database.
Try a formula field with: let t := (select Table1);let s := sum(t.Number1);s
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Open file attached to a record
Download Steven's wonderful sample solution at: https://ninox.com/en/forum/use-cases-5abd0b9c4da2d77b6ebfa395/attachments-selector-or-also-photo-viewer-5ef78da6cf794465de22feb7?…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Use aggregate functions in a single table database.
While viewing the table, click any column header. To save changes across sessions, click wrench on the right, make changes, and click wrench again to save.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Dynamically fill a drop down from another table
Unfortunately, Choice fields can not yet be populated from another table. This has been requested. In the Edit fields view, you can drag a reference field from the right column to the center column…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Referencing Field Names across tables with Variables?
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Referencing Field Names across tables with Variables?
Have you created a relationship between your Clients and HerbInventory tables? If not, open the HerbInventory table and select Edit Fields from the tool popup.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Comment créer une requête sélection dans Ninox ?
Mettez text(Civilité) = "FAI" dans le champ que vous souhaitez masquer / afficher
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Condition formula with time
"4:05 pm" is seen as literal text, not time. Try: let h := 16;let m := 5;let t := time(h, m);if 'Game Time' > t then "Flex" end
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Results from Choice Field in If Then Else Formula
If preferred, you can use text(NameOfChoiceField) to refer to a Choice field's selected text, instead of its number. For example, if you want a field2 to only be displayed if "A" is selected from a…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Displaying number of records in a sub table on each record
Click the wrench on the right to turn it red. Click a column header. Make your selection(s), click wrench on the right again to save your changes. This works both on the default table list and on…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Receive End Expected
Or in a formula field try: let result := (fielda - (fielda - 2) * 35/100) / 6;result
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Receive End Expected
Try the following as a "On click" event in a button: let result := (fielda - (fielda - 2) * 35/100) / 6;alert(result)
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Comment créer une requête sélection dans Ninox ?
Si je comprends votre question, vous pouvez le faire avec un formulaire en utilisant un champ Choix. Vous pouvez afficher ou masquer les autres champs en fonction de l'élément sélectionné dans le…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: To copy the values of a column to another one
It works for me. I am using the Ninox Cloud.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: To copy the values of a column to another one
Text and 'Text 2' are the field names that I used. Try removing the comma before != and inserting a space before "end".
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Can you import new fields and their data into an existing database either as a subtable or new table
I am not aware of any way within Ninox to import field names. You could duplicate the entire database (by using a backup) and then work with the duplicate.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Open related form/layout directly from table row selection.
Under Edit Fields a Reference has a "Show As" property that can be changed from "Field" to "Table".
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Can I apply a default filter to a table reference
First click the Tools icon on the right to make it red. Then click the header in the related column that you want to sort. Select either Ascending or Descending and hit Enter key.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: To copy the values of a column to another one
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
1
5
6
7
8
9
23
Ninox-Website
Ninox-Documentation
Overview
Learn and share
Get help
Webinars
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