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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Defect Created by and Closed by count for Each Member

Hi All,

i have a straight table in which Dimension is Member

and i want to show the number of defects created by and number of defects closed by each member in that table


PFA files for reference.

4 Replies
sunny_talwar

This is what you need?

Capture.PNG

Not applicable
Author

Hi the output is correct but i cant make any changes to the script i want to perform it on the frond end itself.

Thanks

Kushal_Chawda

may be

Dimension:

Member

Expression:

1) Created by

Count({<Member=p([Created By])>}[Defect ID])

2) Closed by

Count({<Member=p(Closed by)>}[Defect ID])


Link both your table on Defect ID

Not applicable
Author

In the above case if i select a member in the list box it is giving me 2 rows instead it should give me a single row for which i have selected in member.

Thanks