Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
joshrussin
Creator III
Creator III

Graph Help with Months

I am trying to achieve a graph that shows all the months, regardless of the data. I am showing the sum of processed per month in the graph. Right now it only shows up until September (Current month), but I also want to have Oct, Nov, Dec in there as well although they will just be zeros. This is the app I currently am working with. If there are any alternate solutions, I am open. Thanks! ! !

30 Replies
vvira1316
Specialist II
Specialist II

Hi Joshua,

I think it is QlikSense feature that it will not show those months. If we do the same chart in QlikView then you will see remaining months.

As can be seen in screen shot below.

ProcessedMonths.PNG

joshrussin
Creator III
Creator III
Author

Can you send me the qlikview app?

joshrussin
Creator III
Creator III
Author

KPI_0235.jpgOk, So I changed the dimension to CalMonth and shows all months.

This is my expression, and it only shows the total for everything each month rather than the total for each month.

Sum({$<Program_Dash={'Mechanical Inspection'}, Status_Dash={'Completed'}, Year = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,$(vHolidays))))"}>} Processed_Dash)

vvira1316
Specialist II
Specialist II

here it is

joshrussin
Creator III
Creator III
Author

Yeah, I put your script in and just shows till Sept. Can you take a look at the one i sent?

joshrussin
Creator III
Creator III
Author

Hey Vishwarath,

Can you take a look at my app?

vvira1316
Specialist II
Specialist II

Hi Joshua,

I'm looking at your file "graph help (1).qvf". Will update.

BR,

Vijay

vishsaggi
Champion III
Champion III

Sure just give me few minutes.

vvira1316
Specialist II
Specialist II

Hi Joshua,

is there any reason you are not linking your calendar to fact table?

joshrussin
Creator III
Creator III
Author

What do you mean?