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: 
cbaqir
Specialist II
Specialist II

Restricting Values in Chart

I am using a QlikView Entity as a recipients list for an Nprinting report.

My recipients list in my chart has more people than I need in it. It is showing ALL Users. I want to restrict it to anyone that exists in another field in my QVW. How would I get my chart to show only the names of people that are currently listed in a field called RESP_PROJ_MANAGER?

Labels (1)
14 Replies
cbaqir
Specialist II
Specialist II
Author

Let me rephrase. The DM_STAT_RESOURCE table contains all users. All I want in the table is users that are listed as a RESP_PROJ_MANAGER in DM_STAT_REQ.

Clever_Anjos
Support
Support

It´s what I´m trying to say to you.

Records into DM_STAT_REQ have no correspondence into DM_STAT_RESOURCE

cbaqir
Specialist II
Specialist II
Author

I know that. What I am trying to accomplish is basically a lookup of the Resource name into the STAT_REQ table on the RESP_PROJ_MANAGER field. If the user is listed as a RESP_PROJ_MANAGER, I want to see their information in my table. Does that make sense?

Clever_Anjos
Support
Support

There´s more than a way of doing that, Cassandra.

Please find attached one possible solution.

I´ve created a Flag inside your DM_STAT_RESOURCE that means

  • 1 - It´s related to a record into STAT_REQ
  • null - It isn´t related to a record into STAT_REQ
  •  
  •  
cbaqir
Specialist II
Specialist II
Author

Thanks!