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
3614
569
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: Sort and display all times in order.
@我是我的我 sure we can take a look. post the db.
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Sort and display all times in order.
If you don't want to go the child table route then here is what you need to do make your original code work: let getTimeRecs := (select Data); let getTime1 := getTimeRecs.…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Dynamik Choice field
@Pascal P.What kind of field is Paper? Can you post a sample DB?
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Sort and display all times in order.
@我是我的我 Review Rafael's and my responses. You will see that ui.popupRecord() uses the special Ninox field Id. You can only use this field, or a variable containing this field,…
Attachment
Fred
Fred
8 mths ago
1
Get help
Reported - view
Re: Sort and display all times in order.
@我是我的我 Post one of your tries and we can figure it out.
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Sort and display all times in order.
@我是我的我 Have you tried copying over the code from 2 to 1 and then make adjustments to the Xstbody?
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Sort and display all times in order.
@我是我的我 When I do: let table1Recs := (select Table1); let tableBody := table1Recs.--- <tr onclick="ui.popupRecord('{ Id }')"> <td>{ format(Date, "YYYY-MM-DD") }</td> </tr> ---;…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Create a Pop-Up Dialogue where the user can input a text or a number
@Pascal P. You can do it with@Sotirios Zormpas example in his great dashboard template.
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Help with Ninox CRM Setup and White Full Screen Issue
@sophijosephine2 said: but I'm having trouble automating reminders for follow ups You will have to be a bit more specific. You should also think about using dashboards to get your reminders.
Fred
Fred
8 mths ago
Get help
Reported - view
Re: userFirstName() possible bug?
I can confirm that userFirstName() doesn't return anything. The other user... commands return data.
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Help with Ninox CRM Setup and White Full Screen Issue
@sophijosephine2 said: Additionally, I occasionally encounter a light up white full screen when trying to save changes or switch between tables, You said you are in the cloud,…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Help with Ninox CRM Setup and White Full Screen Issue
Hi@sophijosephine2 - Welcome to Ninox. Can you give us a bit more about your DB background? Do you have experience designing DBs? Have you programmed DBs before?…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Need Help Here
i created a new button and put this in the code: let xMd := 'Busqueda por Mes'; let csvHeader := "Codigo Documento,'Nombre Documento','Disciplina',Monto,Rev 0"; let dataArray :…
Fred
Fred
8 mths ago
1
Get help
Reported - view
Re: Is this possible in ninox?
Take a look at a possibility for the appointments table in the attached DB.
Attachment
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Is this possible in ninox?
@Kruna said: I did achieve this by chosing the Services in subtable First and then I have to chose the same Services again in parent table in second step,…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Page behaviour
I can't duplicate it on cloud. Both codes give me the same results. Is Scan a text field?
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Is this possible in ninox?
@Kruna said: 1. is it possible to when I chose from dcf ‚select start time‘ eg 9:00 and from dmcf ‚Select Service‘ eg Service xy. Then I Chose another time lets say 10:00 with Service ‚abcd‘.…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Sort and display all times in order.
There is no time data in time2. Do you mean you want to sort Date then Time?
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Is this possible in ninox?
Try out the attached DB. If you open Scheduleplanner and open the record you will see a new tab called Tab. There you can select a time slot, then select any number of services then click on the Mark…
Attachment
Fred
Fred
8 mths ago
Get help
Reported - view
Re: How to create a button that clicks through forms
@KrunaI'm not sure why you would have a button at the parent table. Once you open a child record, it would seem like to me that the Next button should be there.…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Link a subtable to a phantom table
Whenever you use the create() command it is like going into that table and clicking the new record button. Everything is blank. So you need to tell Ninox how you want to link the tables.…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: How to create a button that clicks through forms
yes I forgot to mention that the button has to be in Main table, I mean parent table Then that would mean you have to close the child record to open the next one.…
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Is this possible in ninox?
@Kruna Ok, but what is the table name you want this button in?
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Is this possible in ninox?
Looking at your DB, where do you want this button to live?
Fred
Fred
8 mths ago
Get help
Reported - view
Re: csv export problem.
One thing I see is that you are repeating the header row in each record when you need it only at the top. Try something like: let csvHeader := "Name,Qnty"; let dataArray :…
Fred
Fred
8 mths ago
1
Get help
Reported - view
1
16
17
18
19
20
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