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: Something is missing ?
@Rafael Did you fill in the "Dynamic value name" ? Title ?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
9 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
9 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
9 mths ago
1
Get help
Reported - view
Re: extractx
@Tekl https://forum.ninox.de/t/p8yz57m
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
10 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
10 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
10 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
11 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
11 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
11 mths ago
Get help
Reported - view
Re: Class Element Request
@Alan Cooke class="Label-gZOsYV fjBzqU"
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
11 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
11 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
11 mths ago
Get help
Reported - view
Re: API Ninox to Infomaniak
Hi, you have probably a corrs problem so you need to wrap your htttp request in a do as server. let responce := do as server http("POST", "https://api.infomaniak.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
11 mths ago
1
Get help
Reported - view
Re: Connecting Ninox to Make.com
@Jack Fleming maybe it's a corrs issue. try to wrap your last line in a do as server .... do as server http(method,url,header,data) end
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
11 mths ago
Get help
Reported - view
Re: length('FIELD_NAME') = 0 vs 'FIELD_NAME' = null
I use: not 'FIELD_NAME' to check if it's empty or just 'FIELD_NAME' to check if it contains something. eg.: if 'FIELD_NAME' then .....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
11 mths ago
1
Get help
Reported - view
Re: N:1 Filter
@Christoph Hintermüller Where did you put this formula? here ? (maybe there's a typo?) >>>
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
11 mths ago
Get help
Reported - view
Re: N:1 Filter
You can use the constraints settings in this field: let c := concat((select Tickets).QR_Code.QR); not contains(c, b.QR)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
11 mths ago
1
Get help
Reported - view
Re: Edit PDF -> file forever stuck in the editor
When "editing" a PDF attachment, Ninox creates a ".xfdf" file in the attachments TAB. As long this file is there, Ninox will open the PDF with the build in editor. You have to delete this ".…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
11 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo Woer you can insert the function sleep() between your code to have a little time between the deletion/creation and sending the email...
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
11 mths ago
Get help
Reported - view
Re: Is there a more handy way to convert a text with special characters to be safe to be used as a filename?
@Sean@Alain Fontaine I just tagged 2 regex specialists because i think this can be done with regex....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 yr ago
Get help
Reported - view
Re: List of New Icons
See this: https://forum.ninox.de/t/y4ym6t8/ca-2500-ninox-icons
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 yr ago
Get help
Reported - view
Re: Substitutions for ui.popupRecord
@Fred These claims date back to 2023. I think Ninox has abandoned these plans because their new CRM (for the private cloud, with modularity) also uses this....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 yr ago
Get help
Reported - view
Re: Connecting Ninox to Make.com
@Jack Fleming First you need to create a webhook in make. Then you need to copy the link in the browser and activate the link. Now you have a webhook. (copy your link in the formula below) At this…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 yr ago
1
Get help
Reported - view
Re: Connecting Ninox to Make.com
@Jack Fleming I think you need to use a button in Ninox and call the webhook in the make scenario: In your button you can provide the data needed to create a C.contact.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 yr ago
Get help
Reported - view
Re: Connecting Ninox to Make.com
In make there is a Ninox module called "Watch Record Events"(Receive events when records have been created or updated) and also a Constant Contact module called "Create a Contact"(Creates a new…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 yr 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