Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

Set Analysis Equation

I am looking to create a stacked bar chart that shows the following:

Number of projects worked on by an artist. An artist can work on four types of projects (JobType); Print, Digital, Motion or Video

I think I would need to have four separate equations, each referencing the different types of JobTypes.

My initial attempt didn't seem to work.

=NUM(SUM({$JobType={"Print"},}>}JobType)

How do I need to alter this?

1 Solution

Accepted Solutions
sunny_talwar

I think you just need to add JobType as your second dimension and then select stacked style on the style tab

Dimension

Artist

JobType

Expression

Count(JobType)

View solution in original post

2 Replies
sunny_talwar

I think you just need to add JobType as your second dimension and then select stacked style on the style tab

Dimension

Artist

JobType

Expression

Count(JobType)

evansabres
Specialist
Specialist
Author

I also tried this and it worked.

=NUM(Count({$<jobsJobTypeID={"1"},}>}jobsJobTypeID),'#,###.')