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: 
kicchu465
Creator
Creator

Display numbers

hi all,

I have a small doubt,

i have texbox with the expression 

=count(ID)    is  20

but i want that 20 details information in table box

how can i achieve this>

Thanks

1 Solution

Accepted Solutions
sunny_talwar

Create a table box with the fields you want to see + ID... and you should be able to see all the unique combination of your dimensions.... If you know there are duplicates and your still want to see all of them...then create a new field in the script like this

RecNo() as RowNum

and then add this as one of the dimensions of your table box

View solution in original post

1 Reply
sunny_talwar

Create a table box with the fields you want to see + ID... and you should be able to see all the unique combination of your dimensions.... If you know there are duplicates and your still want to see all of them...then create a new field in the script like this

RecNo() as RowNum

and then add this as one of the dimensions of your table box