10-03-2016 07:49 PM - edited 10-03-2016 07:53 PM
Hi all,
I have two metaclass, Site and server metaclass.
I can show matrix on query but customer want pie chart. (The number of servers on site)
Can you share examples of queries containing two metaclass for piechart?
example piechart attached.
Select [Site] Where [Server] Is Not Null
And [Server].[ServerPhysical] ="Physical"
Thank Best Regards.
Solved! Go to Solution.
18-03-2016 06:38 PM
Hello Fatih
I am not sure to understand
Let us assume 'ServerPhysical' is a MetaAttribute of the MetaClass 'Server' with 2 values {Physical, Not physical}
If you are creating an instant report on Server, you can use this 'ServerPhysical' to build the pie chart.
If you are creating an instant report on Site, you can create a custom computed MetaAttribute on Site and use it to build the pie chart.