<?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: how to in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930470#M973184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be safer and convenient to use ApplyMap which will give you the flexibility to make changes in the future. You can use Inline LOAD or Excel LOAD for the mapping table. Excel LOAD will make future changes easier to maintain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 06:37:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-09-11T06:37:57Z</dc:date>
    <item>
      <title>how to</title>
      <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930464#M973175</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;and thank you very much for your help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another problem to be solved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; "ASSET_STATUS",&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the List Box returns the 0,1,3, ... values&lt;/P&gt;&lt;P&gt;how to assign&lt;/P&gt;&lt;P&gt;0, 'Ordered',&lt;/P&gt;&lt;P&gt;1, 'Received',&lt;/P&gt;&lt;P&gt;3, 'Deployed',&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"ASSET_STATUS"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;if("ASSET_STATUS"=0, "ASSET_STATUS"='Ordered'),if("ASSET_STATUS"=1, "ASSET_STATUS"='Received'),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;if("ASSET_STATUS"=3, 'Deployed'))),&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; as "ASSET_STATUS", ................................. is not working&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to/m-p/930464#M973175</guid>
      <dc:creator />
      <dc:date>2015-09-11T06:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to</title>
      <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930465#M973176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match("ASSET_STATUS", 0, 1, 3), 'Ordered', 'Received', 'Deployed') as "ASSET_STATUS_DESCRIPTION"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to/m-p/930465#M973176</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-11T06:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to</title>
      <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930466#M973178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #008000;"&gt;if("ASSET_STATUS"=0, 'Ordered',if("ASSET_STATUS"=1, 'Received'),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #008000;"&gt;if("ASSET_STATUS"=3, 'Deployed')),&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #008000;"&gt; as "ASSET_STATUS", &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to/m-p/930466#M973178</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-11T06:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to</title>
      <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930467#M973179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use apply map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map:&lt;/P&gt;&lt;P&gt;mapping load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;ASSET_STATUS,&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;ASSET_DESC&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;0, 'Ordered',&lt;/P&gt;&lt;P&gt;1, 'Received',&lt;/P&gt;&lt;P&gt;3, 'Deployed',&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; "ASSET_STATUS",applymap('map',ASSET_STATUS,'NA') as ASSET_STATUS_DEC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to/m-p/930467#M973179</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-11T06:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to</title>
      <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930468#M973181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the list of "ASSET_STATUS" is large, I would use the method prescribed by Sasi (ApplyMap). If the list is small, I would use Pick(Match(...)...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to/m-p/930468#M973181</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-11T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to</title>
      <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930469#M973183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the "ASSET_STATUS" list contains 13 "ASSET_DESCRIPTION"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to/m-p/930469#M973183</guid>
      <dc:creator />
      <dc:date>2015-09-11T06:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to</title>
      <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930470#M973184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be safer and convenient to use ApplyMap which will give you the flexibility to make changes in the future. You can use Inline LOAD or Excel LOAD for the mapping table. Excel LOAD will make future changes easier to maintain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to/m-p/930470#M973184</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-11T06:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to</title>
      <link>https://community.qlik.com/t5/QlikView/how-to/m-p/930471#M973186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viorel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the attached application to maintain your target.&lt;/P&gt;&lt;P&gt;You can use the Inline table or Excel for status and than map it with your transaction table to achieve the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 07:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to/m-p/930471#M973186</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2015-09-11T07:03:50Z</dc:date>
    </item>
  </channel>
</rss>

