Hi all,
Is there an indicator in DataMiner Cube tables showing rows count, or is there a way to find rows count without having to implement a custom solution for that?
Alija Kusur [SLC] [DevOps Advocate] Selected answer as best 17th May 2024
Hi Alija,
You could use a GQI query to get data from this a table. From there you could aggregate and count the number of rows.
For debugging purposes, you could also use the client test tool row-count.
Hope it helps.
Alija Kusur [SLC] [DevOps Advocate] Selected answer as best 17th May 2024
Hi Miguel, Thanks for your answer. I tried client test tool, and really liked it since it provides all tables row count, so it makes it easy comparing count between different tables, that I had to do in my case.