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
Sotirios Zormpas
szormpas
Greece
523
204
2
Joined: Sun Nov 07 22:33:30 UTC 2021
Follow
My Posts
Latest Posts
Re: Dashboard Template
@Kruna another cool thing is that if you set the locale to 'de', it automatically accepts 'Monday (Montag)' as the first day of the week!
Sotirios Zormpas
szormpas
11 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Kruna yes, the Full Calendar library supports many languages. To translate the Scheduler to German you should do the following. First, just below the <script> ..."Full Calendar js library v6.1.15"...…
Sotirios Zormpas
szormpas
11 mths ago
1
Learn and share
Reported - view
Re: Dashboard Template
@Kruna Great, you get a status error: 500 which means that everything has been setup correctly except from a final configuration inside the "function createOrUpdateRecord(start, end, rid) {...…
Sotirios Zormpas
szormpas
11 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Kruna Hi, I think you should try putting in plain text instead of the title to see if that's what's causing the problem: title: "Test",
Sotirios Zormpas
szormpas
11 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Kruna Hi, You are right, 'Name' is a dynamic choice field that gets the ('First Name' + " " + 'Last Name') from the 'Accounts' table. In your setup you don't need a second select statement since the…
Sotirios Zormpas
szormpas
11 mths ago
Learn and share
Reported - view
Re: Image click area links to data
@張良仲 Hi, I'm pleased it's working well for you now!
Sotirios Zormpas
szormpas
11 mths ago
Get help
Reported - view
Re: Floating windows in Ninox
@Vermaji Hi, I've added your request to my list of things to do! I'll try to integrate a similar functionality into the Dashboard template in the coming weeks, if you're not in a hurry.
Sotirios Zormpas
szormpas
11 mths ago
1
Get help
Reported - view
Re: Floating windows in Ninox
@Vermaji Hi, I can think of two ways you could develop this functionality: Create a table with one record and one field (Input). Choose 'Per record in memory (browser)' for the input field and put…
Sotirios Zormpas
szormpas
11 mths ago
Get help
Reported - view
Re: Using the Filter option
@Alan Cooke Hi, In which scenario do you want to filter a field's data - as a column in a table, or not to be displayed at all in the record form?
Sotirios Zormpas
szormpas
11 mths ago
Get help
Reported - view
Re: Is Ninox down for anyone else?
Report from Greece all good!
Sotirios Zormpas
szormpas
11 mths ago
Get help
Reported - view
Re: Dashboard Template
Version 8.2 Video player: Hello everyone, @Fred mentioned in this post that we could use HTML to play our videos in Ninox. Although I have no experience in video management,…
Attachment
Sotirios Zormpas
szormpas
11 mths ago
3
Learn and share
Reported - view
Re: Dashboard Template
Version 8.1 Floor plan: Hello everyone @張良仲came up with this idea in a post, so I thought I'd add it to the dashboard as it might be useful for other users too.…
Attachment
Sotirios Zormpas
szormpas
11 mths ago
4
Learn and share
Reported - view
Re: Video Field versus Image Field
@Ask The Dog Guy Hi, I may be wrong, but there's no video field available in Ninox. You might find this thread helpful: https://forum.ninox.com/t/g9h0knn/embedded-vimeo-videos
Sotirios Zormpas
szormpas
11 mths ago
Get help
Reported - view
Re: How to track the selected item in a DCF
@Vermaji from the 'Bulk edit...' choose 'Assign calculated value' for the 'Product Item' text field and then put in the code text('Item Name'). Run this once and you're done!
Sotirios Zormpas
szormpas
11 mths ago
Get help
Reported - view
Re: How to track the selected item in a DCF
@Vermaji if it is a one-time job why you don't use the 'Bulk edit...' in the 'Order Item' table options?
Sotirios Zormpas
szormpas
11 mths ago
Get help
Reported - view
Re: How to track the selected item in a DCF
@Vermaji Hi, I've got a simple solution for you. Use the power of triggers to your advantage. Just place your button's code into the "Trigger after update" field of the dynamic choice field.…
Sotirios Zormpas
szormpas
11 mths ago
Get help
Reported - view
Re: Dashboard Template
@Sotirios Zormpas I forgot to delete my Ninox API Key from the shared database. For security reasons, I had to delete it. If you try to create a new or modify an existing event inside the calendar,…
Sotirios Zormpas
szormpas
11 mths ago
Learn and share
Reported - view
Re: Dashboard Template
Version 8.0 Calendar (scheduler): Hello everyone, As we all know, Ninox's built-in calendar is pretty basic and has limited capabilities. I thought that if we integrated a custom calendar directly…
Attachment
Sotirios Zormpas
szormpas
11 mths ago
5
Learn and share
Reported - view
Re: Image click area links to data
@張良仲 Hello, One way is to use the leaflet. The javascript mapping library I have embedded in the Dashboard Template project. The main idea is that you create a map object with simple (x,…
Sotirios Zormpas
szormpas
11 mths ago
1
Get help
Reported - view
Re: Dashboard Template
@我是我的我 Hi, the 'Dashboard' is a Page, so try this: openPage("Dashboard")
Sotirios Zormpas
szormpas
1 yr ago
Learn and share
Reported - view
Re: Dashboard Template
@我是我的我 Hi there! I just wanted to let you know that this map display is called a choropleth map. The great news is that you can implement it with Leaflet!…
Sotirios Zormpas
szormpas
1 yr ago
2
Learn and share
Reported - view
Re: Data in the OrderItems table changes on its own
"When a database is backup up manually and downloaded, then reimported somewhere else, gaps in IDs are closed as the structure of the database is defragmented.…
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
Re: Ninox 3.13 available
@Fred I'm really surprised too!@RoSoft_Steven is right, the problem did happen a lot with version 3.12. We fixed it by changing the settings in the browser,…
Sotirios Zormpas
szormpas
1 yr ago
Learn and share
Reported - view
Re: Ninox 3.13 available
I agree 100%. This is a serious problem that needs to be solved immediately.
Sotirios Zormpas
szormpas
1 yr ago
Learn and share
Reported - view
Re: Hiding HUD
@Alan Cooke Hi, thanks for sharing. It's useful to have it all together like this!
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
1
8
9
10
11
12
21
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
Backups and storage
Process monitor
View all topics