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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
zied_ahmed1
Specialist
Specialist

data model question example

Hello All,

I have two file excels like this , I need to count the number of project managed by younger Manager (there is 5 in our example )

Principal.PNG

Second.PNG

 

Thanks for your help 

5 Replies
tresB
Champion III
Champion III

Several options are there, I would do it like:

Untitled.png

And then UI expression: Count({<Flag={'Younger'}>} [Project Name])

zied_ahmed1
Specialist
Specialist
Author

Thank you for your help but it didn't work for me ,

 

I think there is  no association in the two table 

tresB
Champion III
Champion III

You would not require the younger manager table/field once you create the Flag field in the main table. You can just drop that table.

zied_ahmed1
Specialist
Specialist
Author

Please try the kpi  with Count({<Flag={'Younger'}>} [Project Name])

 

and you will see that doesn't work 🙂 

 

Thanks 

tresB
Champion III
Champion III

It works with me. Try to share your sample app where it doesn't work.