<?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: Create 2 values based on a list of values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513473#M749738</link>
    <description>&lt;P&gt;the values in the list box are the fields in the script and not the rasons thats what i meant.. thats weird..&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 09:53:05 GMT</pubDate>
    <dc:creator>dudumoscona</dc:creator>
    <dc:date>2018-11-28T09:53:05Z</dc:date>
    <item>
      <title>Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513370#M749723</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i have a field that contains "leaving data" - if the employee left or fired and the reason.&lt;/P&gt;&lt;P&gt;left starts with V and Fired start with I .&lt;/P&gt;&lt;P&gt;Example V - Employee found a better place&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I - Employee didnt do his job&lt;/P&gt;&lt;P&gt;i want to create a list box that will show only 2 values of "Fired" and "left" out of all the 100 reasons and also to show the Fired/left in the table i've built - is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513370#M749723</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513372#M749724</link>
      <description>&lt;P&gt;Try expression like:&lt;/P&gt;&lt;P&gt;If(Left(trim('leaving data'),1)='V', 'Left', If(&lt;SPAN&gt;Left(trim('leaving data'),1)='I', 'Fired'))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 07:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513372#M749724</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-28T07:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513380#M749725</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Script wise it went fine , but i could not see the new field when i created a list box i added the syntex that i've wrote&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 08:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513380#M749725</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2018-11-28T08:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513417#M749726</link>
      <description>Are you saying that the field is not created or no value is there in the field?</description>
      <pubDate>Wed, 28 Nov 2018 08:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513417#M749726</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-28T08:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513422#M749727</link>
      <description>&lt;P&gt;there is no field at all, i cant choose it (not there) on the fields list&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513422#M749727</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2018-11-28T09:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513426#M749728</link>
      <description>&lt;P&gt;Did you run reload after modifying the script?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513426#M749728</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-28T09:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513430#M749729</link>
      <description>&lt;P&gt;yes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513430#M749729</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2018-11-28T09:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513431#M749730</link>
      <description>Could you share screen shot of expression with just =&amp;lt;new field name&amp;gt;?</description>
      <pubDate>Wed, 28 Nov 2018 09:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513431#M749730</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-28T09:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513443#M749731</link>
      <description>&lt;P&gt;yes sure &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1176i71EE4100EEED8ADD/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1177iAAB31A713A0A6DEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513443#M749731</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2018-11-28T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513448#M749732</link>
      <description>Add one more field and see if that appears post load.&lt;BR /&gt;...&lt;BR /&gt;1 as test2,&lt;BR /&gt;...&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513448#M749732</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-28T09:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513453#M749733</link>
      <description>added 1 as test2 , was not added &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513453#M749733</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2018-11-28T09:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513454#M749734</link>
      <description>&lt;P&gt;That probably means that the same table is being dropped somewhere in the script. Or, the table is being referenced somewhere and there you need to mention new field (where it is finally being loaded).&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513454#M749734</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-28T09:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513463#M749735</link>
      <description>you correct but now i've added it and can see it however the choose list contain all the list of fields and not the values of this field</description>
      <pubDate>Wed, 28 Nov 2018 09:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513463#M749735</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2018-11-28T09:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513467#M749736</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1179iC3149AB61083B040/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled1.jpg" alt="Untitled1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513467#M749736</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2018-11-28T09:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513470#M749737</link>
      <description>Now don't have to write expression for list box. You can simply refer field in list box rather than expression.</description>
      <pubDate>Wed, 28 Nov 2018 09:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513470#M749737</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-28T09:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 values based on a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513473#M749738</link>
      <description>&lt;P&gt;the values in the list box are the fields in the script and not the rasons thats what i meant.. thats weird..&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-values-based-on-a-list-of-values/m-p/1513473#M749738</guid>
      <dc:creator>dudumoscona</dc:creator>
      <dc:date>2018-11-28T09:53:05Z</dc:date>
    </item>
  </channel>
</rss>

