Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
and that my filter be like:
Filter:
---------
field1
field2
field3
field4
field5
..
..
Thanks!!!
Good to know. Thank you..
You can use set analysis:
=SubStringCount(Concat({<$Table = {'TableName'}>}$Field,'|'),'Field1')
You need create separate table with needed fields ( data island).. i think you already created like that..
Hi,
maybe one solution could be:
hope this helps
regards
Marco