<?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 Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/19567#M788408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am new to QlikView. I wanted to write a expression to bring this below output. &lt;/P&gt;&lt;P&gt;I have column which has the values like this (DS,LD,TS) the abbreviation for them is (Load Discharge,Local Discharge,Tran-shipment).&lt;/P&gt;&lt;P&gt;I wanted to populate that abbreviation instead of the acronyms. How to make them in add calculated columns. How can I write in expression to bring this output? Guide me with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Dhana R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>dhanavindhan</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/19567#M788408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am new to QlikView. I wanted to write a expression to bring this below output. &lt;/P&gt;&lt;P&gt;I have column which has the values like this (DS,LD,TS) the abbreviation for them is (Load Discharge,Local Discharge,Tran-shipment).&lt;/P&gt;&lt;P&gt;I wanted to populate that abbreviation instead of the acronyms. How to make them in add calculated columns. How can I write in expression to bring this output? Guide me with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Dhana R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/19567#M788408</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/19568#M788409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(Field, 'DS', 'LD', 'TS'), 'Load Discharge', 'Local Discharge', 'Tran-shipment')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 17:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/19568#M788409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-13T17:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/19569#M788410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create the variable and use them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set DS= Load Discharge etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 17:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/19569#M788410</guid>
      <dc:creator>vinod22kv</dc:creator>
      <dc:date>2018-02-13T17:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/19570#M788411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In load script create derived column based on acronyms using Applymap function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MappingTable:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;Load * inline[&lt;/P&gt;&lt;P&gt;Code,Desc&lt;/P&gt;&lt;P&gt;DS,DS Des&lt;/P&gt;&lt;P&gt;LD,Load Discharge&lt;/P&gt;&lt;P&gt;TS,Tran-shipment&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: &lt;/P&gt;&lt;P&gt;Load *, ApplyMap('MappingTable',sCode,'Default value') as CodeDesc;&lt;/P&gt;&lt;P&gt;Load * inline[&lt;/P&gt;&lt;P&gt;Id , sCode&lt;/P&gt;&lt;P&gt;1,DS&lt;/P&gt;&lt;P&gt;2,LD&lt;/P&gt;&lt;P&gt;3,TS&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 17:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/19570#M788411</guid>
      <dc:creator>akshaye_c_navale</dc:creator>
      <dc:date>2018-02-13T17:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/19571#M788412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for quick reply. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 04:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/19571#M788412</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-02-14T04:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/19572#M788413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Sunny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 04:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/19572#M788413</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-02-14T04:22:44Z</dc:date>
    </item>
  </channel>
</rss>

