<?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: Mapping data with its category in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571492#M740587</link>
    <description>&lt;P&gt;Im not sure i understood your issue completely, but there multiple are ways of doing,&lt;/P&gt;&lt;P&gt;1. Use nested if statement.&lt;/P&gt;&lt;P&gt;2. Create a mapping file in excel and join accordingly&lt;/P&gt;</description>
    <pubDate>Sat, 20 Apr 2019 10:27:19 GMT</pubDate>
    <dc:creator>arpitkharkia</dc:creator>
    <dc:date>2019-04-20T10:27:19Z</dc:date>
    <item>
      <title>Mapping data with its category</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571481#M740584</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have to column one is &lt;STRONG&gt;TYPE&lt;/STRONG&gt; and &lt;STRONG&gt;CATEGORY &lt;/STRONG&gt;and i want to map &lt;STRONG&gt;type&lt;/STRONG&gt; with &lt;STRONG&gt;category .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Excel data Source&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;category1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;category1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;category2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;category1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;60&lt;/TD&gt;&lt;TD&gt;category3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;70&lt;/TD&gt;&lt;TD&gt;category3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;TD&gt;category2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;TD&gt;category2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried doing this using &lt;STRONG&gt;IF condition .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(wildmatch(Type,'10'), 'category1') as xyz&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and also dont want to use pick function.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but i have N number of records to map. There is any other alternative to achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571481#M740584</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2024-11-16T03:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data with its category</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571482#M740585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the mapping logic? As in what is the logic of mapping between Type and Category?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 09:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571482#M740585</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-04-20T09:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data with its category</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571489#M740586</link>
      <description>its simple.&lt;BR /&gt;if value is 10,20,30 it will fall in category1&lt;BR /&gt;if value is 40,80,90 it will fall in category2</description>
      <pubDate>Sat, 20 Apr 2019 10:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571489#M740586</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2019-04-20T10:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data with its category</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571492#M740587</link>
      <description>&lt;P&gt;Im not sure i understood your issue completely, but there multiple are ways of doing,&lt;/P&gt;&lt;P&gt;1. Use nested if statement.&lt;/P&gt;&lt;P&gt;2. Create a mapping file in excel and join accordingly&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 10:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571492#M740587</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-04-20T10:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data with its category</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571498#M740588</link>
      <description>2. Create a mapping file in excel and join accordingly&lt;BR /&gt;can you plz provide any link . how to map excel</description>
      <pubDate>Sat, 20 Apr 2019 12:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571498#M740588</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2019-04-20T12:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data with its category</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571510#M740589</link>
      <description>&lt;P&gt;Im sorry i dont have any link that i can provide. You can follow the steps:&lt;/P&gt;&lt;P&gt;1. Create a mapping file in excel.&lt;/P&gt;&lt;P&gt;2. Load the file in your qvf.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Left join this table to the table you need the category.&lt;/P&gt;&lt;P&gt;I hope this help!&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 15:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data-with-its-category/m-p/1571510#M740589</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-04-20T15:38:17Z</dc:date>
    </item>
  </channel>
</rss>

