Hi,
I am new with Solar Winds, can someone tell me step by step process if creating Custom Chart using Reports. I have tried creating Custom Chart for Cluster Capacity using following query but it shows me No Data, I cannot select any data on Yaxis it doesn't populate anything when i try to select any column on y axis
SELECT TOP 1000 ClusterID, Name, TotalCpu, CpuCoreCount, CpuThreadCount, EffectiveCpu
FROM Orion.VIM.Clusters
GROUP BY TotalCCpu, CpuCoreCount, CpuThreadCount, EffectiveCpu