<?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 can we handle the data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844966#M1018857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by renaming ur fields in script u can simply map as per ur intention like a-to c and a-to-b, and u can do ur count from table c from front end. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 12:00:53 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-04-02T12:00:53Z</dc:date>
    <item>
      <title>How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844963#M1018854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;1. I have two tables A and B. These both tables have 12 same fields each but the field values are unique in both tables. it has fields like empid, country, state, region, type, code.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; how to handle the data in edit script?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What is the best way of data modeling?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;2. Next I have another table C and it has only one field empid which is avaliable in both A and B but i dont want to link with A and B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;since i need to write expression using C empid's (i,e count(empid)) in my chart).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;If i link the C table to table A and B it is giving count(empids) of all tables A, B, C. Here i want to get count of C table empid's only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please advice the best way to link tables? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Durga&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844963#M1018854</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-02T11:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844964#M1018855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844964#M1018855</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-04-02T11:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844965#M1018856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will link (associate) if the name is the same. So to prevent association, alias the name in C:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; empid As empid_C,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use Count(empid_C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844965#M1018856</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-04-02T11:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844966#M1018857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by renaming ur fields in script u can simply map as per ur intention like a-to c and a-to-b, and u can do ur count from table c from front end. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844966#M1018857</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-02T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844967#M1018858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Then no need to link the table to other tables (A and B)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please advice on above this questions also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844967#M1018858</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-02T12:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844968#M1018859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Help me to link the table C with other tables A and B. but i need to get the count of empid's of table C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844968#M1018859</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-02T12:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844969#M1018860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you don't want to link your C table to A and B you could rename the emp_id to something like emp_no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your A and B tables when you see the Table Viewer, you will find out that there are multiple Synthetic keys generated.(syn). You will have to remove those links first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/link-table-in-qlikview/" title="http://www.learnallbi.com/link-table-in-qlikview/"&gt;Link Table in QlikView | Learn QlikView &lt;/A&gt;&lt;/P&gt;&lt;P&gt;this link might help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844969#M1018860</guid>
      <dc:creator>siddheshmane</dc:creator>
      <dc:date>2015-04-02T12:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844970#M1018861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;you can find in this thread about the best practices of data modelling&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4556"&gt;Best Practices for Data Modelling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844970#M1018861</guid>
      <dc:creator />
      <dc:date>2015-04-02T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can we handle the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844971#M1018862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for all valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 05:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-handle-the-data/m-p/844971#M1018862</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-03T05:00:07Z</dc:date>
    </item>
  </channel>
</rss>

