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

How to make a filter by rows

Hi,  I need to make a filer between two tables, one table has data on columns, and the other has de colum´s name in rows

Screenshot_1.png

and that my filter be like:

Filter:

---------

field1

field2

field3

field4

field5

..

..

Thanks!!!

13 Replies
settu_periasamy
Master III
Master III

Good to know. Thank you..

sunny_talwar

You can use set analysis:

=SubStringCount(Concat({<$Table = {'TableName'}>}$Field,'|'),'Field1')

settu_periasamy
Master III
Master III

You need create separate table with needed fields ( data island).. i think you already created like that..

MarcoWedel

Hi,

maybe one solution could be:

QlikCommunity_Thread_212827_Pic1.JPG

QlikCommunity_Thread_212827_Pic6.JPG

QlikCommunity_Thread_212827_Pic2.JPG

QlikCommunity_Thread_212827_Pic7.JPG

QlikCommunity_Thread_212827_Pic3.JPG

QlikCommunity_Thread_212827_Pic4.JPG

QlikCommunity_Thread_212827_Pic5.JPG

hope this helps

regards

Marco