<?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: Three Fields into one field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639948#M1089038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It turned out I had duplicate requests. Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2014 19:24:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-04T19:24:36Z</dc:date>
    <item>
      <title>Three Fields into one field</title>
      <link>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639945#M1089035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three fields in an Excel file: OTR, ISO, IMDL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTR has values of&amp;nbsp; DOUG, BILL, TERI, CHICAGO, MEXICO, DALLAS&lt;/P&gt;&lt;P&gt;ISO has values of&amp;nbsp; MARK, PAUL, TONY, RAY&lt;/P&gt;&lt;P&gt;IMDL has values of&amp;nbsp;&amp;nbsp; RYAN, PETER, JOHN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make one field called Assigned Pricers with values (the field will &lt;/P&gt;&lt;P&gt;be used as a dropdown box to allow my dashboard users to select the Pricer):&lt;/P&gt;&lt;P&gt;I want oit to look like the following:&lt;/P&gt;&lt;P&gt;DOUG&lt;/P&gt;&lt;P&gt;BILL&lt;/P&gt;&lt;P&gt;TERI&lt;/P&gt;&lt;P&gt;CHICAGO&lt;/P&gt;&lt;P&gt;MEXICO&lt;/P&gt;&lt;P&gt;DALLAS&lt;/P&gt;&lt;P&gt;MARK&lt;/P&gt;&lt;P&gt;PAUL&lt;/P&gt;&lt;P&gt;TONY&lt;/P&gt;&lt;P&gt;RAY&lt;/P&gt;&lt;P&gt;RYAN&lt;/P&gt;&lt;P&gt;PETER&lt;/P&gt;&lt;P&gt;JOHN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 16:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639945#M1089035</guid>
      <dc:creator />
      <dc:date>2014-06-04T16:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Three Fields into one field</title>
      <link>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639946#M1089036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to accomplish this through the use of the Crosstable function in the script. I am not sure how your data is formatted in Excel, but a quick test of the following provided the new "Pricer" field as you are looking for...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;CreatePricer:&lt;/P&gt;&lt;P&gt;Crosstable(Col2,Pricer)&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Col1, Col2&lt;BR /&gt;OTR, Doug&lt;BR /&gt;OTR, Bill&lt;BR /&gt;OTR, Teri&lt;BR /&gt;OTR, Chicago&lt;BR /&gt;OTR, Mexico&lt;BR /&gt;OTR, Dallas&lt;BR /&gt;ISO, Mark&lt;BR /&gt;ISO, Paul&lt;BR /&gt;ISO, Tony&lt;BR /&gt;ISO, Ray&lt;BR /&gt;IMDL, Ryan&lt;BR /&gt;IMDL, Peter&lt;BR /&gt;IMDL, John&lt;BR /&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 18:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639946#M1089036</guid>
      <dc:creator />
      <dc:date>2014-06-04T18:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Three Fields into one field</title>
      <link>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639947#M1089037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you check the answers&amp;nbsp; for (it seems to me) the same request&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/120861"&gt;Make 1 field from 3 fields&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 19:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639947#M1089037</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-04T19:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Three Fields into one field</title>
      <link>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639948#M1089038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It turned out I had duplicate requests. Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 19:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-Fields-into-one-field/m-p/639948#M1089038</guid>
      <dc:creator />
      <dc:date>2014-06-04T19:24:36Z</dc:date>
    </item>
  </channel>
</rss>

