<?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 get values using mapping table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30483#M5059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How we will get to know if order is mass order or other order .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required sample data to understand it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny logic work but here, there massorder and AllOrders are same, So I think we required where condition to flag it properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2018 11:49:07 GMT</pubDate>
    <dc:creator>big_dreams</dc:creator>
    <dc:date>2018-04-13T11:49:07Z</dc:date>
    <item>
      <title>How to get values using mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30481#M5057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my dashboard report, I need to show the drop down where user should be able to select:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;gt; Massorder &amp;amp;&lt;/P&gt;&lt;P&gt;2.&amp;gt; All orders(should include 'Massorder' + 'Other orders')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a mapping table for that and it's connected to fact table like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[MAP_IsMassorder]:&lt;/P&gt;&lt;P&gt;Mapping LOAD &lt;/P&gt;&lt;P&gt;skey_line,&lt;/P&gt;&lt;P&gt;'Massorder' as [%order_type]&lt;/P&gt;&lt;P&gt;FROM [order.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;applymap('MAP_IsMassorder',skey_line,'All orders') as %Ordertype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in drop down, when I select 'All orders' it's not including Massorder values, only Other orders are appearing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 05:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30481#M5057</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2018-04-13T05:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30482#M5058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LinkTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD skey_line,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Massorder' as [%order_type]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM [order.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Concatenate (LinkTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;skey_line,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'All orders' as [%order_type]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30482#M5058</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-13T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30483#M5059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How we will get to know if order is mass order or other order .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required sample data to understand it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny logic work but here, there massorder and AllOrders are same, So I think we required where condition to flag it properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30483#M5059</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-04-13T11:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30484#M5060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not true if AllOrders and MassOrders are coming from two different qvd files...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30484#M5060</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-13T11:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30485#M5061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt; my bad. I did not notice that you used different qvd name,&lt;/P&gt;&lt;P&gt;but it is not mention in original question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30485#M5061</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-04-13T11:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30486#M5062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's right, but since there is no point of mapping from same qvd to the same qvd... I think there might be one qvd used for mapping and the other one for fact &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 12:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30486#M5062</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-13T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30487#M5063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; true...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 12:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30487#M5063</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-04-13T12:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30488#M5064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much sunny for your help.&lt;/P&gt;&lt;P&gt;logic is working perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-mapping-table/m-p/30488#M5064</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2018-04-17T05:01:24Z</dc:date>
    </item>
  </channel>
</rss>

