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: 
Anonymous
Not applicable

Filter on Concat Expression in Pivot

Hi

QlikView 11.2.13x  64 bit

Data:

 

AnimalColour
DogBlack
DogWhite
DogGrey
CatBlack
CatWhite
MouseBlack
MouseWhite
MouseGrey

Pivot:

                                        Expression

Dimension: Animal               =Concat(Colour)

Result:

Animal          Expression

Dog              BlackWhiteGrey

Cat               BlackWhite

Mouse          BlackWhiteGrey    

I would like to be able to select BlackWhiteGrey and get:

Animal          Expression

Dog              BlackWhiteGrey

Mouse          BlackWhiteGrey    

Have tried:

=concat({$<concat(Colour)={"BlackWhiteGrey"}>}Colour)

Thanks.

2 Replies
sunny_talwar

May be this

Concat({<Animal = {"=Concat(Colour) = 'BlackWhiteGrey' "}>}Colour)

Anonymous
Not applicable
Author

Great Sunny..sorry for delay but this works fine!