Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn and share
Get help
Webinars
Service status
Documentation
All topics
Contact
Privacy
Overview
Profile
Sotirios Zormpas
szormpas
Greece
455
170
2
Joined: Sun Nov 07 22:33:30 UTC 2021
Follow
My Posts
Latest Posts
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
13 hrs ago
1
Learn and share
Reported - view
Re: JSON in dynamic fields
@RoSoft_Steven Great!
Sotirios Zormpas
szormpas
19 hrs 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
6 days ago
2
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
6 days 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
9 days 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
9 days 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
9 days 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
11 days 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
11 days 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
12 days ago
Get help
Reported - view
Re: Verknüpfte Tabelle: Kachel Ansicht
@PetraTest you’re welcome!
Sotirios Zormpas
szormpas
12 days 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
12 days 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
12 days 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 wk 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 wk 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 wk ago
Learn and share
Reported - view
Re: Table specific calendar view?
@Jesper Ordrup Yes, you can!
Sotirios Zormpas
szormpas
2 wk ago
1
Learn and share
Reported - view
Re: Table specific calendar view?
@Jesper Ordrup Hi, Good to hear you liked it! You're right, Ninox does let us use the html() formula to insert custom HTML, CSS and JS code into the page. However, this isn't officially supported.…
Sotirios Zormpas
szormpas
2 wk ago
1
Learn and share
Reported - view
Re: Change the color of Number text(field) depending from the value
@George Tanev Hi, Another option would be to use the Floating widget to show a custom tooltip.
Sotirios Zormpas
szormpas
3 wk ago
Get help
Reported - view
Re: Open Record in full view mode from table / view
@RoSoft_Steven Hi, This is a good sign!
Sotirios Zormpas
szormpas
3 wk ago
Get help
Reported - view
Re: Open Record in full view mode from table / view
@Christian Sennewald I know that's a possibility, but I'm hoping that even if Ninox does decide to deprecate this internal method, they'll replace it with something similar.
Sotirios Zormpas
szormpas
3 wk ago
Get help
Reported - view
Re: Dashboard Template
@Rafael Hi, according to the Ag Grid documentation: Maintain Column Order When providing new Column Definitions to the grid, the order in which they are provided is the order in which the columns are…
Sotirios Zormpas
szormpas
3 wk ago
Learn and share
Reported - view
Re: Open Record in full view mode from table / view
@Christian Sennewald Hi, I've added both the image display and the open button to my View Widget. You can download the latest version of Dashboard (v11.4).…
Sotirios Zormpas
szormpas
3 wk ago
Get help
Reported - view
Re: Dashboard Template
Version 11.4 View Widget enhancements Hello everyone, I've implemented two new features: It's possible to render an image in a cell. There's a new Button you can use to open one or more selected rows.…
Attachment
Sotirios Zormpas
szormpas
3 wk ago
3
Learn and share
Reported - view
Re: Change the color of Number text(field) depending from the value
I'm not entirely sure, but it might be possible with a bit of hacking, as demonstrated in the post below: https://forum.ninox.com/t/g9ymv0g/field-labels-in-red-color
Sotirios Zormpas
szormpas
3 wk ago
Get help
Reported - view
1
2
3
4
5
19
Ninox-Website
Ninox-Documentation
Overview
Learn and share
Get help
Webinars
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