analytics icon indicating copy to clipboard operation
analytics copied to clipboard

Integration with NC Tables

Open intervisionlord opened this issue 1 year ago • 3 comments

Hello, it seems that integration of analytics with tables does not work properly. For example i have a table with several columns (e.g. LTO Tape Type with fixed values (LTO5, LTO6, LTO7), and their fixed locations (e.g. datacenter 1 and datacenter 2)) When i try to build graph with count of some type of tapes in datacenters i can't do it.

First of all the problem in fixed values in tables app. The analytics app get their ID's but not names, so i have only values like 1, 2 or 3, not LTO5, LTO6, LTO7. And same about locations - i have values only 1 or 2, not names like datacenter1 or datacenter2.

Second problem - it is unable ti build graph with proper axises for example: horisontal axis must be a type and vertical axis mus be a count of tapes of same type, like X:LTO5 Y:100, X:LTO6 Y:500, X:LTO7 Y:1000, so i expect to see 3 bars on graph wich mean tape type and height of this bars depends of count of each type.

But i have only a blank graph...

intervisionlord avatar Feb 25 '24 23:02 intervisionlord

Hi, thank you for the report. let me check the topic of fixed values. I did not know about them...

Rello avatar Feb 26 '24 06:02 Rello

I have some screenshots to explain what i mean

lto lto2 lto3 lto4

intervisionlord avatar Feb 26 '24 08:02 intervisionlord

fix is being processed within the Tables API

Rello avatar Feb 27 '24 12:02 Rello

fyi: the fix has been merged in the tables app and will be part of the next version

Rello avatar Jul 03 '24 19:07 Rello