<?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 How to select all values from a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323143#M584011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are very right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is this LEFT() function?.. how it is taking all kind of NDF's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2011 09:30:10 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2011-09-05T09:30:10Z</dc:date>
    <item>
      <title>How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323138#M584006</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&gt;i have a field DT_TYPE in which the following data is given&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NDF&lt;/P&gt;&lt;P&gt;NDF-absolute&lt;/P&gt;&lt;P&gt;NDF-Test&lt;/P&gt;&lt;P&gt;NDF-Origin&lt;/P&gt;&lt;P&gt;NDR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my dashboard i want to provide following option&amp;nbsp; under DT_TYPE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NDF&lt;/P&gt;&lt;P&gt;NDR&lt;/P&gt;&lt;P&gt;NDF &amp;amp; NDR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;such that when NDF is selected only defect type related to NDF is shown and when NDR is selected only NDR related data is shown and when NDF &amp;amp; NDR is selected then all type of NDF and NDR should shown....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out to solve this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 07:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323138#M584006</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-09-05T07:08:52Z</dc:date>
    </item>
    <item>
      <title>How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323139#M584007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANYONE PLEASE SHARE YOUR EXPERIENCE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 08:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323139#M584007</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-09-05T08:05:04Z</dc:date>
    </item>
    <item>
      <title>How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323140#M584008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the load script where you load your original DT_TYPE,&lt;/P&gt;&lt;P&gt;create another one with just the NDF and NDR-values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(DT_TYPE='NDF' or DT_TYPE='NDR',DT_TYPE, null()) As DT_TYPE2&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your GUI&lt;/P&gt;&lt;P&gt;add a list box for DT_TYPE2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the users select NDF or NDR from that list box they will see only defect type related to NDF resp NDR,&lt;/P&gt;&lt;P&gt;if they select both they will see defect types related to both NDF and NDR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 08:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323140#M584008</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-09-05T08:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323141#M584009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you'll need to adjust that code a little as currently it would only pick up 2 of the 5 from the DT_TYPE field and I think Sushil is wanitng the test,Original, Absolute to be part of the NDF selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(Left(DT_TYPE,3)='NDF' or Left(DT_TYPE,3)='NDR',Left(DT_TYPE,3), null()) As DT_TYPE2&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should work for you now Sushil if I am understanding what you are after correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: you don't actually need the left for the NDR one as that is the only one with that name but it's good to have in there incase you expand that to have test original etc in the future&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double edit: actually if those are your only names in the field &lt;/P&gt;&lt;P&gt;Left(DT_TYPE,3) As DT_TYPE2 &lt;/P&gt;&lt;P&gt;would give you the extact same result and cut down the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323141#M584009</guid>
      <dc:creator />
      <dc:date>2011-09-05T09:25:50Z</dc:date>
    </item>
    <item>
      <title>How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323142#M584010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GandalfGray,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to your suggestion DT_TYPE2 will take only NDF , NDR what about NDF-absolute, NDF-Test.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DT_TYPE2 should contain only three values NDF, NDR and NDF&amp;amp;NDR when user select NDF then data should be related to NDF and if it is NDR then data should be related to NDR only... and if User select NDF and NDR then data should be related to all type of NDF (i.e NDF+NDF-absolute+NDF-Test.....+NDR) and NDR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323142#M584010</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-09-05T09:27:59Z</dc:date>
    </item>
    <item>
      <title>How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323143#M584011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are very right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is this LEFT() function?.. how it is taking all kind of NDF's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323143#M584011</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-09-05T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323144#M584012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's just a function to select a set number of characters from the left side of your field, so in this case just the first 3 which you are interested in, you then left your true statement too so that 'NDF - test' for example just becomes 'NDF' in your new field allowing you have all the NDF types under that one name in your new field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323144#M584012</guid>
      <dc:creator />
      <dc:date>2011-09-05T09:32:10Z</dc:date>
    </item>
    <item>
      <title>How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323145#M584013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was not clear to me from your original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the different DT_TYPE values you enumerated at your original post the only possible values, or are the other values as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323145#M584013</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-09-05T09:36:26Z</dc:date>
    </item>
    <item>
      <title>How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323146#M584014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Joe,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It solved my 90% problem... but how would i include NDF&amp;amp;NDR option in DT_TYPE2 such that my field should look in dashboard as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFECT TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NDF&lt;/P&gt;&lt;P&gt;NDR&lt;/P&gt;&lt;P&gt;NDF&amp;amp;NDR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323146#M584014</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-09-05T09:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to select all values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323147#M584015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be able to concat that into the same type&lt;/P&gt;&lt;P&gt;so load as normal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defect_Type:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DT_TYPE,&lt;/P&gt;&lt;P&gt;Left(DT_TYPE,3) As DT_TYPE2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then concat it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Defect_Type)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DT_TYPE,&lt;/P&gt;&lt;P&gt;'NDF&amp;amp;NDR' As DT_TYPE2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should give you those 3 options in the DT_Type2 field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: can't give you the full script and i'm not sure on your table names and things but you should get the idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 10:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-all-values-from-a-field/m-p/323147#M584015</guid>
      <dc:creator />
      <dc:date>2011-09-05T10:04:00Z</dc:date>
    </item>
  </channel>
</rss>

