Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
tresesco
MVP
MVP

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 

tresesco
MVP
MVP

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 

tresesco
MVP
MVP

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