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
Plugins
Documentation
Setup
Databases
Automation
My account
Administration
Solutions
Webinars
Overview
Profile
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
www.rosoft.be
Follow
Joined
Sun Sep 30 17:18:00 UTC 2018
1638
posts
235
likes received
5
followers
Badges
Latest Posts
Re: Hide Add icon
You can't hide the formula field with null but you can style the field to invisible (background , textcolor and lable to none).
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Can I use importfile() to pull in a local file instead of web file?
Not sure if this would work (can't try it now): importFile(this, openURL(vFileToAttach)); Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Example of print output with Carbone instead Ninox Print-Editor
Interesting Use Case Uwe, I had also tried this a while ago but got stuck. I suppose you need intergromat to pull in the generated PDFs into ninox as attachment?…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Learn and share
Reported - view
Re: Problem with printing in Windows and Android.
Poligon30, Quoting Ninox: "Over the holidays, there may be a slight delay in answering your questions" I would suggest waiting a bit more. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Stuck on simple multiple if/else
or simply a formula(Score) field with : number(Rating) assuming that the choice values are numbered from 1 "Not Much" ...... 3 "Significant" Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Problem with printing in Windows and Android.
It's a known problem, it has something to do with the printengine used by Ninox cloud. You can mail support@ninox.com to ask if they can change the printengine for you. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Trigger after change
Bobo, Maybe it's somewhere in your code (just trying to help here), can you post the complete code? Just mask your API keys if there are.If you're running On Chrome on Windows,…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Problems with appointment fields
Do you have the latest update? I also having NO problems with appointmentfields. I'm running version 3.5.10 on macbook and also 3.5.10 on iPad. Strange... I wish I could help you... Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Trigger after change
Maybe if you close the record and then open it again? (I'm just helping to think. If it works, you can fire your integromat scenario) like: let me := this;closeRecord();openRecord(me);…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Trigger after change
The solution could be the use of a formula field as no triggers after updated are needed: if TOTAL > 0 then styled(text(TOTAL) + " Items on hand", "green")else styled("No items on hand",…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: "Set-Date-script" - something goes wrong
John, I suppose Deadline,Today,DoneDate and Status are fields in your table? Else if you use them as variables in your code you must use the 'let' - prefix to assign them.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Disable create in link from field however allow select record
Antonello, see this tread: https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/dimensione-dialog-61c9e9476fd519722d0dd8ff?post=61c9ffb26fd519722d0dd905&page=1 Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: cloud imprimir código de barras
If there is indeed a attachment in the attachment TAB created, I would suggest to change >>BARCODE := xname + ".png";<< to BARCODE := last(files(this)) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Auto increment in subtable
I will have to unlearn the habit of using a select function and make more use of Alain's solution when the tables are linked. Similar to the view in the subtable,…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Auto increment in subtable
Well Alain, you did it again! You are truly a master. This is why I love this forum. We always learn something from each other. Well done and thanks 🙏
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: urlOf
only urlOf(this) doesn't work for you?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: How I can prevent duplicate records being added?
Julien, Try this: let me := this;let myField := Localisation;if cnt(select Immeuble where Localisation = myField) = 2 then let responce := dialog("Warning !", "There is a duplicate found", ["OK"]);…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Auto increment in subtable
Hi John, I made an example of what I think you want. I even added 2 buttons to reorder your beats up or down. Link : https://www.dropbox.com/s/hvrygvn9t6uw4ly/RenumberBEATS.ninox?dl=0 Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: How I can prevent duplicate records being added?
Julien, You can use a dialog instead for this: let me := this;let myField := Localisation;if cnt(select Immeuble where Localisation = myField) = 2 then let responce := dialog("Warning !",…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: How to sort ?
Text fields are always left aligned, and number fields are right aligned. Fast solving the problem: You can use a formula field where you put the formula:…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: How to sort ?
It's because you used a text field for the numbers, if you use a number field it would be sorted right. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: How to lock a formula?
I guess you're using formula-fields to fetch the prices? If you use static numeric field the price would stay the same and is even changable in different quotes/invoices.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Display quarterly results
Jarno, Verdere Hulp nodig? Contacteer mij gerust. Mijn gegevens zijn te vinden in de Partner Pagina. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Display quarterly results
Jarno, I would create a choice field (in this example called Kwartaal) with 4 choices in order Kwartaal1,Kwartaal2,Kwartaal3 en Kwartaal4. With this, you can choose which quarter you want to show.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Display quarterly results
Something like: let q := yearquarter(Today()); sum((select Kosten where yearquarter(Factuurdatum) = q).Bedrag) Steven ps: using yearquarter() instead of quarter() gives you only the results of the…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
1
26
27
28
29
30
66
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugins
Documentation
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Plugins
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
Solutions
Ninox E-Invoice
View all topics