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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get correct data?


Hi,

Is it possible to create

1) How many organisations there are per week?

2) Organisation split per week?

I tried but it seems I have doubt on result. Please help with correct expressions?

Thanks.

19 Replies
giakoum
Partner - Master II
Partner - Master II

if x axis is week, then that is what it should be showing

count of organisation for each week you asked for. Just order week correctly. if your data expands multiple years, then maybe you should use year_week instead of week only.

Not applicable
Author

How can I show year_week?

giakoum
Partner - Master II
Partner - Master II

you have WeekYear in your calendar...

Not applicable
Author

ok yes I have and I used the same and again the same layout showing. Is there any other way I can display this in very visual manner?

giakoum
Partner - Master II
Partner - Master II

try from the available chart types and determine based on your needs. A stacked bar chart would also be a good choice. Try, practice makes perfect

Not applicable
Author

Thanks and if I want to show the trends of weeks data will the below expression work?

avg({<Week={"<=$(Max(Week))"},Week={">$(=max(Week)-1)"}>} organisation)

giakoum
Partner - Master II
Partner - Master II

did you try it? You cannot compare month with week. But anyway, I would use trendlines instead. It is a built in functionality.

Capture.PNG.png

Not applicable
Author

Could I know what is the difference as I haven't observed any difference after using this.

giakoum
Partner - Master II
Partner - Master II

you most likely are not using it correctly. See the manual for more help on the topic.

See also attached example, but it will not help unless you read the theory behind it first.

Not applicable
Author

Thanks. Yes I can able to see the differences as when I made exponential and there is a line showing at 1.0. But i am worrying only with the layout of the chart item.