Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Lavanya
Contributor II
Contributor II

In Chart Expression If, Aggr,Concat - Not working

Hi All,

I am very new to QlikView, please help me in the below requirement.

I have data as mentioned below, also app is attached.

Data.PNG

1Scenario.PNG

2Scenario.PNG

Thanks in Advance. Help is appreciated 🙂

 

Thanks and Regards,

Lavanya

 

 

 

 

 

 

 

5 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

There you go:

clipboard_image_0.png

clipboard_image_1.png

 

clipboard_image_2.png

clipboard_image_3.png

Refer qvw attached for detailed logic at script level.

 

Thanks and regards,

Arthur Fong 

 

Lavanya
Contributor II
Contributor II
Author

Hi ,

All the scenarios will have to give the total count without applying filter.

I see the qvw file which I had attached. Could you please check the QVW app.

Thanks

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Remove the rest of the dimensions expect Country will do:

clipboard_image_0.png

Refer qvw attached as reference.

Thanks and regards,

Arthur Fong

sunny_talwar

If you don't want to make changes in the script, you can try these three expressions

Count_Completed
Count(DISTINCT {<Employee = {"=Count(Subject) = Count({<Completion = {'Completed'}>}Subject)"}>} Employee)


Count_OverDue
Count(DISTINCT {<Employee = {"=Count({<Completion = {'OverDue'}>}Subject) >= 1"}>} Employee)


Count_NotOverDue
Count(DISTINCT {<Employee = {"=Count(Subject) = Count({<Completion = {'Not Over Due'}>}Subject) or (Count({<Completion = {'Not Over Due'}>}Subject) >= 1 and Count(Subject) = Count({<Completion = {'Not Over Due', 'Completed'}>}Subject))"}>} Employee)
Brett_Bleess
Former Employee
Former Employee

Lavanya, did any of the posts here help you get things resolved?  If so, please do not forget to use the Accept as Solution button on those posts that did help, so others will know which one(s) worked and to also give credit to those posting those.  If you did something different, consider posting that and then mark it, and if you are still needing further help, post a new update to the thread.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.