<?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: Map ... Using; why doesn't this work? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525903#M37810</link>
    <description>&lt;P&gt;Thanks. Beside the mapping-topic I think you could also use:&lt;/P&gt;&lt;P&gt;'Subject_'&amp;amp;autonumber([Subjects.Subject])&lt;/P&gt;&lt;P&gt;to simplify the task.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 14:54:39 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-01-03T14:54:39Z</dc:date>
    <item>
      <title>Map ... Using; why doesn't this work?</title>
      <link>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525854#M37803</link>
      <description>&lt;P&gt;Hello.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to mask the values in a field by reading the original set of values, creating replacement values based on record position and then employing Map Using to change the values whenever they're read in. Here is the code I'm trying to use, but I'm not seeing any changes in the data.&amp;nbsp; Any idea why?&lt;/P&gt;&lt;P&gt;Subject_List:&lt;BR /&gt;load distinct [Subjects.Subject] as Original_Subject,&lt;BR /&gt;'Subject_'&amp;amp;rowno() as Masked_Subject&lt;BR /&gt;from [lib://Subjects.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Subject_Mask:&lt;BR /&gt;mapping load Original_Subject, Masked_Subject resident Subject_List;&lt;/P&gt;&lt;P&gt;drop table Subject_List;&lt;/P&gt;&lt;P&gt;map [Subjects.Subject] using Subject_Mask;&lt;/P&gt;&lt;P&gt;Test:&lt;BR /&gt;Load [Subjects.Subject] from [lib://Subjects.qvd](qvd);&lt;/P&gt;&lt;P&gt;I would expect the values in Test to be 'Subject_x'.. but they're the original values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any assistance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525854#M37803</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2024-11-16T21:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map ... Using; why doesn't this work?</title>
      <link>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525879#M37806</link>
      <description>&lt;P&gt;Try it with any kind of enforcing a processing of the data, for example with something like:&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;Test: Load [Subjects.Subject] from [lib://Subjects.qvd] (qvd)&lt;STRONG&gt; where 1=1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525879#M37806</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-03T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Map ... Using; why doesn't this work?</title>
      <link>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525900#M37808</link>
      <description>&lt;P&gt;Wow that worked.&amp;nbsp; I never would have guessed that in a million years. You really are an MVP Marcus.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525900#M37808</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2019-01-03T14:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Map ... Using; why doesn't this work?</title>
      <link>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525903#M37810</link>
      <description>&lt;P&gt;Thanks. Beside the mapping-topic I think you could also use:&lt;/P&gt;&lt;P&gt;'Subject_'&amp;amp;autonumber([Subjects.Subject])&lt;/P&gt;&lt;P&gt;to simplify the task.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Map-Using-why-doesn-t-this-work/m-p/1525903#M37810</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-03T14:54:39Z</dc:date>
    </item>
  </channel>
</rss>

