<?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: Missing Field values in Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748508#M267087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option you have for this rather than a nested if like that is an apply map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GroupMap:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;single, group&lt;/P&gt;&lt;P&gt;1,0-30&lt;/P&gt;&lt;P&gt;2,31-60&lt;/P&gt;&lt;P&gt;3,61-90&lt;/P&gt;&lt;P&gt;4,91-120&lt;/P&gt;&lt;P&gt;5,121-180&lt;/P&gt;&lt;P&gt;6,181=260&lt;/P&gt;&lt;P&gt;7,361-540&lt;/P&gt;&lt;P&gt;8,Over540&lt;/P&gt;&lt;P&gt;9,Future&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Applymap('GroupMap',Bucket) AS Buckets&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 10:12:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-19T10:12:28Z</dc:date>
    <item>
      <title>Missing Field values in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748505#M267084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken nested if conditions and when I am taking Listbox for Buckets field I did not get the Future column in List box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1,'0-30',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=2,'31-60',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=3,'61-90',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=4,'91-120',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=5,'121-180',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=6,'181-360',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=7,'361-540',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=8,'Over540')))))))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Buckets &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Please help me. Its Urgent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Chandu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 09:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748505#M267084</guid>
      <dc:creator />
      <dc:date>2015-02-19T09:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Field values in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748506#M267085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1,'0-30',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=2,'31-60',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=3,'61-90',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=4,'91-120',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=5,'121-180',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=6,'181-360',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=7,'361-540',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=8,'Over540',&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=9,'Future'&lt;/SPAN&gt;)))))))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Buckets&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;I took like this query but it is not working &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 10:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748506#M267085</guid>
      <dc:creator />
      <dc:date>2015-02-19T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Field values in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748507#M267086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1,'0-30',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=2,'31-60',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=3,'61-90',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=4,'91-120',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=5,'121-180',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=6,'181-360',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=7,'361-540',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=8,'Over540',&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=9,'Future'&lt;/SPAN&gt;))))))))&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Buckets&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;You are missing a bracket on this&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 10:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748507#M267086</guid>
      <dc:creator />
      <dc:date>2015-02-19T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Field values in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748508#M267087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option you have for this rather than a nested if like that is an apply map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GroupMap:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;single, group&lt;/P&gt;&lt;P&gt;1,0-30&lt;/P&gt;&lt;P&gt;2,31-60&lt;/P&gt;&lt;P&gt;3,61-90&lt;/P&gt;&lt;P&gt;4,91-120&lt;/P&gt;&lt;P&gt;5,121-180&lt;/P&gt;&lt;P&gt;6,181=260&lt;/P&gt;&lt;P&gt;7,361-540&lt;/P&gt;&lt;P&gt;8,Over540&lt;/P&gt;&lt;P&gt;9,Future&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Applymap('GroupMap',Bucket) AS Buckets&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 10:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748508#M267087</guid>
      <dc:creator />
      <dc:date>2015-02-19T10:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Field values in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748509#M267088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ApplyMap is the best option in this type of problem ... when you know all the values and their required values. .. as suggested above you can go with Applymap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 10:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Field-values-in-Listbox/m-p/748509#M267088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-19T10:59:37Z</dc:date>
    </item>
  </channel>
</rss>

