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
1634
posts
234
likes received
5
followers
Badges
Latest Posts
Re: http() function isn't working
The CORS problem was solved by adding 'do as server' in my GET request. @ Sean , FYI The code is in a button. The result I'm getting starts with this : PK mimetypeapplication/vnd.oasis.opendocument.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: To delete some raws in one time
Hi,The menu for the row-actions is here: Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: http() function isn't working
To be complete, on my Macbook with the native app, it also won't work.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: http() function isn't working
Sean, Can't tell as this is a new created API call I try (carbone.io) I've installed a plugin(CORS Everywhere) in Firefox and now I don't have connect errors.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: http() function isn't working
@Sean, Have you looked in the console? I also have also blocked requests due to > CORS-header ‘Access-Control-Allow-Origin’ may not be * Any Solution?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Button to populate a separate table from another table (and sub table)
Try with change this ?: ....let xSup := Suppliers;.... i.(Seller := xSup);
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Button to populate a separate table from another table (and sub table)
Try this: let xPODate := 'Purchase Date';let xPONum := 'PO Number';let xPOID := number(this.Id);let me := this;for p in select 'PO Items' where 'Purchase Orders' = me do let xProduct := p.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Displaying the number of documents
cnt(files(this))
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Help ! I removed a field ! Can I restore it
I think you need to export in csv first and then import them in an earlier backup.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Help ! I removed a field ! Can I restore it
Maybe exporting all the data and go back to a restored backup to recover your removed field. And then import the new data you've exported on the last one.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Help ! I removed a field ! Can I restore it
If you have a cloud abo, you can restore an automatic backup. If you don't have one, then contact support. I think the field is gone but the data is still in the history file i think.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: display numbers in ascending order that are in a text field ?
I think the quotation marks (guillemets) are of the wrong type in the fieldname. Maybe it's better to click on the fieldname like: Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: display numbers in ascending order that are in a text field ?
Here's a video of this: https://www.dropbox.com/s/ldpg0abddjvtjqy/CalcNumber.mp4?dl=0 Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: display numbers in ascending order that are in a text field ?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: adding files to records?
I don't think you need separate folders for each record, If you just copy the share-link of the file to the right record. Also : In ninox you can use the function openURL() to go to a link that opens…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: adding files to records?
Hi Core, maybe this is what you're looking for :…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Delay field update for zapier integration
There is a command sleep() in milliseconds e.g. sleep(3000) which gives you a delay of 3 seconds but the downsize of this is that the database is idle in this time.(spinning wheel)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Tabs : new Before show and After hide scripts
It can be used if the tab lost focus, to check if all the fields are filled and give an alert. Or bring up a dialog to save, cancel input of a form...
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: round up and round down give me an error
Its not round up but ceil() and round down is floor() the manual is not correct.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: round up and round down give me an error
Its not round up but ceil() and round down is floor() the manual is not correct.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: round up and round down give me an error
Its not round up but ceil() and round down is floor() the manual is not correct.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Bold words in formula results?
--- Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Bold words in formula results?
With html(<b>yourtext</b>) I think it'll work.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Look Up tables
@Sean, yes
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Look Up tables
@Mel & @Sean, Sylvain Moesching did mention it several times on the facebook page Ninox Community English. This was also presented to all the partners in December.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
1
34
35
36
37
38
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
Private Cloud Administration
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics