Skip to main content
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
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
1,564
203
4
Joined: 30 Sep 2018
Follow
https://www.rosoft.be
My Posts
Latest Posts
Re: Class Element Request
@Alan Cooke this works: .Label-gZOsYV.fjBzqU {display: none;}
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 days 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
2 days ago
Get help
Reported - view
Re: Class Element Request
@Alan Cooke class="Label-gZOsYV fjBzqU"
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 days 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
5 days 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
8 days 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
9 days 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 days 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 days 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
12 days 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
12 days 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
13 days 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
2 wk 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
3 wk 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
3 wk 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 mth 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 mth 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 mth 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 mth ago
Get help
Reported - view
Re: Use Ninox as a backend with an online ordering system
@Vermaji You can do this with plain html with a little JavaScript. You also need a automation Platform (like@Fred said: make.com or zapier.com) to communicate between Ninox and your website (to hide…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 mth ago
Get help
Reported - view
Re: Sort by Nb Numerical Size
If you use the correct JSON format this works: let data := [{ food: "bread", Nb: 3 }, { food: "apple", Nb: 7 }, { food: "rice", Nb: 1 }, { food: "banana", Nb: 5 }, { food: "milk", Nb: 9 }];…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 mth ago
1
Get help
Reported - view
Re: make Ninox the cell text bold
font-weight: bold; font-weight: normal|bold|bolder|lighter|number|initial|inherit;
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 mth ago
Get help
Reported - view
Re: Issue with sending data via HTTP request in Ninox (JSON format)
@iliper LTD try with this version in line 33 to line 36: let response := do as server http("POST", "https://your-api-url.com/endpoint", headers, bodyData) end;
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
1 mth ago
Get help
Reported - view
Re: Request Regarding the "+" Button Formula in Ninox
@demoeditor I made a little example. You still need to push a button, but this is an minor issue....
Attachment
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 mths ago
Get help
Reported - view
Re: Hiding Edit Mode switch
@Alan Cooke @Sean This is the class I have in my Private cloud and my public cloud....: .Container-iDxjuJ hJSHNq .Container-iDxjuJ.hJSHNq
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 mths ago
1
Get help
Reported - view
Re: Hiding Edit Mode switch
@Alan Cooke Wouldn't this completely lock down your database?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 mths ago
Get help
Reported - view
1
2
3
4
5
63
Ninox-Website
Overview
Learn and share
Get help
Service status
Documentation
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
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics