Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Shikhar_Diagonal
Partner - Contributor II
Partner - Contributor II

Need to show dynamic serial number while selecting a dimension value in a straight table

Dear community members,

I have a requirement to show serial numbers in the Qliksense straight table dynamically based on selections. Without any selections, I need to show serial numbers based on the dimension Account Code.

S No. Account Name Account Code
3    
1 ABC 123
1 ABC 123
1 ABC 123
2 XYZ 456
2 XYZ 456
3 PQR 789
3 PQR 789
3 PQR 789
3 PQR 789

 

But once, account codes are selected in the filter, it should reflect like- 

S No. Account Name Account Code
1    
1 ABC 123
1 ABC 123
1 ABC 123

 

And the totals should change dynamically as per the number of account codes selected.

Is this achievable? If yes, please help me with the expression that I should use.

Thanks,

Shikhar Jha

 

Labels (1)
3 Replies
henrikalmen
Specialist
Specialist

I think you need to specify what your source table(s) look like, and what you want the result to be. For example, you say "the totals should change dynamically" - totals of what? You are not showing any totals in your example.

To me it seems like if the first straight table chart is your data, then the second straight table chart in your example is what you are getting when you select "123" in the Account Code field. So I don't understand what the actual problem you are trying to solve is.

qlik_tataelxsi
Contributor
Contributor

Hi Henrik, 

I forgot to mention that the first row after the header row is my totals row. The totals that I want to show is the count of account codes that is selected on the filters. If nothing is selected, then it should show the count of all the account codes I have in my straight table.

S No. Account Name Account Code  
3     Totals
1 ABC 123  
1 ABC 123  
1 ABC 123  
2 XYZ 456  
2 XYZ 456  
3 PQR 789  
3 PQR 789  
3 PQR 789  
3 PQR 789  

 

Thanks,

Shikhar Jha

henrikalmen
Specialist
Specialist

It's probably me, but I still don't understand. Could you give very specific examples? First a table with the data you have, then an example of exactly what the result should be based on that data.