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
Plugin apps
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
1621
posts
226
likes received
5
followers
Badges
Latest Posts
Re: parseJSON
@Leo Woer can you put this in a formula field and check if you get a right JSON or any errors? let Xkunde := Kundenavn; this.{ invoices: [ { recipient: text((select Kunder where Kundenavn = Xkunde).…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 mths ago
1
Get help
Reported - view
Re: parseJSON
@Leo Woer The JSON is still not valid: You "product":1", is missing a comma and there is also a comma too much at the end: this is your working JSON: { "invoices":[ { "recipient": "23022", "date": "",…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 mths ago
Get help
Reported - view
Re: parseJSON
Well, the first line doesn't seem to be right: { "invoices":[
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 mths ago
Get help
Reported - view
Re: New KPI's Switch Card ( Earned Value Management )
Impressive work @Rafael !
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 mths ago
Learn and share
Reported - view
Re: Modularity FAQ and quick start
@Sotirios Zormpas These settings are not yet available on the public cloud. It is still in the beta stage and will be rolled out gradually. Once you get these possibilities you can find the settings…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 mths ago
Modules
Reported - view
Re: Modularity FAQ and quick start
@Fred Are you aware that the data is duplicated from the connected module? This does not benefit the file size... see point 8, which states that the data remains but is no longer synchronized.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 mths ago
Modules
Reported - view
Re: Different views on on page
@Philip Meinertz in the "Formula" you have to use a formula to whicht table you want to use : select Table1 for example. Then you can go to the Edit columns button and there you can filter like you…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 mths ago
1
Get help
Reported - view
Re: New Ninox 3.17
Version 3.17 in now live. Release notes
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 mths ago
Learn and share
Reported - view
Re: is there a group of macos local/icloud users dedicated to functions ?
@laurentandninox No, the database contains every language, it’s only the German Forum…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 mths ago
Learn and share
Reported - view
Re: is there a group of macos local/icloud users dedicated to functions ?
@laurentandninox This thread might also be of interest: https://forum.ninox.de/t/p8yz57m
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 mths ago
Learn and share
Reported - view
Re: Problème avec loadFileAsBase64(Photo)
@laurentandninox LAURENT!! 👋 Nice to see you're still Ninoxing....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 mths ago
Get help
Reported - view
Re: Problème avec loadFileAsBase64(Photo)
@laurentandninox This function is probably not available in local or iCloud databases. Only Web (cloud).
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 mths ago
Get help
Reported - view
Re: Passing a field name (string) as a function parameter
Try the eval() function: function updateField(iField:text, iValue:text, iRecord: number) do let me := record(Products,iRecord); let code := "record(Products,"+iRecord+").…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 mths ago
Get help
Reported - view
Re: Send quote to a client direct rather than attach A pdf
Maybe you should start thinking about e-invoicing (Peppol) which will become mandatory...? If you use Billit, I can help you to connect Ninox with Billit with API.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 mths ago
Get help
Reported - view
Re: Reminders in Ninox
@Vermaji If you want to receive notifications on your phone, you can use a program like chanify. see this tread : https://forum.ninox.com/t/g9hcxpc/chanify
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 mths ago
Get help
Reported - view
Re: I can't edit fields?
Are you using a css hack maybe?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
8 mths ago
Get help
Reported - view
Re: All dates have been moved back one day!
@Eros Bruno Web Genius In the database "Edit mode", in the options, there is a setting "Time-zone independent date" Is this option "enabled" ?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
8 mths ago
Get help
Reported - view
Re: need help on importing a .csv into two related tables (scripting help?)
@Dave Airel True, also try not to copy code from the forum but to overtype it because sometimes there's a problem with that... Just saying...
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
8 mths ago
Get help
Reported - view
Re: need help on importing a .csv into two related tables (scripting help?)
@Dave Airel If @Sotirios Zormpas has also a cloud plan, you could invite him for your team so he can have a look at it. If there are no privacy issues of course....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
8 mths ago
Get help
Reported - view
Re: Request to Remove Quotation Marks from Field Return Value
let src := before; let res := replace(src, "{""", "{"); let after := replace(res, """:", ":"); after
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
9 mths ago
1
Get help
Reported - view
Re: v3.15.8 is out
Only when you use "Edit PFD" you get the new PDF Viewer.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
9 mths ago
1
Learn and share
Reported - view
Re: How to write the latitude and longitude information from a map click into a text field in Ninox
seems like the fieldId() function has become a bit stricter: change your code to:(with double quotes) fieldId(this,"X") and fieldId(this,"Y") ---- or simply: fieldId(X) and fieldId(Y)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
9 mths ago
Get help
Reported - view
Re: Filter
@Rafael Something like this? let s := for i in numbers('Multiple choice (dynamic)') do record(Albums,i).'Artist_>'.'Artist Name' end; select Tracks where contains(s, Artist)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
9 mths ago
1
Get help
Reported - view
Re: Filter
@Rafael What if you place my formula in a view and change the field names and table names to suit your situation? Can you try this and if it's not working, please place a testdatabase here....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
9 mths ago
Get help
Reported - view
Re: Filter
@Rafael let s := for i in numbers('Select Albums') do record(Albums,i).'Composer Name' end; select Albums where contains(s, 'Composer Name')
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
9 mths ago
Get help
Reported - view
1
2
3
4
5
65
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugin apps
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