
Sotirios Zormpas
szormpas
Greece
Joined: Sun Nov 07 22:33:30 UTC 2021
Latest Posts
-
HTML Pivot Table
Hello everyone, In my application, time series data (screenshot 1) are often needed to be managed and presented in a practical way. Since Ninox does not yet allow us to insert a pivot table view into…
-
Embedded eCharts into Ninox
I have tried to embed eCharts into Ninox but have yet to succeed. For example, I put the following code inside a function field, but nothing: var _style := "* { margin: 0; padding: 0;…
- Answered
-
Printing attachments
Hi, I needed to print the attached record file. I found a solution, but is there a better way? openURL(shareFile(file(record, fileName))) In other words,…