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
Sean
Sean
1762
79
0
Joined: Tue Jul 31 23:45:13 UTC 2018
Follow
Coding Dart/Flutter in my spare time
My Posts
Latest Posts
Re: Script to find and return duplicate records that already exist
@Maria, Do you want to automatically mark records as duplicates or delete duplicate records?
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Reviewing duplicates in one field
This should work... let t := this;if cnt(select 'Duplicate Test' where ItemID = t.ItemID) > 1 then"Duplicate"else"Unique"end
Sean
Sean
5 yrs ago
Learn and Share
Reported - view
Re: Script to find and return duplicate records that already exist
It's late for me so maybe I'm missing something, but I think you would need to use the "delete" command in order to delete a record.
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: How to Sort Localisation fields properly ?
The code in my previous post is a poor representation of the concise power of Regular Expressions and the functions that use them. The following line does the same thing...…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Choice field and formula
@Steven, I guess I need to refresh the page before I post
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Choice field and formula
You have the assignment ":=" and comparison "=" operators reversed. It should be... if 'Com. %' = 1 and Com := 'Total Fees'*0.1 The switch statement also works here...…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: How to Sort Localisation fields properly ?
You would need to create a Formula field with the parsed Location field information and sort by the formula field. This formula works... let myAddress := text(Location);let addressRegex := "(\d+) (.…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Have a Page number on the Print document
I rarely print, but thought I'd try it. This is what I see in Print layout mode... ...and this is what I get when I print all 59 pages on every page...
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: If a text field has > 30 '#' then show alert
Steven,
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: The online user manual
I have to say that my complaint is more about functions/functionality that have not been documented at all! I'm beginning to wonder if those in charge of documenting these things are unable to keep…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: If a text field has > 30 '#' then show alert
@Steven, I hope you don't mind me submitting an alternative solution. I saw this post last night, but was too tired to respond. length(replacex(Text, "[^#]", "g",…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: The online user manual
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Limit Dropdown choices based on another field
That is not available, but it would be a nice feature. The workaround is to create different Choice fields based on your criteria and show/hide the fields based on that criteria.
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: How to distribute build application?
I'm not sure if this is what you want... https://ninoxdb.de/en/forum/use-cases-5abd0b9c4da2d77b6ebfa395/how-commercialize-a-template-5cac6e298bca703bc3df9a0a
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: The online user manual
I bet they implement drag and drop for Tabs and the associated fields before they release an updated user manual
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: The online user manual
I especially like this part...
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: The online user manual
Mel, This has been an ongoing complaint/issue. You might want to look at this thread...…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Incrementing date in a script
Jack, Here are a couple of links that may help... https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/date-fields-and-timezones-issue-unix-vs-utc-conflict-5b7462cc03f12310870ad569?…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Calculating a sell price in edit field without using a formula field
Mel, You're welcome. I think being able to use a formula as the "Default value" would be a great feature request. Ninox Team what do you think?
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Incrementing date in a script
Jack, Glad you got it working. The only time I work with Appointment fields is when I'm trying to help someone on the forum. Since you wanted to use a loop to create new records with appointments,…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Calculating a sell price in edit field without using a formula field
I think what you need isn't available. If "Default value" accepted a formula instead of a number only, you would enter your formula there. I don't think "Triggers" would work unless you are just now…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Incrementing date in a script
You need to use milliseconds to modify an Appointment value... let myN := 86400000 * 7;start(Appointment) + myN
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Incrementing date in a script
Well, the title did say "Incrementing date in script" so I assumed it was a Date field ;-). I haven't spent much time working with the Appointment field,…
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Is it possible to populate a multiple choice field from a text field?
You can assign the values. Did you create a "Choice" field or "Multiple Choice" field?
Sean
Sean
5 yrs ago
Get help
Reported - view
Re: Incrementing date in a script
Hopefully you already figured this out... let new := (create 'Lesson Schedule'); ...needs to be inside the loop. I was using a variable instead of creating records when I was testing.…
Sean
Sean
5 yrs ago
Get help
Reported - view
1
39
40
41
42
43
71
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