Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

separate data into different charts

Hi, QV

I have a question for you guys.

Lets say I have a data on sports players.

I have basketball players and soccer players.

In my data I have no table that separate different kind of sports for the players.

It is all in one group.

How can add that separation without adding data.

I can get that separation with expression but I want to divide the two sports into two different charts in red circle below (See picture)

Can anybody help me?

I QV pic13.JPG.jpg

3 Replies
Not applicable
Author

Hi Darri,

if you want to have two charts, use them with a calculated dimension, similar to this

dim first chart:

if (players='basketball players', players)

dim second chart:

if (players='soccer players', players)

HtH

Roland

agilos_mla
Partner - Creator III
Partner - Creator III

Would you mind upload a sample?

Thx,

Michael

Not applicable
Author

Hey Darri,

Calculation Condition is used when the data needs to be displayed only when few conditions are met. Like at least one customer or region needs to be selected.

In your case what do you mean by its all in one group. How would you differentiate who is a soccer and who is a basketball player? If there is a flag for indicating that then you could use set analysis to manipulate data.

If you could attach a sample file it would greatly help.

Thanks

AJ