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
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
1,584
211
5
Joined: 30 Sep 2018
Follow
https://www.rosoft.be
My Posts
Latest Posts
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
yesterday
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
3 days 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
8 days 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
3 wk 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
3 wk 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
1 mth 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
1 mth 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
1 mth 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
1 mth 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
1 mth 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
1 mth 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
1 mth 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
1 mth ago
Get help
Reported - view
Re: Something is missing ?
@Rafael Did you fill in the "Dynamic value name" ? Title ?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 mths ago
Learn and share
Reported - view
Re: format numbers
Maybe the returned values are text? what If you try: format(number(value.playcount), "0.000#,#")
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 mths ago
Get help
Reported - view
Re: Error """ in formula field
---"{ ROLE }"--- If you put the above in a formula field, you'll get "1234" or : """" + ROLE + """"
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 mths ago
1
Get help
Reported - view
Re: extractx
@Tekl https://forum.ninox.de/t/p8yz57m
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 mths ago
1
Functions
Reported - view
Re: extractx
@Tekl TxtRegex is a text field which contains "(.+)\/(.+)", "i", "$2" let code := --- extractx(text(Image), { TxtRegex }) ---; eval(code, this)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 mths ago
1
Functions
Reported - view
Re: openTable issue
@Fred @spinner. 7580 Haven't tested it but if there are no table views and only one Form view. Wouldn't that be the case it used to work in the past?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 mths ago
Get help
Reported - view
Re: If possible, adapt the script.
@Rafael alerts don't work in a do as server scope
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 mths ago
2
Get help
Reported - view
Re: Class Element Request
@Alan Cooke this works: .Label-gZOsYV.fjBzqU {display: none;}
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 mths ago
Get help
Reported - view
Re: Class Element Request
@Alan Cooke class="Label-gZOsYV.fjBzqU" It's possible it needs a dot instead of a space.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 mths ago
Get help
Reported - view
Re: Class Element Request
@Alan Cooke class="Label-gZOsYV fjBzqU"
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 mths ago
Get help
Reported - view
Re: Triggering record edition, creation or deletion from a HTML formula field
@Javier Gómez https://forum.ninox.com/t/83yl600?r=g9ylmqc
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 mths ago
Get help
Reported - view
Re: API Ninox to Infomaniak
@Sébastien Guillet 'ID kSuite Calendar' := text(response.data.event_id)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 mths ago
Get help
Reported - view
1
2
3
4
5
64
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
Usage overview
Process monitor
View all topics