<?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: Looking for Multiple Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1826271#M1214003</link>
    <description>&lt;P&gt;Sorry bro, It is not working.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 08:23:01 GMT</pubDate>
    <dc:creator>Saro_2306</dc:creator>
    <dc:date>2021-08-03T08:23:01Z</dc:date>
    <item>
      <title>Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1814941#M1212916</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Consider below table,&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;A, B&lt;/P&gt;&lt;P&gt;1,Area&lt;/P&gt;&lt;P&gt;1,Club&lt;/P&gt;&lt;P&gt;2,District&lt;/P&gt;&lt;P&gt;3,Country&lt;/P&gt;&lt;P&gt;3,Street&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;While looking for Values 1 - Area, Club 2 - District, 3 - Country, Street as like i need multiple values as output.&lt;/P&gt;&lt;P&gt;Anybody can help. Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 14:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1814941#M1212916</guid>
      <dc:creator>Saro_2306</dc:creator>
      <dc:date>2021-06-14T14:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1814990#M1212922</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127683"&gt;@Saro_2306&lt;/a&gt;, what about the Concatenate function?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Load
   A,
   A &amp;amp; ' - ' &amp;amp; Concatenate(B, ',') AS MyOutput
Resident Input
Group By A;&lt;/LI-CODE&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 17:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1814990#M1212922</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-06-14T17:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1814991#M1212923</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try below code&lt;/P&gt;&lt;P&gt;Input:&lt;BR /&gt;load * Inline [&lt;BR /&gt;A, B&lt;/P&gt;&lt;P&gt;1,Area&lt;/P&gt;&lt;P&gt;1,Club&lt;/P&gt;&lt;P&gt;2,District&lt;/P&gt;&lt;P&gt;3,Country&lt;/P&gt;&lt;P&gt;3,Street&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;Load A, Concat(B,',') as place&lt;BR /&gt;Resident Input Group by A;&lt;/P&gt;&lt;P&gt;drop Table Input;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 17:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1814991#M1212923</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2021-06-14T17:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1814997#M1212925</link>
      <description>&lt;P&gt;I think you guys are misunderstood my question. I need to lookup values. Apply map function gives 1st value as output. But i need show all possible values. Thats is what i represent as 1 - Area and Club.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 18:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1814997#M1212925</guid>
      <dc:creator>Saro_2306</dc:creator>
      <dc:date>2021-06-14T18:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1815002#M1212926</link>
      <description>&lt;P&gt;Have you tried the Concatenate function, this is what it does, it concatenates Area and Club in the same result.&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 18:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1815002#M1212926</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-06-14T18:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1815008#M1212927</link>
      <description>&lt;P&gt;My actual file contains 2 table. Table 1 having data like table Input. Table 2 having unique values. (I.e 1, 2,3). In table 2 i need to show output values, as like i mentioned above, in separate column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 1 | Column 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 | Area, Club&lt;/P&gt;&lt;P&gt;2| District&lt;/P&gt;&lt;P&gt;3|&amp;nbsp; Country, Street.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will you script gives my output.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 18:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1815008#M1212927</guid>
      <dc:creator>Saro_2306</dc:creator>
      <dc:date>2021-06-14T18:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1815063#M1212933</link>
      <description>&lt;P&gt;Input:&lt;BR /&gt;load * Inline [&lt;BR /&gt;Col1, place&lt;/P&gt;&lt;P&gt;1,Area&lt;/P&gt;&lt;P&gt;1,Club&lt;/P&gt;&lt;P&gt;2,District&lt;/P&gt;&lt;P&gt;3,Country&lt;/P&gt;&lt;P&gt;3,Street&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;TAB2:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;Col1&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;mapping Load Col1, Concat(place,',') as place&lt;BR /&gt;Resident Input Group by Col1;&lt;/P&gt;&lt;P&gt;drop Table Input;&lt;/P&gt;&lt;P&gt;FINAL:&lt;BR /&gt;Load Col1, ApplyMap('Output',Col1,'N/A') as Col2 Resident TAB2;&lt;/P&gt;&lt;P&gt;Drop Table TAB2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 03:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1815063#M1212933</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2021-06-15T03:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1822733#M1213698</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32743"&gt;@sasikanth&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Source having Data like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 - Area / Country&lt;/P&gt;&lt;P&gt;2 - District&lt;/P&gt;&lt;P&gt;3 -&amp;nbsp;&lt;SPAN&gt;Country /&amp;nbsp; Street.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And My Output should be like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 - Area, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1&amp;nbsp; - Club&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2 -&amp;nbsp;District&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3 -&amp;nbsp;Country&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3 -&amp;nbsp; Street.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to Change Script. Can you help me. Thanks in advance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 13:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1822733#M1213698</guid>
      <dc:creator>Saro_2306</dc:creator>
      <dc:date>2021-07-16T13:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1824411#M1213853</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127683"&gt;@Saro_2306&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try Below Script&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD SubField(PLACE,'-',1) &amp;amp;'-'&amp;amp; SubField(SubField(PLACE,'-',2),'/') as PLACE;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PLACE&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;1 - Area / Club&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2 - District&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3 - Country / Street.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT SCRIPT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(note: You may need to make necessary&amp;nbsp;modifications to the script according to format).&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 05:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1824411#M1213853</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2021-07-26T05:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1826271#M1214003</link>
      <description>&lt;P&gt;Sorry bro, It is not working.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 08:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1826271#M1214003</guid>
      <dc:creator>Saro_2306</dc:creator>
      <dc:date>2021-08-03T08:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1826289#M1214005</link>
      <description>&lt;P&gt;possible to share some sample data (exact format) ??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 09:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1826289#M1214005</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2021-08-03T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Multiple Values</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1831539#M1214577</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The solution to this problem is the Concat() function. An example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Input:
Load *
Inline [
A, B
1,Area
1,Club
2,District
3,Country
3,Street
];


Output:
Load
	A,
    Concat(B, ',')	AS ConcatenatedB
Resident Input
Group By A;

Drop Table Input;&lt;/LI-CODE&gt;&lt;P&gt;The Output table is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JuanGerardo_0-1629999482575.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60828iAA93C70F4AF61633/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JuanGerardo_0-1629999482575.png" alt="JuanGerardo_0-1629999482575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 17:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-Multiple-Values/m-p/1831539#M1214577</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-08-26T17:38:22Z</dc:date>
    </item>
  </channel>
</rss>

