<?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 Using From_Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161828#M35576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advices. The front-end calculation using formula is not that bad. But it become unacceptable slow when I apply other formula build on it.&lt;/P&gt;&lt;P&gt;It is a bit tricky to build a bigger table here ...but I will try.&lt;/P&gt;&lt;P&gt;Once again, thanks for your help!!&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2009 18:03:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-23T18:03:46Z</dc:date>
    <item>
      <title>Using From_Field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161824#M35572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me an example script of using 'From_Field' in loading fields. It will be great if the example load different fields from different tables. (e.g. a from table a, b from table b)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 15:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161824#M35572</guid>
      <dc:creator />
      <dc:date>2009-11-23T15:36:38Z</dc:date>
    </item>
    <item>
      <title>Using From_Field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161825#M35573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean a JOIN in SQL? Or just load in QlikView and let QV combine them?&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 16:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161825#M35573</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-23T16:33:12Z</dc:date>
    </item>
    <item>
      <title>Using From_Field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161826#M35574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion. What I mean here is: I have data(Weight or number) in table A under field 'Weight'. In table A, I also hasve key field 'ID'. 'ID' actually contains infomation on date(Year and month), data type etc. Date in Table B link to table A by 'ID' Data type in table C link to tabke B through a different key field. However, if choose the data in table A, the corresponding information from date and data type will be found.&lt;/P&gt;&lt;P&gt;What I am trying to do now is to do the aggr sum in script according to Date and Data type. I don't do it in front end because it costs too much resources when I do further calculation based on it. I tried sth like:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Data_Type,&lt;/P&gt;&lt;P&gt;sum(Weight) as sub_total weight&lt;/P&gt;&lt;P&gt;from_field (here is the problem, fields are from different tables)&lt;/P&gt;&lt;P&gt;group by Date, Data_Type;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not working. Any suggestion.&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 16:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161826#M35574</guid>
      <dc:creator />
      <dc:date>2009-11-23T16:53:46Z</dc:date>
    </item>
    <item>
      <title>Using From_Field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161827#M35575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script this does not work. You will have to combine the tables into one (temporary) table, in which you will do the calculation. Results then might be linked back to one of the other tables (using ID or the like).&lt;BR /&gt;Within the application (Frontend) you can calculate across several tables - have you tried to do so? Usually with simple formulas the performance is not that bad.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 17:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161827#M35575</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-23T17:55:28Z</dc:date>
    </item>
    <item>
      <title>Using From_Field</title>
      <link>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161828#M35576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advices. The front-end calculation using formula is not that bad. But it become unacceptable slow when I apply other formula build on it.&lt;/P&gt;&lt;P&gt;It is a bit tricky to build a bigger table here ...but I will try.&lt;/P&gt;&lt;P&gt;Once again, thanks for your help!!&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 18:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-From-Field/m-p/161828#M35576</guid>
      <dc:creator />
      <dc:date>2009-11-23T18:03:46Z</dc:date>
    </item>
  </channel>
</rss>

