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
Documentation
Solutions
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Fred
Fred
San Francisco, USA
3616
571
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: Split Function Help
@Rafael I don't think it is the code. I would check to make sure each data point has data and is in the correct format. What kind of field is Name? How does data get into the field?…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Control panel data check
For a dashboard/page to work as data entry you need to have a button. In the code for the button you will put in checks to see if records or other data already exist.…
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: Split Function Help
@Rafael If you are talking about the one I post with two fields, then yes. it works for me. When I add <br> it works too.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Double action button
In Ninox you use the semi-colon to separate commands: 'Fin de contrat' := 'Date Renouvellement'; 'Statut Bouton' := null
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Open Record based on UserName
@John Wilmans if you have any questions please start a new post.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Open Record based on UserName
May I suggest that you use your dashboard (or new pages) to show the data that you want to show, instead of pulling up the record and exposing your raw data to your end users.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: About code Questions
The problem is you put the old for loop inside another for loop and now Ninox takes the record you create and in the field 物流码 it copies each instance in the array "s" until it reaches the end so you…
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: Two Serious Problems... Required Fields & Trigger on new record/update
@John Wilmans said: Do you know of anywhere that I can learn about how to do this better please? Do a search for Ninox Dashboards on the web and there are video links from Ninox and Nioxius.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Split Function Help
@Rafael <br> is fine.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Split Function Help
@Rafael said: Yes works, but how can I do for include more fields Going off of my example this is how my code changes: let list := ( let x := split(Text, ","); for item in x do let i :…
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: About batch write Questions
@我是我的我 said: I just didn't know how to use the "item" function. Just to make things clear, what francesco wrote is a for loop command. for [loop variable] in [array] do end So what you referred to as…
Fred
Fred
1 yr ago
2
Get help
Reported - view
Re: About batch write Questions
Is the data in 1 just text separated by a paragraph mark? Is the table in 1 related to the parent table or child table in 2? 1 中的数据只是由段落标记分隔的文本吗? 1中的表与2中的父表或子表相关吗? Hope the translation is ok. :)
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Single Dynamic field that populates other fields
@Mel Charles said: I just need to monitor the performance on this lookup tho... verses have a sub table to select the contact! You made a good start by using the reference field to create the dynamic…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Single Dynamic field that populates other fields
@Mel Charles said: The first one goes in and is accepted but it returns an email that is not associated with the customer contact Yes, well I was wrong about the root of EContact.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Single Dynamic field that populates other fields
Have you considered using the record() command? I don't know if EContact pulls from the Customer table (it looks like it does), but if it does you already have the appropriate recordId.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Need Script for calculating workdays between 1st record, 2nd record, so on.
@Dave Irving said: Here is the script for that "Days Since Last Contact" field. I replaced 0 with null, but that broke it. So if you want xCurIndex to be null then you have to think the opposite.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Split Function Help
@francesco.stefanello Thanks. It is interesting that your code uses html() twice. I would think you would only use it once, but it works. Playing around I was able to remove the html() from the loop…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Split Function Help
@RoSoft_Steven I have this: let list := split(Text, ", "); let content := join(for i in range(0, cnt(list)) do "<span onclick=""ui.openRecord('" + raw(first((select Table1)[Country = item(list, i)]).…
Attachment
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Split Function Help
ui.popupRecord does not work for me. Did Ninox finally remove this feature? @francesco.stefanelloare you using the MacOS app or the browser?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Split Function Help
@francesco.stefanello you didn't misunderstand me. It is just my feeble mind that couldn't figure out that there are smarter ways of getting data.
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: Split Function Help
@francesco.stefanello wow so you manually type in the genres? may I ask why you don't make it a dynamic multiple choice field?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Split Function Help
what kind of field is Genre in the Masters table?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Need Script for calculating workdays between 1st record, 2nd record, so on.
Dave Irving said: However, still need to not include the 1st chrono record for all leads so we can remove the 0 values from the equation. This code might work.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Relationship between 2 tables - how to?
sc said: I understand that I need a many to many relation, but I'm uncertain how to create it in Ninox. did you seeKruna fine example of a N:N table? The table is called chose songs and it is…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Spinning circle most of the time
For me I seem to get it most during the weekend. I'm guessing you have a pro license or even higher and that is troubling. I only have a starter so I put up with a bit more hassle.
Fred
Fred
1 yr ago
Get help
Reported - view
1
60
61
62
63
64
145
Ninox-Website
Overview
Learn and share
Get help
Service status
Documentation
Solutions
Ninox E-Invoice
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
Performance
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics