Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Concat and rank

Hi

I have next problem

If there are gaps (in words)  in the measurement , button works incorrect.

I don't see "product 6 " in filter , but it must be here

='('& Concat(DISTINCT {<Product = {"=Rank(Sum(volumn),4)<=4"}>} Product, ' | ') &')'

Clip2net_170112100339.png



1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Try this

='("'& Concat(DISTINCT {<Product = {"=Rank(Sum(volumn),4)<=4"}>} Product, '"|"') &'")'

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

why don't you get rid of the space in the Product field? You can do that with the trim function while loading the product.

trim(Product)

Or do you really wish to present two different products named Product6 and Product 6?

MK_QSL
MVP
MVP

Try this

='("'& Concat(DISTINCT {<Product = {"=Rank(Sum(volumn),4)<=4"}>} Product, '"|"') &'")'