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
Jacques TUR
Jacques_TUR
Ninox developper
France
www.umangenius.com
Follow
La perfection est atteinte, non pas lorsqu'il n'y a plus rien à ajouter, mais lorsqu'il n'y a plus rien à retirer.
Joined
Sat Nov 14 09:45:24 UTC 2020
907
posts
615
likes received
20
followers
Badges
Latest Posts
Re: Extract color or icon from styled field/var
@Vermaji I see that you just want to change the colour of the text. Why not do this in the field configuration? But if you still want to retrieve the number value from a text field that also contains…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: Extract color or icon from styled field/var
@Vermaji What type of field is 'Order Charges'? Text or Formula? If it's a formula, what is it?
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: Extract color or icon from styled field/var
@Vermaji see Ninext Project / Debug tracer : https://forum.ninox.com/t/p8h78zv?r=60h06lj
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: Extract color or icon from styled field/var
@Vermaji In the image, I notice that the last line of your code is `debug()`. Therefore, the result displayed comes from this function. Since `debug()` does not return anything, nothing is shown.…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: Clearing filters on loading a table
@Mel Charles You mean JackGPT ? 🤪
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
2
Get help
Reported - view
Re: Ninox data schema
@Sotirios Zormpas It is perfectly possible to do both: arrow AND signs: And for lines to be straight or rounded, it can also be a display parameter. (I personally prefer rounded lines 😁).
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
2
Learn and share
Reported - view
Re: Ninox data schema
@Fred Yes, it is possible to move tables around and display only the ones you want. It's the same for fields, just double-click on them to make them appear or disappear.…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
2
Learn and share
Reported - view
Re: Clearing filters on loading a table
@Rafael I used the ChatGPT named Ninox by U Man Genius, available in the GPT Store. I asked it the following question: "Can you create an HTML field that pulls data from the Customer table and…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
1
Get help
Reported - view
Re: Clearing filters on loading a table
@Jacques TUR ... but in the end, it will be easier and more powerful to create an HTML list by adding your own sorting and filtering options. Here is an example in HTML: https://piccalil.…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
2
Get help
Reported - view
Re: Clearing filters on loading a table
@Alan Cooke To set the column used for sorting a list in a specific tab of the editor, you can use the following code: var editor = ui.getCurrentEditor(); var customerList = editor.currentTab.…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Get help
Reported - view
Re: Clearing filters on loading a table
@Florian Schwendtner Indeed, you need to install Ninext to access the core functions of Ninox
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Get help
Reported - view
Re: Ninox data schema
@Alan Cooke I had started creating an interface that allows you to drop the tables you want and shows the links between tables in blue, as well as the dependency links of calculation formulas in…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: Clearing filters on loading a table
@John Halls This JavaScript code is condensed to fit within three lines, making it compact but less readable. Below is a detailed line-by-line explanation to better understand how it works.…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Get help
Reported - view
Re: Clearing filters on loading a table
Hi Alan, I’m back from vacation and I’ve just looked into what can be done. I found this script that can be executed from a button: It removes the filters from the view field named fieldName and…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
2
Get help
Reported - view
Re: Ninox data schema
Hello everyone, I recently started developing a tool that I intended to integrate into Ninext. Unfortunately, due to a lack of time and financial resources, I can’t complete it at the moment.…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
1
Learn and share
Reported - view
Re: GPT for Ninox
@MG Yes, and if you don’t mind, please share with us your successes as well as your failures. The use of AI with Ninox is going to revolutionize our approach to databases,…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
1
Learn and share
Reported - view
Re: GPT for Ninox
@MG I managed to take my son's tablet 😅, so here are the instructions. They are in French, you just need to translate them into your language: Les chaînes de caractères doivent être entourées de…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: GPT for Ninox
@MG Sorry, I am on vacation. I won’t be able to send you the instructions until next week.
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: How I write long blocks of code
I Fred, Ninox uses the CodeMirror component to edit its code (https://codemirror.net). However, the latest versions of CodeMirror include most of these functions.…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
1
Learn and share
Reported - view
Re: Clearing filters on loading a table
Hello Alan, I am currently on vacation without a computer. It’s a bit of a detox cure 😂. I think it should be possible. You need to check which function is called when a view is selected (openView?).…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Get help
Reported - view
Re: GPT for Ninox
@Alan Cooke Maybe it's because of the translation of the page. It's not necessary, just ask the GPT to speak to you in English (or another language).
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: GPT for Ninox
For your information, I also had fun creating a GPT that directly queries a Ninox database based on user requests. This allows for natural language requests to get a list of sales or the number of…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
1
Learn and share
Reported - view
Re: GPT for Ninox
@CISOFT Sàrl The Ninox document is too large to share here, but you can download it using the "Export as PDF" button on the site. https://docs.ninox.com/en
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: GPT for Ninox
@CISOFT Sàrl I'd love to. Here's what I can share with you: carboneIODoc Ninext- rev 2Spécifications Ninox-2
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: GPT for Ninox
@CISOFT Sàrl The instructions are as follows: Je suis Ninox by U Man Genius, votre guide expert pour tout ce qui concerne Ninox. Je suis ici pour fournir des informations et un soutien sur…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
1
Learn and share
Reported - view
1
4
5
6
7
8
36
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