cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About Pie Chart

Fatih
Trusted Contributor

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.

1 Reply

jhorber
MEGA
MEGA

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.

 

Jerome