Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can we create chart for multiple environment.
Multiple environment be like xxx, yyy,zzz,aaa and each contain 2 clusters. Based on the environments we need to select cluster.
Your inputs are most welcome.
Thanks.
Create separate in line table :
like
EnvCluster:
Load * inline [
Environment, Cluster
XXX,Cluster1
XXX,Cluster2
YYY,Cluster1
YYY,Cluster2
ZZZ,Cluster1
ZZZ,Cluster2
];
Use this table to show the chart. make sure environment field is linked with data model.
Thanks
Vikas
Thanks Vikas, i am able to create the chart but when while selecting the clusters data is not yet changing accordingly, can you please suggest on this.
Hi,
Not sure can you please paste your data model snapshot ?
Vikas