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: 
Namita1
Contributor II
Contributor II

Qliksense Bar chart : date as a Measure

Hi,

I have a problem,  requesting assistance from you guys 🙂

I want to create a bar chart where a want to use month_year as the measure and status as a dimension.

For example,  following is the data

  Mar-21 Apr-21 May-21
Completed 5 2 5
Failed 10 4 7

 

I want a stacked bar chart with 2 bars for completed and failed respectively. The bar is divided into 3 stacks for Mar-21, Apr-21 and May-21.

 

Hope some help...

 

Regards

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Your DImensions will be Status (assuming that's the field that contains "completed") and Month. 

Your Measure would be something like Count(Status)

-Rob

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Your DImensions will be Status (assuming that's the field that contains "completed") and Month. 

Your Measure would be something like Count(Status)

-Rob

Namita1
Contributor II
Contributor II
Author

Thanks Rob, it worked !! Much appreciated.