<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628343#M1095366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;drop the 2 tables NumberID and NumberID1 at the end &lt;/P&gt;&lt;P&gt;they have the same fields Red Green Blue and they create a loop in the model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in online help, search circular references for a detailed explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2014 19:53:13 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-05-09T19:53:13Z</dc:date>
    <item>
      <title>Mapping data</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628336#M1095359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have file with 2 variables Channel and Campaign with orderID.&lt;/P&gt;&lt;P&gt;I want to apply map for orderID to recode them to rgb color.&lt;/P&gt;&lt;P&gt;It works for only one variable.&lt;/P&gt;&lt;P&gt;Could you help me to understand why?&lt;/P&gt;&lt;P&gt;Please see my files.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 15:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628336#M1095359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-09T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628337#M1095360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It works for only one variable&lt;/SPAN&gt;"?&amp;nbsp; Looks like it is working in your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 16:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628337#M1095360</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2014-05-09T16:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628338#M1095361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works for channel field, but if I select campaign, it doesn't show multicolor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 16:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628338#M1095361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-09T16:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628339#M1095362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps because the field orderID1 you use to map the color is not filled for Channel?&lt;/P&gt;&lt;P&gt;so you get 192, ...., ligthgray()&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58627_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 18:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628339#M1095362</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-09T18:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Mapping data</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628340#M1095363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works only with this condition&lt;/P&gt;&lt;P&gt;If(Fields='Campaign',&amp;nbsp; orderIDColor,&lt;/P&gt;&lt;P&gt;If(Fields='Channel',&amp;nbsp; orderIDColor1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could I modify or simple it to have only one variable orderIDColor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each channel has own number and each campaign has own number&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/58635_Capture.JPG.jpg" style="width: 620px; height: 227px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want, when I select channel or campaign, it shows own color.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 18:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628340#M1095363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-09T18:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628341#M1095364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean 1 field orderidcolor?&lt;/P&gt;&lt;P&gt;in your model you have some row with 2 orderid (orderid1 and orderid2), and 2 colors, so you need 2 fields&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to have only 1 field for color I suppose you must use a single field instead of 2 for Channel and Campaign,&lt;/P&gt;&lt;P&gt;1 field for color&lt;/P&gt;&lt;P&gt;1 added field for type (Channel or Campaign)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; I do not know if it makes sense in your case&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 19:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628341#M1095364</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-09T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628342#M1095365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whe I run load , &lt;/P&gt;&lt;P&gt;I get a message&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/58640_Capture.JPG.jpg" style="width: 620px; height: 95px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 19:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628342#M1095365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-09T19:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628343#M1095366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;drop the 2 tables NumberID and NumberID1 at the end &lt;/P&gt;&lt;P&gt;they have the same fields Red Green Blue and they create a loop in the model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in online help, search circular references for a detailed explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 19:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-data/m-p/628343#M1095366</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-09T19:53:13Z</dc:date>
    </item>
  </channel>
</rss>

