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
463
176
2
Joined: 07 Nov 2021
Follow
My Posts
Latest Posts
Re: Dynamic Multiple Choice Field - How to Programmatically Assign
@Jacques TUR Hi, I tried your code and it worked like a charm. I used it to edit a dynamic multiple choice field via scripting. Thanks!
Sotirios Zormpas
szormpas
3 wk ago
Get help
Reported - view
Re: How to implement a button function in Ninox: Create a new record and pop it up?
Hi, I've tried another approach by combining 'database.create' and 'ui.popupRecord': let x := tableId("ADD"); let y := x + (number(last(select ADD)) + 1); html(" <head> <style> .…
Attachment
Sotirios Zormpas
szormpas
1 mth ago
1
Get help
Reported - view
Re: Fill data more friendly way
@Fred To back up what Fred says, here is the new Ninox website, where for the first time it is officially referred to as a low-code platform.
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Merry Christmas
Wishing you a Merry Christmas filled with joy, laughter, and cherished moments!
Sotirios Zormpas
szormpas
1 mth ago
2
Learn and share
Reported - view
Re: coordinates on the picture
@Götje Ingenieure Partnerschaft Hi, thanks for the update. I use javascript Fetch API to update the Ninox database. Based on your experience, which do you think is better (database.…
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: coordinates on the picture
@Götje Ingenieure Partnerschaft Hi, According to the Ninox release notes regarding 'database.update': "We do not recommend using the calls mentioned above as they will be phased out after the 3.8.…
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: JSON in dynamic fields
@John Halls Hi, Thanks for explaining that. So, when it comes to the text() equation, we've got to use a select statement or the record() function to reference the dynamic JSON object,…
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
Re: Filters - product filtration
Hi, I don't know if this is relevant to the post, but you can download a database with "filter examples" in the German forum:…
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: JSON in dynamic fields
@Fred Hi, you are right. I've just checked the text(dMC) and come to the same conclusion. The text() function only works if the JSON object is hardcoded into the dynamic field,…
Sotirios Zormpas
szormpas
1 mth ago
1
Learn and share
Reported - view
Re: JSON in dynamic fields
@RoSoft_Steven Great!
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
Re: Dashboard Template
Version 12.0 Editor Widget Hello everyone, I've been on the lookout for one last tool that can help me complete the 10 Dashboard sections, and after giving multiple rich text editors (RTE) a try,…
Attachment
Sotirios Zormpas
szormpas
2 mths ago
3
Learn and share
Reported - view
Re: How to lock columns on the left ?
@Stef @RoSoft_Steven Hi, Yes, the Table View Widget has this functionality. You can pin columns by setting the pinned attribute on the column definition to either 'left' or 'right'.…
Sotirios Zormpas
szormpas
2 mths ago
1
Get help
Reported - view
Re: Select top 10 records from view
@Sotirios Zormpas or, even more straightforward: slice(Table order by -Number, 0, 10) So, I'm wondering how having hundreds of records in multiple tables linked to one page (Dashboard) affects the…
Sotirios Zormpas
szormpas
2 mths ago
1
Get help
Reported - view
Re: Select top 10 records from view
@John Halls Hi, Good thinking! You can dynamically assign the relationship via scripting, which is pretty clever. While you can't avoid a select statement,…
Attachment
Sotirios Zormpas
szormpas
2 mths ago
Get help
Reported - view
Re: Verknüpfte Tabelle: Kachel Ansicht
@PetraTest Hi, I've updated the database to include a 'Name' field. Does this meet your needs?
Attachment
Sotirios Zormpas
szormpas
2 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Rafael Hi, I've managed to get to the bottom of the problem. 'Categorias' is a reference field to Kategorias, so it can only accept numbers (record IDs from the Kategorias table).…
Sotirios Zormpas
szormpas
2 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Rafael Hi, I took a look at your dummy database and I'm not sure I understand the issue with the Categories. Could you give me a bit more detail?
Sotirios Zormpas
szormpas
2 mths ago
Learn and share
Reported - view
Re: Select top 10 records from view
@david Hi, Pagination might be a good solution for you. Have a look at the View Widget.
Sotirios Zormpas
szormpas
2 mths ago
Get help
Reported - view
Re: Verknüpfte Tabelle: Kachel Ansicht
@PetraTest you’re welcome!
Sotirios Zormpas
szormpas
2 mths ago
Learn and share
Reported - view
Re: Verknüpfte Tabelle: Kachel Ansicht
@PetraTest You're all set! There's a button to add a new image to the current document. Each image tile is clickable and opens the corresponding record from the 'Archives' table. Have fun!
Attachment
Sotirios Zormpas
szormpas
2 mths ago
1
Learn and share
Reported - view
Re: Verknüpfte Tabelle: Kachel Ansicht
@PetraTest Hi, I've attached a demo database to show you one way you could implement what you want.
Attachment
Sotirios Zormpas
szormpas
2 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Rafael Hi, Let's take a look at this process together, step by step. In the first Ninox JSON object, replace the above with the following: Plataforma: "Test",…
Sotirios Zormpas
szormpas
2 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Rafael Hi, I see that 'Plataforma' is a column. There are four main things to look out for in the formula script: Insert a property 'Plataforma' in the 'accountsData' json variable.…
Sotirios Zormpas
szormpas
2 mths ago
1
Learn and share
Reported - view
Re: Dashboard Template
@Alan Cooke Hi, When you're in 'Edit mode', just open the 'Edit page'. Then just start counting all the fields you see behind the 'Dashboard' tab. The 'Text' field is numbered 20 (see in the…
Attachment
Sotirios Zormpas
szormpas
2 mths ago
Learn and share
Reported - view
Re: Table specific calendar view?
@Jesper Ordrup Yes, you can!
Sotirios Zormpas
szormpas
2 mths ago
1
Learn and share
Reported - view
1
2
3
4
5
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