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
Fabio
Fabio
Sviluppatore Ninox
Reggio Emilia, Italy
nocodeapp.it/en
Follow
I help the Ninox community solve everyday problems, whether you need to build your first product or just fine-tune it.
Joined
Wed May 10 13:45:07 UTC 2017
153
posts
5
likes received
1
followers
Latest Posts
Re: Control records Access by user.
Hi Carlos. In the expenses table settings -> Readable if, put this:--user() = 'Created by'-- Fabio
Fabio
Sviluppatore Ninox
Fabio
4 yrs ago
Learn and share
Reported - view
Re: Create n records in a subtable at once
Hi MP. Try this: -- let xcli := field1;let xdata := field2;let xnp := (create PARCELLE);xnp.( fieldA := xcli; fieldB := xdata);let newPrestazione := (create PRESTAZIONI);newPrestazione.…
Fabio
Sviluppatore Ninox
Fabio
4 yrs ago
Get help
Reported - view
Re: Consistency check formula
Hi Giovanni. If you want to make it work with 0.01 use John's code by rounding the calculation, like this: - if abs(round('Total Activity-Related Budget (IC)' - ('Total Direct Costs (IC)' + 'Total HQ…
Fabio
Sviluppatore Ninox
Fabio
4 yrs ago
Get help
Reported - view
Re: problemi di stampa dei report
Ciao. È necessario cambiare il motore di stampa. Scrivi a support@ninox.com che ti risolvono il problema. Fabio
Fabio
Sviluppatore Ninox
Fabio
4 yrs ago
Get help
Reported - view
Re: Hiding a multiple choice field
Hi Giovanni. Put this in "Diplay field only if" in your Date field: - not chosen('Multiple choice', "A") - Fabio
Fabio
Sviluppatore Ninox
Fabio
4 yrs ago
Get help
Reported - view
Re: TRIGGER problem - Help please!
Hi Anna. Try this: --- if 'Courier Type' = 1 then 'Courier Charge' := 29.99; 'Insurance Value' := 1else if 'Courier Type' = 2 then 'Courier Charge' := 34.99; 'Insurance Value' := 2 endend --- Fabio
Fabio
Sviluppatore Ninox
Fabio
4 yrs ago
Get help
Reported - view
Re: Open tab with button ?
Certainly. From the manual:https://ninox.com/en/manual/calculations/reference-of-functions-and-language ---openTable(tableName, viewName) --> opens a table view--- Example: if the table is:…
Fabio
Sviluppatore Ninox
Fabio
5 yrs ago
Get help
Reported - view
Re: Open a record with a button
let lastRecord := last(select 'Contacts edition');popupRecord(lastRecord)
Fabio
Sviluppatore Ninox
Fabio
5 yrs ago
Get help
Reported - view
Re: Open a record with a button
Hello Administrateur. Try this: --- let lastRecord := last(select 'Contacts edition');popupRecord(record('Contacts edition',lastRecord)) --- Fabio
Fabio
Sviluppatore Ninox
Fabio
5 yrs ago
Get help
Reported - view
Re: Dates issue Ninox app vs browser
Hi Marc. In fact even Chrome has the same problem. I hope the Ninox support will fix it as soon as possible. Thank you for your information Fabio
Fabio
Sviluppatore Ninox
Fabio
5 yrs ago
Get help
Reported - view
Re: Dates issue Ninox app vs browser
Hi. I have the same issue: did you solve it?
Fabio
Sviluppatore Ninox
Fabio
5 yrs ago
Get help
Reported - view
Re: Concat Formula
Hi. Try this: --- let myArray := ['Sample 1', 'Sample 2', 'Sample 3', 'Sample 4'];join(myArray, "") --- Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: HTML text
Hi Emanuel. Same problem on rich text. Have a look on change requests list, CR 1785 Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Show Date as Year Only
Hi year(Vintage) or format(Vintage, "YYYY") to Formats a date as a string
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Creating many to many relationship between two tables
Try now.
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: How to get the last two digits of the current year?
Hi. Try this: format(today(), "YY") Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Lesson plan
You're welcome Matteo. I used a N:M relationship between tables ;). Have a look here: https://ninoxdb.de/en/manual/tables/table-references-and-relations Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Lesson plan
Hello. See if this gets closer to your needs :) https://www.dropbox.com/s/mfotvoulr8zcgf2/Lezioni%20v2.ninox?dl=0 Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: How to get the last two digits of the current year?
Hello. Suppose that "Invoice N. " is the field (text format) where you enter the invoice number: substr('Invoice N.', index('Invoice N.', "-") + 2, 2) Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Lesson plan
Hello Micrologus. Have a look at this model: https://www.dropbox.com/s/7ee9c4wov4dty5m/Lezioni.ninox?dl=0 Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Opening the Calendar upon opening a db
Hi Nick. This is a change request and will be implemented in an upcoming update. Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Multi criteria filter
Perfect it works, thanks Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Accounting Tutorial
Thank you Nick :) !!!
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Multi criteria filter
mmhh.. in some cases, filters can not be implemented through the mechanisms described in the Filtering Values section.. In these cases the trick is to define the filter over an additional calculated…
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
Re: Text Formatting on print
Hello. Try using a Rich text: you can specify text as: bold, italic or underline text. Fabio
Fabio
Sviluppatore Ninox
Fabio
6 yrs ago
Get help
Reported - view
1
2
3
4
5
6
7
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
Backups and storage
Process monitor
View all topics