<?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: Multiples tables and date filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736948#M263556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the date fields in both tables the same name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 16:17:24 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-06-24T16:17:24Z</dc:date>
    <item>
      <title>Multiples tables and date filter</title>
      <link>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736947#M263555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a new problem on QlikView, I have 2 tables : Ticket &amp;amp; Reporting.&lt;/P&gt;&lt;P&gt;Each table has a date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can have only one "selection list" to filter both table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736947#M263555</guid>
      <dc:creator />
      <dc:date>2014-06-24T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples tables and date filter</title>
      <link>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736948#M263556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the date fields in both tables the same name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736948#M263556</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-24T16:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples tables and date filter</title>
      <link>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736949#M263557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already try that but since the table already have a common name (EntityId) that creates an synthetic key and give me a mess &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ticket:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; *,&lt;SPAN class="s1"&gt;year&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;DateCreationTicket&lt;/SPAN&gt;) &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;Année&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;MonthName&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;DateCreationTicket&lt;/SPAN&gt;) &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;Mois&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/SPAN&gt; SELECT id as IdTicket,&lt;/P&gt;&lt;P&gt;entities_id as EntiteId,&lt;/P&gt;&lt;P&gt;type as TypeTicket,&lt;/P&gt;&lt;P&gt;name as TicketName,&lt;/P&gt;&lt;P&gt;itilcategories_id as Categorie,&lt;/P&gt;&lt;P&gt;date as DateCreationTicket,&lt;/P&gt;&lt;P&gt;status,&lt;/P&gt;&lt;P&gt;takeintoaccount_delay_stat as DelaiAssignation,&lt;/P&gt;&lt;P&gt;close_delay_stat as DelaiCloture,&lt;/P&gt;&lt;P&gt;solve_delay_stat as DelaiResolu,&lt;/P&gt;&lt;P&gt;date_format(date,'%m/%Y') as MoisAnneeTicket ,&lt;/P&gt;&lt;P&gt;to_days(date) as tridate&lt;/P&gt;&lt;P&gt;FROM glpi_tickets;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ReportingAlias:&lt;BR /&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; *,&lt;SPAN class="s1"&gt;year&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;r_period&lt;/SPAN&gt;) &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;Année&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;MonthName&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;r_period&lt;/SPAN&gt;) &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;Mois&lt;/SPAN&gt;;&lt;BR /&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/SPAN&gt; select g.name as r_groupe,q.question as r_question,q.id as r_qid,q.seuil as r_seuil,r.value as r_realise,period as r_period,r.entity_id as EntiteId from prd_reporting.reporting r&lt;BR /&gt; inner join prd_reporting.questions q on r.question_id=q.id&lt;BR /&gt; inner join prd_reporting.groupe g on q.groupe=g.id;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that loading script give me a syn key with Année, Mois and EntityID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736949#M263557</guid>
      <dc:creator />
      <dc:date>2014-06-24T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples tables and date filter</title>
      <link>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736950#M263558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the date fields are very different things then giving the fields the same name doesn't make sense. You can try adding a Select in Field action to the OnSelect field trigger of one the date fields to select the same value in the other date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736950#M263558</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-24T16:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples tables and date filter</title>
      <link>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736951#M263559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks you very much, it works with the onSelect!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiples-tables-and-date-filter/m-p/736951#M263559</guid>
      <dc:creator />
      <dc:date>2014-06-24T16:51:05Z</dc:date>
    </item>
  </channel>
</rss>

