Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vikranth
Contributor II
Contributor II

Multiple Environment

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.

Labels (1)
3 Replies
vikasmahajan

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

 

 

 

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Vikranth
Contributor II
Contributor II
Author

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.

vikasmahajan

Hi,

Not sure can you please paste your data model snapshot ?

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.