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
3381
534
4
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: I have two questions about HTML code.
For the 2nd question, you are correct your code can become very long if you repeat the table as well in your conditional statements. You can put your conditional statements inside the <style> part of…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Find in View (Today, Last Week 5 days, Last Month, Last Six Month and Year.)
@Rafael what does your version of the code look like? I would also switch the now() to today() since you don’t need the time data that now() has.
Fred
Fred
11 mths ago
Get help
Reported - view
Re: How to use code to calculate the number of days in this year or next year?
@我是我的我 Do you want to know the number of days left in the year from today? You can try something like: days(today(), date(2024, 12, 31)) If you don't want to hard code ending date then you can create…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: How to use code to calculate the number of days in this year or next year?
Can you be more specific?
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Dynamic Reports
@Rafael add “order by JSONfieldname” at the end of your JSON, after the closing curly bracket.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: getting started
email Ninox support directly.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Dynamic Reports
@Rafael can you show your JSON code and your word doc so others can see what you did?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Dynamic Reports
@Rafael carbone does not like spaces in names. Please see my previous comments about using JSON and Ninox's recommendation in this post.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Dynamic Reports
@Alan Cooke said: Where/how do I use the JSON? This will be a first for me. Under Test Print there is a switch for Custom JSON, flip it on. Then click on the Fx button.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Dynamic Reports
I think you need to put the [i] after d. {d[i].SYSTEM} Then the 2nd line would be: {d[i+1].SYSTEM} Since SYSTEM, CATEGORY, AND NOTES are fields in a record,…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Local, iCloud or Public Cloud ?
First time I've heard this asked. I've never come across any function to do that, but then that doens't mean it can't be done.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: duplicate bug?
You are correct. The record gets created but Ninox does not take you to the new record. I am also running 3.11.4. This does NOT happen for public cloud DBs in the app or in the browser.…
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: loop in query for view -- how to aggregate?
So you want to end up with records in Benefices where the entry equals the entries of the current record? Wouldn't this work? let my_event := this; let my_entries := unique(this.'is testified by'.…
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: Retrieve the data from a button variable
@Sébastien Guillet I think I get it. You can't access information in a button. Your button writes to the field 'text_birthday' you can access data in that field.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Retrieve the data from a button variable
@Sébastien Guillet Try: from: loop1.Entreprise.'E-mail', to: loop1.'E-mail principal', subject: "Happy birthday", text: "Bonjour" + if loop1.'Prénom' then " " + loop1.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Retrieve the data from a button variable
Or you could put the code from the button that generates the text into your loop.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Generated an array with record numbers in a formula field.
Take the base of the Total Time formula field and make a change to line 3. let t := this; let cc := record(clientchoicetablename,number('Client Choice')); cc.'Booking Time'[Date = t.date].…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: loop in query for view -- how to aggregate?
You may want to look at this post to compare two arrays.
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: single choice dynamical always selected
I was not able to reproduce the error. Are you using the app local DB, or public cloud, or private cloud? Can you upload a sample DB?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Retrieving the past 14 working days dates
Here is another way to do it: 1DayBefore switch true do case weekday(Date) <= 0: Date - 3 default: Date - 1 end Then the next field is: 2DaysBefore switch true do case weekday('1DayBefore') <= 0:…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Retrieving the past 14 working days dates
Here is one possibility: The code is: 5DaysBefore switch true do case weekday(Date) <= 4: Date - 7 default: Date - 5 end 4DaysBefore switch true do case weekday(Date) <= 3: Date - 6 default:…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Problem time field sum
nothing is wrong. 80 minutes is 1 hour and 20 minutes.
Fred
Fred
1 yr ago
2
Get help
Reported - view
Re: Count of records/table per day
@Christoph said: What is the value in Number in Table1? I have various values in the Number field. I also have multiple records that fit each day of Month, otherwise average doesn't work very well.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Known difficulties when using dynamic printing and their solutions
I would like to see how to modify the appearance of tables, i.e. have different rows in different colors.
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Importing Data into a Dynamic Choice Field
I'm confused on what is being asked anymore.@Dave Irving , are you trying to update the choices in a dynamic field (to add more choices) or update the record of the selected choice in a dynamic field?
Fred
Fred
1 yr ago
Get help
Reported - view
1
39
40
41
42
43
136
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