<?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: can't select multiple fields such as date or store; only one at a time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/can-t-select-multiple-fields-such-as-date-or-store-only-one-at-a/m-p/1321592#M28540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, Gilbert.My original data model has TxnDate, and I derive TxnYear, Month, and Week from that (e.g TxnYear = Year(TxnDate), etc. ). My script was &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Associate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item#,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&amp;nbsp; TxnDate&lt;/P&gt;&lt;P&gt;FROM BaseData.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(TxnDate)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM BaseData.qvd&lt;/P&gt;&lt;P&gt;Group by TxnID, TxnDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to create some test data, and I inserted that between the LOAD statements above.&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ItemItemNumber,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM TestData.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I rearranged them, everything was good. Thanks for pointing me in the right direction!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Apr 2017 17:03:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-01T17:03:44Z</dc:date>
    <item>
      <title>can't select multiple fields such as date or store; only one at a time</title>
      <link>https://community.qlik.com/t5/App-Development/can-t-select-multiple-fields-such-as-date-or-store-only-one-at-a/m-p/1321590#M28538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Qlik Sense. I have a table with a filter pane that has:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TxnYear&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnMonth&amp;nbsp;&amp;nbsp; TxnDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Associate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select the TxnYear, I can select the date and month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to select the Store# or Associate, all other selections immediately clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding was that successive selections on the filters would narrow the search increasingly. In my case, &lt;/P&gt;&lt;P&gt;I want to select a TxnYe&lt;SPAN style="font-size: 10pt;"&gt;ar and Month, a Store, and the Associate's sale at that particular store. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my reading of the documentation, this is the default way that Qlik Sense operates. It's certainly what I was&lt;/P&gt;&lt;P&gt;used to in QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a global setting or something that I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 19:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/can-t-select-multiple-fields-such-as-date-or-store-only-one-at-a/m-p/1321590#M28538</guid>
      <dc:creator />
      <dc:date>2017-03-31T19:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: can't select multiple fields such as date or store; only one at a time</title>
      <link>https://community.qlik.com/t5/App-Development/can-t-select-multiple-fields-such-as-date-or-store-only-one-at-a/m-p/1321591#M28539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your selections in other fields clear if you select a Store# then those Store# values are not associated with records that contain TxnYear/Month/Date values. It's a problem in your data model. Qlik Sense works no different than QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 08:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/can-t-select-multiple-fields-such-as-date-or-store-only-one-at-a/m-p/1321591#M28539</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-04-01T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: can't select multiple fields such as date or store; only one at a time</title>
      <link>https://community.qlik.com/t5/App-Development/can-t-select-multiple-fields-such-as-date-or-store-only-one-at-a/m-p/1321592#M28540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, Gilbert.My original data model has TxnDate, and I derive TxnYear, Month, and Week from that (e.g TxnYear = Year(TxnDate), etc. ). My script was &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Associate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item#,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&amp;nbsp; TxnDate&lt;/P&gt;&lt;P&gt;FROM BaseData.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(TxnDate)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM BaseData.qvd&lt;/P&gt;&lt;P&gt;Group by TxnID, TxnDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to create some test data, and I inserted that between the LOAD statements above.&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxnID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ItemItemNumber,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM TestData.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I rearranged them, everything was good. Thanks for pointing me in the right direction!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 17:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/can-t-select-multiple-fields-such-as-date-or-store-only-one-at-a/m-p/1321592#M28540</guid>
      <dc:creator />
      <dc:date>2017-04-01T17:03:44Z</dc:date>
    </item>
  </channel>
</rss>

