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
Plugins
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
937
posts
647
likes received
21
followers
Badges
Latest Posts
Re: Ninext project
Version 2.1.38 beta is now available. This update fixes a minor bug where a window would automatically appear with each reload of the application, even if it had been closed during the previous…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
2
Learn and share
Reported - view
Re: Ninext project
@Rafael Thank you very much for your explanation, it’s much clearer now. I understand that the window automatically displays every time the application is reloaded,…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: Ninext project
@Rafael I'm not sure what you mean by "when I press the key for the first time"?
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
Learn and share
Reported - view
Re: Ninext project
@Sotirios Zormpas With pleasure. Send me an email so that I can send you the instructions directly.
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
2
Learn and share
Reported - view
Re: Ninext project
Hello everyone, I’m pleased to announce the release of Ninext version 2.1.37. In this update, I’ve revisited some parts of the code to ensure optimal compatibility with the upcoming version 3.…
Jacques TUR
Ninox developper
Jacques_TUR
1 yr ago
3
Learn and share
Reported - view
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
2 yrs 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
2 yrs 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
2 yrs 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
2 yrs 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
2 yrs 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
2 yrs ago
Get help
Reported - view
1
5
6
7
8
9
38
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugins
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
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics