Question Jacinto Busquets · Mar 20

Have anyone has a class that profiles a table? Example, total rows, total nulls, average, max , min for each column on th

I created a table profile dashboard on Power BI, but I wonder if is possible to do it in Iris by creating a class.

HealthShare Clinical Viewer 2022.2.2 Build: 1000 Adhoc: 23127 [HealthShare Modules: Core:24.0 + Clinical Viewer:24.0] - IRIS for UNIX (Red Hat Enterprise Linux 8 for x86-64) 2022.1 (Build 209_0_23127U) Mon Feb 12 2024 18:21:53 EST [Core:24.0|Clinical Viewer:24.0]

Product version: IRIS 2022.2
$ZV: HealthShare Clinical Viewer 2022.2.2 Build: 1000 Adhoc: 23127 [HealthShare Modules: Core:24.0 + Clin

Comments

Dmitrij Vladimirov · Mar 20
0
Evgeny Shvarov · Apr 2

Hi @Jacinto Busquets !

I think your request is interesting, and I spent a vibecoding evening to introduce a sample that can help with the task.

So I've built a backend on IRIS that goes through persistent classes in a namespace and provides stats on the columns of every class how are they filled. And built a frontend for it. Here is the demo server:

How to have it on your own server: 

you should have IPM client installed, and then do:

USER> zpm "install iris-table-stats-frontend"

and

USER>zpm "install esh-iris-table-stats"

and open the UI at /iris-table-stats-ui/index.html endpoint of your IRIS server.

0
Evgeny Shvarov  Apr 4 to Evgeny Shvarov

also empty records and csv export were introduced

0