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
Fred
Fred
San Francisco, USA
Follow
Joined
Thu Feb 06 18:42:57 UTC 2020
3909
posts
632
likes received
5
followers
Badges
Latest Posts
Re: Date formula
@wright. 74472 I see the code, but which specific field do you use to mark days that are not part of the month?
Fred
Fred
4 mths ago
Get help
Reported - view
Re: Date formula
So what field do you use to hide Day 29 and 30? Maybe lead with that field, then filter on days of the week. Also, as an FYI, when you find your self creating fields that have a number at the end…
Fred
Fred
4 mths ago
Get help
Reported - view
Re: Select a Record from a subtable to reference in main Table
I'm guessing that Articlelist is a dynamic field. Whenever you do a select, Ninox always returns an array, even if only 1 record is found. So you need to wrap your select with a first() or last().…
Fred
Fred
4 mths ago
Learn and share
Reported - view
Re: Development Versions DB
@Rafael What was the solution?
Fred
Fred
4 mths ago
Get help
Reported - view
Re: Development Versions DB
It seems to work for me. What is the problem with the button?
Fred
Fred
4 mths ago
Get help
Reported - view
Re: Ninext project
As I'm trying out the new modularity, of course I'm using Ninext and I came across this issue (floating window): As you can see I can't see the bottom of the list.…
Fred
Fred
4 mths ago
Learn and share
Reported - view
Re: Help with a Formula in a list view
Try: if contains(numbers(Treatment.Product.Type),5) then Paid * 0.25 else Paid * 0.15 end You are correct, the moment you have 2 or more treatments then Ninox will return an array.…
Fred
Fred
4 mths ago
Get help
Reported - view
Re: Account Email
You should email support directly.
Fred
Fred
4 mths ago
Get help
Reported - view
Re: Ninext project
@Jacques TUR Do we need to reset the DB out of compatibility mode?
Fred
Fred
4 mths ago
Learn and share
Reported - view
Re: Ninext project
Congrats to @Jacques TUR! Ninext is now an official plugin. Yippeee! So what is the best process to switch over from the old way to the new plugin?
Fred
Fred
4 mths ago
4
Learn and share
Reported - view
Re: Ninext project
@Jacques TUR Sorry to say I'm getting a major error. When I open my DB, it tries to load Ninext and get stuck there. This is using public cloud.
Attachment
Fred
Fred
4 mths ago
Learn and share
Reported - view
Re: Some Help
@Rafael sorry, forgot numbers(). if (opt = "Major Project" and contains(numbers(a.Type_Project), 1)) or (opt = "Small Project" and contains(numbers(a.Type_Project), 2)) then
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Some Help
Multi- choice (simple or dynamic) can return an array of selections. The best way to deal with it is to use the contains() command. if (opt = "Major Project" and contains(a.…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Einfache Access-Applikation portieren auf Ninox
Here is the English version of the partner site.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Lizenz zurückgeben
You should email Ninox support directly. They rarely respond in the English Forum.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Need help with unique header on first page, different header after
I don't use the old print system. But I know Nioxus has a few videos on the old print system. You can join their membership program for a few months and watch their videos.…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Ninext project
@Sotirios Zormpas Thanks, that was it. I always get lost when trying to figure out how to escape out of HTML so you can call Ninox.
Fred
Fred
5 mths ago
1
Learn and share
Reported - view
Re: Ninext project
Now I have a question about what to reference in place of this in the callNinoxFunction. function newPopup(irecord : number) do let getRec := record(Teams,irecord); popupRecord(getRec) end;…
Fred
Fred
5 mths ago
Learn and share
Reported - view
Re: Ninext project
@Sotirios Zormpas Thanks. The problem is user error. I forgot I only have 1 DB that has Ninext installed. :) I'm waiting for @Jacques TUR to activate the new DB.
Fred
Fred
5 mths ago
1
Learn and share
Reported - view
Re: Ninext project
I got motivated by @Sotirios Zormpas' post about using Ninext's HTML helping functions. So here is my first attempt: function newPopup(irecord : number) do let getRec := record(Teams,irecord);…
Fred
Fred
5 mths ago
Learn and share
Reported - view
Re: Transfer Data from Multiple Choice dyn to Other Table ?
You can also use the switch command: for id in numbers('Project Classification') do let r := (create Table1); r.('ID Class' := id; Engineering := "CONCEPT DESIGN PHASE"; Group :…
Fred
Fred
5 mths ago
1
Get help
Reported - view
Re: Trouble finding a column
@frsalabert I remember that it took me awhile to get my head around linked tables. Stick with it and you will find that you will soon be able to understand it.…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: set
@Pieter Jelle Biesheuvel Well this is good to know, but if you know the name of the field then can’t you just say: "relationship to talbe1" := _otherRec
Fred
Fred
6 mths ago
Functions
Reported - view
Re: Searching within a view element with a Search field
@Pascal P. Great to hear. Forgot to say that: = "" is not the same as = null so if you can always try write the true statement. When you have a moment please mark the post answered.
Fred
Fred
6 mths ago
Get help
Reported - view
Re: set
@Pieter Jelle Biesheuvel Can you explain why you need set() to link reference fields?
Fred
Fred
6 mths ago
Functions
Reported - view
1
2
3
4
5
157
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