Forum Discussion

cartman21's avatar
cartman21
Helper I
9 years ago

Creating a filtered table via a contains function

Hello,

 

I have an urgent question for which I could really use some help.

 

Basically, I have a huge amount of data pulling in from an external resource, which is great.

 

I have say, 3000 companies and for them, investor data.

 

Company   Investor

 

Apple             Rafa           

Microsoft       Bill

Acer               John

Tito                Rafa, Niko

Logitech         Dino

 

 

Then, I have a seperate list of 'key investors. Lets say this list is

1) Rafa

2) Bill

 

 

How do I get to a table that shows me the companies filtered by the investors in this list of 2 priority people as above?

 

Company     Investor

 

Apple             Rafa

Microsoft       Bill

Tito                Rafa, Niko

 

I think it has something to do with the contains function,...but really don't get this at all. Any help would be much appreciated - on a strict deadline for this task. 

 

 

8 Replies

  • Hi cartman21,

     

    I'm assuming the key investor list is in a separate table, if so just do a relationship between the two table and use the investor key table in your visual to have the companies per user and filter the blanks out of the key investor column.

     

     

    Regards,

    MFelix

     

     

     

     

    • cartman21's avatar
      cartman21
      Helper I

      Hello, thanks for taking the time to respond!

       

      The problem is that the list is of KEY investors is like this:

       

       

      But the data i am being fed has stuff like this:

       

       

      So the method you provide sadly does not work due to this reason.

       

      Any ideas?