<?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: RE:Technical suggestion? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/RE-Technical-suggestion/m-p/1037893#M16092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an excel file with the values of the field and load that in Qliksense like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Transactions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN(Transaction)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DimensionName,&lt;/P&gt;&lt;P&gt;1 AS SelectValues&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now select 1 in SelectValues filter and bookmark it.&amp;nbsp; Now whenever there is a change in list box values we can just update the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 01:15:04 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-02-29T01:15:04Z</dc:date>
    <item>
      <title>RE:Technical suggestion?</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Technical-suggestion/m-p/1037891#M16090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri, sans-serif; color: #222222;"&gt;one scenario,&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri, sans-serif; color: #222222;"&gt;This is in Qliksense&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri, sans-serif; color: #222222;"&gt;Is there any way that we can create the filter quickly?&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri, sans-serif; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri, sans-serif; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri, sans-serif; color: #222222;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 11:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Technical-suggestion/m-p/1037891#M16090</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-26T11:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Technical suggestion?</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Technical-suggestion/m-p/1037892#M16091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the filter as a bookmark and duplicate the app. This way you will be able to replicate the issue in production to dev. Try the same with stagging as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can even export the application and re-import it into an other environment using QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 12:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Technical-suggestion/m-p/1037892#M16091</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-02-26T12:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Technical suggestion?</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Technical-suggestion/m-p/1037893#M16092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an excel file with the values of the field and load that in Qliksense like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Transactions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN(Transaction)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DimensionName,&lt;/P&gt;&lt;P&gt;1 AS SelectValues&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now select 1 in SelectValues filter and bookmark it.&amp;nbsp; Now whenever there is a change in list box values we can just update the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 01:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Technical-suggestion/m-p/1037893#M16092</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-29T01:15:04Z</dc:date>
    </item>
  </channel>
</rss>

