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
Sotirios Zormpas
szormpas
Greece
462
173
2
Joined: Sun Nov 07 22:33:30 UTC 2021
Follow
My Posts
Latest Posts
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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 mths ago
1
Get help
Reported - view
Re: Dashboard Template
@我是我的我 Hi, the 'Dashboard' is a Page, so try this: openPage("Dashboard")
Sotirios Zormpas
szormpas
4 mths 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
4 mths 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
4 mths 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
4 mths 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
4 mths 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
4 mths ago
Get help
Reported - view
Re: Trigger - Update Number Field with Formula Value - en masse
@wstarnes Hi, do you think using Trigger after opening your database would work for you?
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Dashboard Template
@Kruna Hi, in this setup, there are four public URL links. There's one for each of the red, green and blue icon markers and one for the common shadow icon, as shown below:…
Sotirios Zormpas
szormpas
4 mths ago
1
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna you're more than welcome! Just a quick note: the leaflet library pulls the icon from a shared URL link, as you'll see in the code. It's important to create your own shared URL links for the…
Sotirios Zormpas
szormpas
4 mths ago
1
Learn and Share
Reported - view
Re: Ninox 3.13 available
@Rafael Hi, we are all waiting for the patch to fix this important issue!
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna Hi there! I'm so happy you like it! I've prepared a special edition for you, version 7.3 with custom icons instead of circles. I hope this is what you're looking for!
Attachment
Sotirios Zormpas
szormpas
4 mths ago
1
Learn and Share
Reported - view
Re: FeatureRequest: Show FunctionDefinition in Editor
@Frank Wiebeler Hi, I'm on the same page. I often don't remember the syntax of a function, so I always have to open a tab in the browser with the Ninox documentation page where I have to search for…
Sotirios Zormpas
szormpas
4 mths ago
2
Learn and Share
Reported - view
Re: Separating List into Objects
@Sotirios Zormpas and this is the new array version: let array := ["Red", "Green", "Blue"]; let newArray := for loop in array do if loop = "Orange" then "true" else "false" end end; newArray
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Separating List into Objects
@S Moore Hi, you could consider using the contain() function instead of loop like below: let array := ["Red","Green","Blue"]; if contains(array, "Blue") then true else false end Just to check,…
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Main Menu
@Angel Del Pino Velez Hi, if there's anything else we can help you with, just let us know.
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
Version 7.3 Map improvements: Hi everyone, custom markers are a great way to get creative since any image can be a marker on our map. However, if you want each point to have its unique one,…
Attachment
Sotirios Zormpas
szormpas
4 mths ago
1
Learn and Share
Reported - view
Re: Relative record numbers in a table
Hello @brentjl1 , I think we've got to the bottom of the issue. We were both trying to solve the same problem! Your code works perfectly in the case where the record IDs are strictly sequential, i.e.…
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
1
6
7
8
9
10
19
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