<?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: Can we use Rowno() as LInking in Datamodel..? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650398#M669512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically yes, loading RowNo() as Key, but you will get wrong associations if sequence or number of records in your tables change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2014 07:31:08 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-10-17T07:31:08Z</dc:date>
    <item>
      <title>Can we use Rowno() as LInking in Datamodel..?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650397#M669511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we make use of ROWNO() as a Linking Key in the Datamodel..?&lt;/P&gt;&lt;P&gt;Your Help Appreciated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 07:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650397#M669511</guid>
      <dc:creator />
      <dc:date>2014-10-17T07:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Rowno() as LInking in Datamodel..?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650398#M669512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically yes, loading RowNo() as Key, but you will get wrong associations if sequence or number of records in your tables change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 07:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650398#M669512</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-17T07:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Rowno() as LInking in Datamodel..?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650399#M669513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Reply, but could you please look into my scenario below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)..I have created RowNo() as KEY in one of my Table.. &lt;/P&gt;&lt;P&gt;let me call the Table name as Test_Table, in this table i have created the KEY from ROWNO() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2).. Am doing the RESIDENT LOAD of the same Test_Table again. naming this as Table_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so link between the two tables is KEY(generated from ROWNO() function).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will it impact..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650399#M669513</guid>
      <dc:creator />
      <dc:date>2014-10-17T10:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Rowno() as LInking in Datamodel..?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650400#M669514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as you don't recalculate the RowNo() as Key in the second (resident) load, this should work (sorting or filtering with where clause could mix the associations up).&lt;/P&gt;&lt;P&gt;Maybe you could evaluate the Autonumber, AutonumberHash128 (or 256) if there are combined field combinations that might serve as a key as well. This could look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field3,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutonumberHash128(Field1, Field2, Field3) as Key&lt;/P&gt;&lt;P&gt;FROM yoursource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 11:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650400#M669514</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-17T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Rowno() as LInking in Datamodel..?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650401#M669515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco, Thanks a lot for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already used the Autonumber().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in my current data, couldnt make out the Unique Fields.. Thats the reason am approaching this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 11:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-use-Rowno-as-LInking-in-Datamodel/m-p/650401#M669515</guid>
      <dc:creator />
      <dc:date>2014-10-17T11:30:36Z</dc:date>
    </item>
  </channel>
</rss>

