<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Creating Key Associations via Search/&amp;quot;Contains&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809567#M1031384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a dashboard combining various types of service management records. For most of these I have a six digit "ID" which qlikview's automatic associations have successfully linked. There is one field, in tableX, with a freeform text that can contain many of these six digit IDs. I'd like for the ID association to associate to any row that has that ID anywhere in said text field. Obviously this means I'd like rows from tableX to be associated to multiple ID rows elsewhere in the data structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;tableY:&lt;/P&gt;&lt;P&gt;ROW | ID&lt;/P&gt;&lt;P&gt;A | 12345&lt;/P&gt;&lt;P&gt;B | 22345&lt;/P&gt;&lt;P&gt;C | 32345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tableX:&lt;/P&gt;&lt;P&gt;ROW | IDMATCH&lt;/P&gt;&lt;P&gt;A | text( 12345 )text( 22345 )text&lt;/P&gt;&lt;P&gt;B | text( 32345 )text( 42345 )text&lt;/P&gt;&lt;P&gt;C | text( 56789 )text( 67890 )text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously if this needs to be solved at the data structure level prior to inputting the tables into Qlik then that is what I'll have to do. However, if there's a way to do it within Qlik's internal functions and logic I'd be interested in learning it, because otherwise the automatic associations are quite handy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and let me know anything I wasn't clear on!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2015 17:57:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-02T17:57:58Z</dc:date>
    <item>
      <title>Creating Key Associations via Search/"Contains"</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809567#M1031384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a dashboard combining various types of service management records. For most of these I have a six digit "ID" which qlikview's automatic associations have successfully linked. There is one field, in tableX, with a freeform text that can contain many of these six digit IDs. I'd like for the ID association to associate to any row that has that ID anywhere in said text field. Obviously this means I'd like rows from tableX to be associated to multiple ID rows elsewhere in the data structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;tableY:&lt;/P&gt;&lt;P&gt;ROW | ID&lt;/P&gt;&lt;P&gt;A | 12345&lt;/P&gt;&lt;P&gt;B | 22345&lt;/P&gt;&lt;P&gt;C | 32345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tableX:&lt;/P&gt;&lt;P&gt;ROW | IDMATCH&lt;/P&gt;&lt;P&gt;A | text( 12345 )text( 22345 )text&lt;/P&gt;&lt;P&gt;B | text( 32345 )text( 42345 )text&lt;/P&gt;&lt;P&gt;C | text( 56789 )text( 67890 )text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously if this needs to be solved at the data structure level prior to inputting the tables into Qlik then that is what I'll have to do. However, if there's a way to do it within Qlik's internal functions and logic I'd be interested in learning it, because otherwise the automatic associations are quite handy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and let me know anything I wasn't clear on!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 17:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809567#M1031384</guid>
      <dc:creator />
      <dc:date>2015-02-02T17:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Key Associations via Search/"Contains"</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809568#M1031385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to create many-to-many relation between table X and table Y by using additional table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TablyXY:&lt;/P&gt;&lt;P&gt;IDMATCH,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;text( 12345 )text( 22345 )text,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12345&lt;/P&gt;&lt;P&gt;text( 12345 )text( 22345 )text,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22345&lt;/P&gt;&lt;P&gt;text( 32345 )text( 42345 )text,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32345&lt;/P&gt;&lt;P&gt;text( 32345 )text( 42345 )text,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42345&lt;/P&gt;&lt;P&gt;text( 56789 )text( 67890 )text,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 56789&lt;/P&gt;&lt;P&gt;text( 56789 )text( 67890 )text,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67890&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be associated with TableY by ID, and with TableX by IDMATCH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 18:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809568#M1031385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T18:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Key Associations via Search/"Contains"</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809569#M1031386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I figured I'd have to do something like that. Thanks. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 18:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809569#M1031386</guid>
      <dc:creator />
      <dc:date>2015-02-02T18:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Key Associations via Search/"Contains"</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809570#M1031387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example.&amp;nbsp; I bet it is a most ineffective &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; because of the loops, just a quick exercise.&amp;nbsp; Hope there is a better way...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 19:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Key-Associations-via-Search-quot-Contains-quot/m-p/809570#M1031387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T19:06:41Z</dc:date>
    </item>
  </channel>
</rss>

