<?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: Qliksense Date filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1933044#M76861</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am renaming all fields with the same but then Synthetic keys are created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following tables:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table1:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;ID&lt;/P&gt;
&lt;P&gt;,Date&lt;/P&gt;
&lt;P&gt;,Month//Month is created before from date and it has this format: 2022 03&lt;/P&gt;
&lt;P&gt;,Column1&lt;/P&gt;
&lt;P&gt;,Column 2&lt;/P&gt;
&lt;P&gt;FROM qvd1&lt;/P&gt;
&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID&lt;/P&gt;
&lt;P&gt;,Date&lt;/P&gt;
&lt;P&gt;,Month&lt;/P&gt;
&lt;P&gt;,ColumnA&lt;/P&gt;
&lt;P&gt;,ColumnB&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FROM qvd2&lt;/P&gt;
&lt;P&gt;Table3:&lt;/P&gt;
&lt;P&gt;LOAD&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID_2&lt;/P&gt;
&lt;P&gt;,Date&lt;/P&gt;
&lt;P&gt;,Month&lt;/P&gt;
&lt;P&gt;,ColumnX&lt;/P&gt;
&lt;P&gt;,ColumnY&lt;/P&gt;
&lt;P&gt;FROM qvd3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the interface I want to use Date and Month as filters to work across all objects(I have multiple charts and each of them is loaded from another qvd). If I keep this load, synthetic keys are created&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2022 12:28:51 GMT</pubDate>
    <dc:creator>oanalung</dc:creator>
    <dc:date>2022-05-19T12:28:51Z</dc:date>
    <item>
      <title>Qliksense Date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1928642#M76474</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 3 tables that I am loading into Qliksense and create one visualization object for each table. In all 3 tables I have different date columns, but I want to create a date filter in Qliksense so I can see simultaneous on all 3 visualizations data for the same period.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: I want to see data for 2022-03-01 and I want all visualizations to contain data for that period, but only use one filter(column).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I achieve that?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1928642#M76474</guid>
      <dc:creator>oanalung</dc:creator>
      <dc:date>2024-11-15T22:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1928855#M76477</link>
      <description>&lt;P&gt;You should rename the 3 date fields as the same field name. If more dimensions are shared you should concatenate the 3 tables.&lt;/P&gt;
&lt;P&gt;Something like this&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;load date1 as date&lt;/P&gt;
&lt;P&gt;from table1;&lt;/P&gt;
&lt;P&gt;concatenate(Table)&lt;/P&gt;
&lt;P&gt;load date2 as date&lt;/P&gt;
&lt;P&gt;from table2;&lt;/P&gt;
&lt;P&gt;concatenate(Table)&lt;/P&gt;
&lt;P&gt;load date3 as date&lt;/P&gt;
&lt;P&gt;from table3;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 23:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1928855#M76477</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2022-05-10T23:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1928863#M76478</link>
      <description>&lt;P&gt;Refer this blog&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 00:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1928863#M76478</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-11T00:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1930358#M76636</link>
      <description>&lt;P&gt;hi, this doesn't seem to work&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 11:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1930358#M76636</guid>
      <dc:creator>oanalung</dc:creator>
      <dc:date>2022-05-13T11:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1930659#M76666</link>
      <description>&lt;P&gt;We would need more information in order to be available to help you. Maybe a sample app will do the trick.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 21:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1930659#M76666</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2022-05-13T21:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1933044#M76861</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am renaming all fields with the same but then Synthetic keys are created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following tables:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table1:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;ID&lt;/P&gt;
&lt;P&gt;,Date&lt;/P&gt;
&lt;P&gt;,Month//Month is created before from date and it has this format: 2022 03&lt;/P&gt;
&lt;P&gt;,Column1&lt;/P&gt;
&lt;P&gt;,Column 2&lt;/P&gt;
&lt;P&gt;FROM qvd1&lt;/P&gt;
&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID&lt;/P&gt;
&lt;P&gt;,Date&lt;/P&gt;
&lt;P&gt;,Month&lt;/P&gt;
&lt;P&gt;,ColumnA&lt;/P&gt;
&lt;P&gt;,ColumnB&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FROM qvd2&lt;/P&gt;
&lt;P&gt;Table3:&lt;/P&gt;
&lt;P&gt;LOAD&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID_2&lt;/P&gt;
&lt;P&gt;,Date&lt;/P&gt;
&lt;P&gt;,Month&lt;/P&gt;
&lt;P&gt;,ColumnX&lt;/P&gt;
&lt;P&gt;,ColumnY&lt;/P&gt;
&lt;P&gt;FROM qvd3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the interface I want to use Date and Month as filters to work across all objects(I have multiple charts and each of them is loaded from another qvd). If I keep this load, synthetic keys are created&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 12:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Date-filter/m-p/1933044#M76861</guid>
      <dc:creator>oanalung</dc:creator>
      <dc:date>2022-05-19T12:28:51Z</dc:date>
    </item>
  </channel>
</rss>

