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: 
Not applicable

How to display Bars?

Hi ,

I have 4 years of sales and i created a bar chart for Present year sales,previous years sales month wise but i want to represent

present year sales according to month wise remaining all years sales i want to represent as a single bar.how to achieve it please guide me .

Thanks.

13 Replies
Not applicable
Author

Thanks Nagaiank,

in the above chart 2011,2012,2013 years data also it has to show in a single bar that is my scenario. i will work around it. thanks once again.

Anonymous
Not applicable
Author

Hi John,

PFA. I have modified Nagaian qvw.

Ignore the QVW Name. I have created single bar only for all other years.

BR,

Chinna

its_anandrjs
Champion III
Champion III

Hi John,

You can try also for dynamically load the current year data as month wise and rest of the data as Year wise

1. First way

Dim:- =If(Year =Year(Today()),MonthName(Datefield),Year) //Calculated Dimension

Expre:- sum(sales)

2. Second Way

Dim:- =If(Year =Year(Today()),MonthName(Datefield),'All Year') //Calculated Dimension

Expre:- sum(sales)

Multidim.png

Regards

Anand

Not applicable
Author

hi Chinna katiki

Thanks for your help.but i am using PE so i can't able to see your application.