<?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 Re: Cross Join 2 table in visualization in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986043#M1221191</link>
    <description>&lt;P&gt;An association of the tables on a dimensional level is probably not possible or at least not without limitations and bigger efforts. But you may try it with the only key-field product as dimension and displaying all other information as expressions because each expression could query different fields against different conditions.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 13:25:42 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-09-27T13:25:42Z</dc:date>
    <item>
      <title>Cross Join 2 table in visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1985906#M1221183</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have two tables that use different filters.&lt;BR /&gt;TABLE A and TABLE B joined by the PRODUCT_CODE field.&lt;BR /&gt;I would like to use the result of the two filters displayed in a single table. (I want cross join the two visualization into one).&lt;BR /&gt;Do you have any suggestions?&lt;BR /&gt;Attached&amp;nbsp; an image that explains it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Gianluca&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 09:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1985906#M1221183</guid>
      <dc:creator>gianluca_brick</dc:creator>
      <dc:date>2022-09-27T09:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Join 2 table in visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986012#M1221186</link>
      <description>&lt;P&gt;It looked as if the same information are distributed to two tables with different field-names unless your mentioned key-field. Such data-structure have most often massive disadvantages in regards to the performance and the usability in script and UI. Therefore I suggest to rethink the data-model and loading all facts into a single table by harmonizing the field-names.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 12:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986012#M1221186</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-09-27T12:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Join 2 table in visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986020#M1221187</link>
      <description>&lt;P&gt;Unfortunately I can't load everything on a table because the query results come from two different filters. is it possible to know if there is a visual function that does the merge?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gianluca&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 12:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986020#M1221187</guid>
      <dc:creator>gianluca_brick</dc:creator>
      <dc:date>2022-09-27T12:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Join 2 table in visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986030#M1221189</link>
      <description>&lt;P&gt;That was the meaning - a single table and single selection-fields. Most things could be done in this way especially if in the script the sources of the different tables are added as extra fields and things like current/previous periods are flagged and/or the offset stored or similar measures.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986030#M1221189</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-09-27T13:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Join 2 table in visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986035#M1221190</link>
      <description>&lt;P&gt;I also thought about this solution, but I cannot create a script to create a single table due to the filters on two different time frames and for other reasons. Thank you for your answer but at the moment I would need to understand if there is a function to use in the charts so that it does the cross join. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986035#M1221190</guid>
      <dc:creator>gianluca_brick</dc:creator>
      <dc:date>2022-09-27T13:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Join 2 table in visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986043#M1221191</link>
      <description>&lt;P&gt;An association of the tables on a dimensional level is probably not possible or at least not without limitations and bigger efforts. But you may try it with the only key-field product as dimension and displaying all other information as expressions because each expression could query different fields against different conditions.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986043#M1221191</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-09-27T13:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Join 2 table in visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986051#M1221192</link>
      <description>&lt;P&gt;ok Marcus,&lt;/P&gt;
&lt;P&gt;but in expressions i will use the function to make cross join, how fuction I use for this?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986051#M1221192</guid>
      <dc:creator>gianluca_brick</dc:creator>
      <dc:date>2022-09-27T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Join 2 table in visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986062#M1221194</link>
      <description>&lt;P&gt;There is no function. The data are associated per the key-fields and the relationship of their data to each other. The essential work has to be done within the data-model. The UI objects are just a virtual image of these information.&lt;/P&gt;
&lt;P&gt;Missing/wrong association from the data-model might be bypassed within the UI by creating a kind of cartesian product within the UI and then removing all wrong data and picking the wanted ones. That's not easy and quite often very slow and you may also hit various RAM limitations of the objects and/or running into any timeouts. I wouldn't go further with this approach else re-designing the application.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Join-2-table-in-visualization/m-p/1986062#M1221194</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-09-27T13:52:24Z</dc:date>
    </item>
  </channel>
</rss>

