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
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
www.rosoft.be
Follow
Joined
Sun Sep 30 17:18:00 UTC 2018
1634
posts
234
likes received
5
followers
Badges
Latest Posts
Re: Afficher si
Dans mon exemple, vous pourriez utiliser ceci : contains(concat(text('Multiple choice')), "AA") Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Afficher si
Étrange, dans mon exemple, le champ de texte s'affiche lorsque l'on choisit un ou plusieurs choix multiples. N'est-ce pas ce que vous vouliez ? Je serais heureux de vous aider. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Afficher si
Philippe, Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Show a constant URL link on all records?
If you want to open a URL with a button you can enter something like this in the "On click" of the button: let myurl := "https://www.kitchyglass.com";openURL(myurl) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Comments in Reccords
I believe not yet. Maybe in a future update I think.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: How select records from related table not older then 3 months
😂
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: I want to show a field only if a particular item in a multiple choice field is selected. How do I do this?
Thanks for the information Mr. K, good to know.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Multiple choice numerical output that results in more than 1 digit [ie 10, 11...etc] returns null.
Hmmm, Multiple choices.... (No easy ones) Multiple choice fields gives back a Hex-number when using string(), see an example here:…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Send mail
Sorry, that last one wasn't very clear: attachments: item(files(this),'index of the attachement'-number), an example of this : attachments: item(files(this),2), for the third attachement in row.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Send mail
Try: --- attachments: first(files(this)), --- OR --- attachments: last(files(this)), --- if you have more than two attachements you have to figure out which one in the row is the right one and use…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Open record from other table by after update script
Geweldig, graag gedaan Stijn. Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Open record from other table by after update script
In the trigger after update of that field Toevoegen, or in a separate button, you can put this: let s := Toevoegen; let i := first(select Eenheden where Roepnummer like s); openRecord(i) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Open record from other table by after update script
Something like this: let i := first(select Eenheden where Roepnummer like "ON2103") openRecord(i) Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Bonjour comment mettre une alerte ou passer un champ date en rouge si date dépassé merci
J'aimerais vous aider autant que possible, mais mon français n'est pas à 100%...Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Bouton créer enregistrement
Oui, le deuxième bouton le fait déjà : openRecord(i)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: table printing with filter
Et mentionnez également que je travaille avec la version cloud dans le navigateur chrome. Il pourrait s'agir d'un bug dans la version mac Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: table printing with filter
Bonjour. J'ai créé un exemple où j'ai imité votre table. Avec moi, le filtrage a bien fonctionné.C'est l'exemple que j'ai créé : https://www.dropbox.com/s/hf67ovcofctk3ug/Alain.ninox?dl=0 Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Formula field not showing on table view column, only visible on form field window
Does the result of the formula contains more than one record? (I think so with the select command) Then I'm not sure if you can display that in a table.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Bouton créer enregistrement
Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Formula field not showing on table view column, only visible on form field window
Do you go in administration mode before you make those changes? (Red wrench) This is necessary in order to make the changes permanent. Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: table printing with filter
select 'DSA/DAE' where 'Année maint.'=2020 Doesn't work in the example with the undertable? I need more specs of the database and structure to fully support your question.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Regex (tests) not working as expected ?
☺️
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Afficher le même champ dans plusieurs onglet du même tableau
Bonjour, Vous ne pouvez pas utiliser le même champ mais vous pouvez en utiliser une copie au moyen d'une formule. Cela signifie que vous ne pouvez remplir le champ qu'à un seul endroit.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Bonjour comment mettre une alerte ou passer un champ date en rouge si date dépassé merci
Bonjour, Vous pouvez l'obtenir avec un champ de formule supplémentaire : Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Error message ?!
Seems like the code makes use of global functions. I guess you need also the code in the global script definitions. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
1
46
47
48
49
50
66
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
Private Cloud Administration
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics