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
Nick
Nick
Greece
700
29
1
Joined: Wed Jan 01 00:00:00 UTC 2014
Follow
My Posts
Latest Posts
Re: To copy a column with a formula ?
Where do you use rhis code? This code goes to a Button. What kind of fields are the Nom and Nom 2?
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: To copy a column with a formula ?
for i in select Table1 do let myCopy := i.Nom; i.('Nom 2' := myCopy) end
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: To copy a column with a formula ?
OK, try this: for i in select Table1 do let myCopy := i.Nom; i.(Nom 2:= myCopy) end
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: To copy a column with a formula ?
Again, Please copy (from the Edit Fields screen) and paste here the name of your Table.
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: HOWTO PUT A TABLE VIEW IN A PRINT LAYOUT
No, as far as i know :-(
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Table only showing 6 rows
This is just a preview. Continue to print and you will get all rows.
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: To copy a column with a formula ?
The app tells you the problem. It can't find the table Ma... (or Ma base). Please copy (from the Edit Fields screen) and paste here the name of your Table.
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: To copy a column with a formula ?
The problem is in the table name. Either you do not write it correctly or the quotes are not the right ones. Make a copy of your database and change the table name to Ma_base or Mabase and try again…
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: To copy a column with a formula ?
When there is a space in the names of the tables or fields we close them in single quotes: for i in select 'Ma base' dolet myCopy := i.YourColumn;i.(YourNewColumn := myCopy)end
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: To copy a column with a formula ?
Hi, Create a button in your form with this code: for i in select YourTable do let myCopy := i.YourColumn; i.(YourNewColumn := myCopy)end This will copy all records in your table.…
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Help required with Display only function.
Try this: 'Yes Normal Width' and Rounded
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: M1 Mac version
I never had a problem. Ninox is a Universal app. All good with M1 chip.
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Export Data
The "Export Data" option is available from the DB homepage in the Ninox Mac app. But I do not see it available in the cloud version. I do not know why, it only has Data Import.
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: How can I create a new record linked?
Try this: p.(ARTICOLI := t);
Nick
Nick
4 yrs ago
Learn and share
Reported - view
Re: Background Color
It works for me... https://1drv.ms/u/s!AglD8AFJ3Q28gskiXIanKDp_lzkrew?e=CUq3Jm
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Background Color
Here you go if 'investiertes Kapital abzüglich Ausschüttungen und Steuererstattungen' < 'aktueller Kurs' * Anzahl then styled("Gewinn", "green", "white",…
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Bugs waring current version 3.2.6 or 3.2.7 MacOS application
There is a new update 3.2.8
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Bugs waring current version 3.2.6 or 3.2.7 MacOS application
I have updated to Big Sur and I don't have any problems with the Ninox app, so far
Thanks for the info!
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: How to restrict choices in Table References
Hi, read about Constraints here (near the end of the post): https://ninox.com/en/manual/tables/table-references-and-relations
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Cannot open databases since last update
Also, try restart your computer before install Ninox again.
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Cannot open databases since last update
Ellen, What i meant was: - from the app Main Menu save your databases (Save Archive as...) in a folder or your desktop - delete your databases from Ninox main screen - Uninstall the Ninox app -…
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Transferring database from Ninox Cloud to iCloud
Rob, I did a test with the Ninox Invoices template. The logo appear fine in the generated pdf. Can you try it?
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Transferring database from Ninox Cloud to iCloud
Hi Rob, I don't know about this problem. Maybe a Ninox Mac app bug? Another user reports something similar, look here…
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Cannot open databases since last update
Or, from the app Main Menu save your databases (Save Archive as...) and then try uninstall and reinstal Ninox.
Nick
Nick
4 yrs ago
Get help
Reported - view
Re: Cannot open databases since last update
Do you keep Time Machine backups? Maybe you go back a few days and restore the previous version of the app.
Nick
Nick
4 yrs ago
Get help
Reported - view
1
4
5
6
7
8
28
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