Contact Sales to request a demo
Request demo
Product
Platforms
Templates
Security
Customer Reviews
Product Updates
Solutions
Success Stories
Partners
Partners
Become Our Partner
Pricing
Support
Help Center
Webinars
Hero Webinar
Manual
Forum
Tutorial Videos
Blog
Contact us
Search
How to enable Javascript
Sign Up
Log in
Support
Forum
Home
Search the community
Home
Learn & Share
Get help
Webinars
Knowledge Base
Latest Activity
Contact Us
Privacy
Home
Latest Posts
Re: How to Use Constraints
@Fred Literally just worked it out. had to use a.'Pre-Start Skipper'.Position = 1 which is log clicking on the linked combo box and then clicking on position = 1
Admin
Admin.11
1 mth ago
Get help
Reported - view
Re: How to Use Constraints
@Fred Thanks for your help. the position field is choice field. the Position i would like to show in the combo box that is linked is "Skipper" or 1. Ive tried: b.…
Admin
Admin.11
1 mth ago
Get help
Reported - view
How to Use Constraints
Hi all, Been struggling to understand how to utilise the Constraint field when i have 2 tables linked together. Table 1 is Staff details which contains everything about a certain staff member,…
Admin
Admin.11
1 mth ago
4
replies
51
1
Get help
How to get a formulae field to show the result of a Dropdown box instead of a number
Ive got a table of staff names table of scheduling & a table to show the daily allocation of staff. table 1: The table of staff names is just so when new staff join and old staff leave,…
Admin
Admin.11
5 mths ago
28
Get help
Re: Getting Ninox to Recognise a number
@John Halls I tried both let 'Date of Tour' := 'Tour Date'; first((select 'Snorkel / Sea Scooter Tours')[Date = 'Date of Tour'].number('10am Snorkel AVAILABLE Spaces')) and let 'Date of Tour' :…
Admin
Admin.11
7 mths ago
Get help
Reported - view
Getting Ninox to Recognise a number
Hi All, Hope this is a basic problem. I have got a formulae that field that just needs to show what is in another table from another formulae field. the current code is :…
Admin
Admin.11
7 mths ago
3
replies
26
Get help
Re: Sum Specific records of certain year based on a date field
@Fred Thanks Worked Perfectly, Thought it was something simple
Admin
Admin.11
7 mths ago
Get help
Reported - view
Sum Specific records of certain year based on a date field
Hi All, Is there a way to make ninox recognise a certain year of a date field. i.e I have a date field in one table a count of people in the table I would like to get a total count of people in a…
Admin
Admin.11
7 mths ago
2
replies
56
Get help
Re: Not Displaying Appointments on Mondays???!?!?!?
So the Ninox team got in touch with me (5 star in their customer care) and after 45 min on Zoom and an 8 hour sleep, I received the following email for the solution.…
Admin
Admin.11
7 mths ago
Get help
Reported - view
Re: Format a Formulae Field to Show time
@Fred thank you very much, that worked straight away. Im still learning the Ninox language. What does 'first' mean?
Admin
Admin.11
7 mths ago
Get help
Reported - view
Format a Formulae Field to Show time
Hi All, Trying to work a formulae field to show the data of a Time field in another table. My current Formulae is (select 'Private Snorkel Booking')[Session = 1].…
Admin
Admin.11
7 mths ago
3
replies
34
Get help
Re: Colour Coding
@RoSoft_Steven I did end up finding a soloution: let t := '10am Max Snorkelers' - '10 am Snorkelers Booked'; if t < 1 then styled(text(t), "red") else styled(text(t),…
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: Not Displaying Appointments on Mondays???!?!?!?
@Lars I tested that already. I basically cannot view any appointments that are created between 00:00 Monday morning to 10:00 Monday morning. any other time appears.…
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: Not Displaying Appointments on Mondays???!?!?!?
@Lars no im in UTC+10
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: Not Displaying Appointments on Mondays???!?!?!?
@John Halls same thing happens on a new database. I think ive found the problem. It seems to be a problem within Ninox dependent on what application/web browser you use.…
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: Not Displaying Appointments on Mondays???!?!?!?
@John Halls so the appointments will show on my iphone on the app but will not show when i use my PC which is Windows and using the Website. Why does this happen?
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: Not Displaying Appointments on Mondays???!?!?!?
Hi All, If anyone has an idea on what is happening with my Ninox Database. Any help would be great. I have tested further and created a new table with 1 appointment field and put in a date that was…
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: Not Displaying Appointments on Mondays???!?!?!?
@John Halls just tested even further and all my databases will not show any appointments that are booked between 8am and 10am on a Monday.
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: Not Displaying Appointments on Mondays???!?!?!?
@John Halls I have it set on view 7 days and show more then just working hours. I've gone around the problem by scheduling the missing tours between 12 - 1 and 2 - 3pm.…
Admin
Admin.11
8 mths ago
Get help
Reported - view
Not Displaying Appointments on Mondays???!?!?!?
Hi all, I have a very weird situtation occuring on my Ninox Database. For some very strange reason, it is refusing to show any appointments on Mondays for 2 of my tables.…
Admin
Admin.11
8 mths ago
13
replies
75
Get help
Re: Prefill Field when creating new record
Thanks for all the advice, i actually ended up with this code: let newRecord := (create 'Segway Guests'); let Date := Date; (The second date refers to a field in the main table that i want the…
Admin
Admin.11
8 mths ago
Get help
Reported - view
Prefill Field when creating new record
Is there way that makes the new record when open, prefill certain fields based on what is coded in the button. for example. I would like to book a guest into a tour.…
Admin
Admin.11
8 mths ago
3
replies
84
Get help
Re: How to use the "View" element
@Fred Thankyou very much for your help. I Flukely worked it out. I assigned 'Date of Booking' to the Date field in the Main table and then told the 'view function' to lookup guests in a certain…
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: How to use the "View" element
@Fred I inputted that code (select 'Snorkel/Sea Scooter Guests')['Date of Tour' = today()] and it does show me the guests. but as before, it is showing me all the guests that are on the table,…
Admin
Admin.11
8 mths ago
Get help
Reported - view
Re: How to use the "View" element
@Fred thanks for your assistance, Ill break down my table relationships I have a table/form called Snorkel / Sea Scooter Bookings. This is the "main" form where the details for each tour is…
Admin
Admin.11
8 mths ago
Get help
Reported - view
1
2
3
Next
Admin
Admin.11
53
1
0
Joined: 13 Mar 2022
Follow
Home
Learn & Share
Get help
Webinars
View all topics
Tags