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
Fred
Fred
San Francisco, USA
3528
551
4
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: How to get accurate average numbers?
Sounds like you are ready for the dashboard. Take a look at this video from Nioxus to get you started on dashboards. There is more info in this video as well.
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Button to make record
In the first picture of your post with the DB you have a field called LIST OF PLAYERS but it is reference field that only allows 1 name. Is that correct?…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: View not showing top line on update
us MacOS app users are a few days behind. plus I'm still on 3.7.9, so I guess I go straight to .11 and skip .10.
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Create records after checks on three fields
My first step in trying to test out my filtering code is to first test it out without the new record creation so I can double check that I'm getting the correct result.…
Attachment
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: field not found - Error
You have to put the alert inside the then and else parts. let a := Testo if a = null then let b := "zero"; alert(b) else let b := "molti"; alert(b) end; Or you can do: let a :…
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: v3.7.11 new functions
How did you find these new functions? Ninox is horrible about documenting changes. @Jacques TUR said: Since we discovered the possibility to use filters in tables,…
Fred
Fred
2 yrs ago
Learn and share
Reported - view
Re: Need to show only the Deliverables that will be issue in the next 7 Days.
@Rafael said: Example the Document D00 have the following FechaP1 to FechaP5 The DataDate is 02/12/2022 7/11/2022 11/11/2022 18/11/2022. 25/11/2022. 07/12/2022 For the FechaP5 the result should be 2…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Ninext : table view and filter box
As always, I'm doing something wrong. I've loaded the extension and the filter symbol doesn't appear when I filter the table view. It only does it when I filter a table, then exit the table,…
Fred
Fred
2 yrs ago
Learn and share
Reported - view
Re: Need to show only the Deliverables that will be issue in the next 7 Days.
The max function seemed limiting to me so I added a loop to allow for multiple Fecha dates to be valid and will show the dates for each valid date. let selDocs := (select DOCUMENTOS)[Next = 1];…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: View not showing top line on update
Just hope it is not on the list with the Windows version of Ninox. It is one of Ninox's biggest pain point. No communication about fixes or future plans.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Button to make record
How is CASH DESK and LIST OF PLAYERS related? Is thE field "Customers", from the original post, the field in CASH DESK? So a record in CASH DESK is linked to only 1 record in Customers (or LIST OF…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Button to make record
@iliper LTD said: now I have a button and a formula that does everything well, it enters a record in a table 'Cash in/ot'. But this entry is not linked to the visitor's account.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Need to show only the Deliverables that will be issue in the next 7 Days.
@Rafael said: For both Question is YES Well you made me think about a solution for the formula field part. I've attached a DB with my changes. It is, of course,…
Attachment
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Button to make record
To make things easier for me to understand can you give me: 1) the table name where the button is in 2) the picture you post is that from the table with the button? if not what is that table name?…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Using tags for searching
Are you unsure how to add a new column in a table view so you can filter it?
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Button to make record
@iliper LTD said: We created a button separately from all tables through it we make entries in all tables. But there was a problem in order to make a record in the tables of the client.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Need to show only the Deliverables that will be issue in the next 7 Days.
Do you need the data from Documentos to be a text field in your Next7days table? Can you add a view element in Next7days and use that?
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Need to show only the Deliverables that will be issue in the next 7 Days.
@Rafael said: create new table Next7days Where copy your Formula ? and where the select Documentos [newfield = 1] I'lost now, sorry I guess I made too many assumptions.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Select all choice in a multiple choice (dynamic)
@Web Name said: And then why is it just for the current record? Usually a trigger after update of a field only affects the record you are on. Are you asking to make the trigger affect ALL records in…
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: View not showing top line on update
I get the same thing on my iPad with my iCloud DB. I don’t get everywhere, but I do see it at times. I haven’t checked on my MacOS.
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Select all choice in a multiple choice (dynamic)
Sorry, misread your post. Here is what you can put in your trigger after update: let allTable := (select Table1); if YN then dMC := allTable end Change the following references to match your…
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: Select all choice in a multiple choice (dynamic)
You can try something like: let selDMC := for loop1 in numbers(dMCfieldname) do record(tablename,loop1) end This will put all selections of a dMC into an array.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Using tags for searching
@iliper LTD said: the department name is formed from three tags Perfix, number and group. Are each of those in separate fields? If not, can you give an example of the data?
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Button to create empty field
@pirinisz said: but in the original table I want to be able to add a 2nd or 3rd reference to the table "names"!!!! It sounds like you created the reference in the opposite direction.…
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: Button to create empty field
I have not seen any function that allows a user to create a field through a button. What you are describing is trying to track multiple instances of similar data to a record.…
Fred
Fred
2 yrs ago
1
Get help
Reported - view
1
88
89
90
91
92
142
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