Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Case 922 When i select Expression = E-Mail_List , How to make Table 2 Total display 4 ?

Hi All

When i select Expression = E-Mail_List .

paulyeo11_0-1599825665977.png

 

How to make Table 2 Total display 4 ? Now it display wrong value.

paulyeo11_1-1599825693287.png

 

 

Enclosed my QVW

1 Solution

Accepted Solutions
Kushal_Chawda

@paulyeo11  try below

=pick(Match([Pls select 51st Dim],'E-Mail_List','SALES'),
count(DISTINCT $(ColumnDim51)),sum($(ColumnDim51)))

View solution in original post

4 Replies
Kushal_Chawda

@paulyeo11  change expression to below for table 2

 

count(distinct $(ColumnDim51))

paulyeo11
Master
Master
Author

Hi Sir

Thank you for sharing .

I need to make it dynamic . If user change the selection of Expression from Email to Sales . The table 2 also will change the value on expression.
Kushal_Chawda

@paulyeo11  try below

=pick(Match([Pls select 51st Dim],'E-Mail_List','SALES'),
count(DISTINCT $(ColumnDim51)),sum($(ColumnDim51)))

paulyeo11
Master
Master
Author

Thank a lot.