<?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: How to replace ID with membername at a time? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617047#M1116782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the exact case sensitive names. Qlikview is case sensitive so &lt;EM&gt;MemberName&lt;/EM&gt; is not the same as &lt;EM&gt;membername&lt;/EM&gt;. Because I don't have your document I cannot know the exact field names you need to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 14:49:52 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-02-06T14:49:52Z</dc:date>
    <item>
      <title>How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617038#M1116773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ID and membername. whereever there is ID I have to show membername in straight table . I am aware it will get by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(ID=1, 'XX',ID) as ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to replace 300 rows with membername instaed of ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can do this with script at a time or with expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617038#M1116773</guid>
      <dc:creator />
      <dc:date>2014-02-06T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617039#M1116774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could simply load the list of ID's and member names and use the member name dimension instead in the straight table. Or you could use a mapping table and the applymap function to replace ID's with member names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617039#M1116774</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-06T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617040#M1116775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can use ApplyMap in load script . If id and Membername is in data model then you should be able to display it in the straight table without any script.&amp;nbsp; Hope i have not missed anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617040#M1116775</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-02-06T14:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617041#M1116776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/message/420749#420749"&gt;here &lt;/A&gt;for example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617041#M1116776</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-02-06T14:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617042#M1116777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and I don't have ID and memebername in both tables. that is the main problem now. I tried using APPLYMAP but it is not showing values accurate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA has only ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB has ID and memebername.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case how can I use this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617042#M1116777</guid>
      <dc:creator />
      <dc:date>2014-02-06T14:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617043#M1116778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MapName:&lt;/P&gt;&lt;P&gt;mapping load ID, MemberName&lt;/P&gt;&lt;P&gt;from TableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;load ID, applymap('MapName',ID) as MemberName, ...other fields ...&lt;/P&gt;&lt;P&gt;from TableB;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617043#M1116778</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-06T14:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617044#M1116779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; So you want to update the Table A with Member Name? It should work.Please refer this example. Can you attach your file if possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617044#M1116779</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-02-06T14:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617045#M1116780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer the example Julian has provided&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617045#M1116780</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-02-06T14:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617046#M1116781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and sorry it's not working when I reload it is showing field not found membername.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually I have in TableA&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in TableB&amp;nbsp;&amp;nbsp;&amp;nbsp; PID,membername&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617046#M1116781</guid>
      <dc:creator />
      <dc:date>2014-02-06T14:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617047#M1116782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the exact case sensitive names. Qlikview is case sensitive so &lt;EM&gt;MemberName&lt;/EM&gt; is not the same as &lt;EM&gt;membername&lt;/EM&gt;. Because I don't have your document I cannot know the exact field names you need to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617047#M1116782</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-06T14:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617048#M1116783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Amelia.&lt;/P&gt;&lt;P&gt;have you seen Steve's blog on using ApplyMap.&lt;/P&gt;&lt;P&gt;It may give you a better idea of how to use it to get what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/" title="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617048#M1116783</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-02-06T14:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617049#M1116785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an ApplyMap example on the forum posted recently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5785"&gt;Brief Explanation about Apply map&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617049#M1116785</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-02-06T15:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617050#M1116787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and I will explain my problem clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Three tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A has fields ID and others...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B has fiellds PID, MemberName and others....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table C has fields&amp;nbsp; BatchID and others....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, now I need to show in two striaght tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One striaght table should have MemberName instead of ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another straight table should have MemberName instead of BatchID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617050#M1116787</guid>
      <dc:creator />
      <dc:date>2014-02-06T15:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617051#M1116789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the relationship between ID, PID and BatchID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617051#M1116789</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-02-06T15:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617052#M1116790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is direct relation ship between Table A and Table B. But there is no direct relation between Table B and Table C. is that the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617052#M1116790</guid>
      <dc:creator />
      <dc:date>2014-02-06T15:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617053#M1116791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;You need to be able to relate BatchID to either PID or ID, otherwise how can you associate BatchID to Membername?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617053#M1116791</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-02-06T15:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617054#M1116792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I did attached but it is showing values incorrect count of records when I compared from database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617054#M1116792</guid>
      <dc:creator />
      <dc:date>2014-02-06T15:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ID with membername at a time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617055#M1116793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia.&lt;/P&gt;&lt;P&gt;Do you know about "QlikView and associative data modelling", in which common field names are automatically associated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is of great use if you have for example TableX.ID and TableY.ID | TableY.Membername.&lt;/P&gt;&lt;P&gt;They will get linked automatically, and you can show the Membernames in a table. Or a graph should you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could accomplish this in several ways where JOINS and MAPS are two examples.&lt;/P&gt;&lt;P&gt;Or by plain field association using facts and dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-ID-with-membername-at-a-time/m-p/617055#M1116793</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2014-02-10T08:43:17Z</dc:date>
    </item>
  </channel>
</rss>

