<?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 Reload issue with more feilds in load statement??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191840#M53772</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;Is there any limit to load the number of feilds into the QV script?&lt;/P&gt;&lt;P&gt;As in my case i have more than 20 fields and its not at all loading also.&lt;/P&gt;&lt;P&gt;Could anyone please help me giving any suggestions?&lt;/P&gt;&lt;P&gt;Is this the limitation in QV?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2009 22:11:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-17T22:11:11Z</dc:date>
    <item>
      <title>Reload issue with more feilds in load statement???</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191840#M53772</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;Is there any limit to load the number of feilds into the QV script?&lt;/P&gt;&lt;P&gt;As in my case i have more than 20 fields and its not at all loading also.&lt;/P&gt;&lt;P&gt;Could anyone please help me giving any suggestions?&lt;/P&gt;&lt;P&gt;Is this the limitation in QV?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 22:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191840#M53772</guid>
      <dc:creator />
      <dc:date>2009-12-17T22:11:11Z</dc:date>
    </item>
    <item>
      <title>Reload issue with more feilds in load statement???</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191841#M53773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I personally have applications with well over 100 calculated dimensions (fields), so I know it's not an issue with QlikView's treatment of quantity of fields. Please upload your qvw (or a reduced copy) so we can have a look. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 22:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191841#M53773</guid>
      <dc:creator />
      <dc:date>2009-12-17T22:14:07Z</dc:date>
    </item>
    <item>
      <title>Reload issue with more feilds in load statement???</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191842#M53774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is my script.once i am reloading its not at all loading (it took minimum 20 minutes,so i stopped)&lt;/P&gt;&lt;P&gt;Absorption:&lt;BR /&gt;&lt;BR /&gt;LOAD "DATE_ID",&lt;BR /&gt; Year(DATE_ID) as Year,&lt;BR /&gt; 'Q ' &amp;amp; Ceil(Month(DATE_ID)/3) as Quarter,&lt;BR /&gt; Month(DATE_ID) as Month,&lt;BR /&gt; Date(Monthstart(DATE_ID), 'MMM-YYYY') as MonthYear,&lt;BR /&gt; 'Q' &amp;amp; Ceil(Month(DATE_ID)/3) &amp;amp; ' - ' &amp;amp; Year(DATE_ID) as QuarterYear,&lt;BR /&gt; 1 AS ABSORPTIONBYPERIOD,&lt;BR /&gt; 0 AS CUMULATIVEABSORPTION,&lt;BR /&gt; 0 AS CUMULATIVEPRODUCTION,&lt;BR /&gt; 0 AS CUMULATIVEDELIVERIES,&lt;BR /&gt; 0 AS CUMULATIVEDELIVERIESQTY,&lt;BR /&gt; 0 AS PURCHASINGBYMATERIAL,&lt;BR /&gt; 0 AS PURCHASINGBYLOCATION,&lt;BR /&gt; 0 AS PURCHASINGBYLOCATIONQTY,&lt;BR /&gt; 0 AS CAPACITYUTILIZATION,&lt;BR /&gt; 0 AS CAPACITYOFFER,&lt;BR /&gt; 0 AS PLANTCAPACITY,&lt;BR /&gt; 0 AS MPSBYLOCATION,&lt;BR /&gt; 0 AS INVENTORYBREAKOUT,&lt;BR /&gt; 0 AS INVENTORYBYLOCANDMATERIAL,&lt;BR /&gt; 0 AS INVENTORYRMSOPERATIVE,&lt;BR /&gt; 0 AS DEMANDANDRMS,&lt;BR /&gt; 0 AS PRODUCTIONDEMAND,&lt;BR /&gt; 0 AS SUMMARYKPI,&lt;BR /&gt; "LOCATION_NAME",&lt;BR /&gt; "LOCATION_NUM",&lt;BR /&gt; "PRODUCT_NAME",&lt;BR /&gt; PNO,&lt;BR /&gt; SUPPLIER_NUM,&lt;BR /&gt; 0 AS SCENARIO_NUM,&lt;BR /&gt; '' AS SCENARIO_NAME,&lt;BR /&gt; "PRODUCT_API",&lt;BR /&gt; "PRODUCT_FAMILY",&lt;BR /&gt; "ACTUAL_HOURS_CBMH",&lt;BR /&gt; "ACTUAL_PRODUCTION",&lt;BR /&gt; "PLANNED_PRODUCTION",&lt;BR /&gt; "ACTUAL_ABSORPTION",&lt;BR /&gt; "PLAN_ABSORPTION",&lt;BR /&gt; "BUDGET_ABSORPTION",&lt;BR /&gt; "BUDGET_PRODUCTION";&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ABSORPTION_VW;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Purchasing:&lt;BR /&gt;LOAD "DATE_ID",&lt;BR /&gt; Year(DATE_ID) as Year,&lt;BR /&gt; 'Q ' &amp;amp; Ceil(Month(DATE_ID)/3) as Quarter,&lt;BR /&gt; Month(DATE_ID) as Month,&lt;BR /&gt; Date(Monthstart(DATE_ID), 'MMM-YYYY') as MonthYear,&lt;BR /&gt; 'Q' &amp;amp; Ceil(Month(DATE_ID)/3) &amp;amp; ' - ' &amp;amp; Year(DATE_ID) as QuarterYear,&lt;BR /&gt; 0 AS ABSORPTIONBYPERIOD,&lt;BR /&gt; 0 AS CUMULATIVEABSORPTION,&lt;BR /&gt; 0 AS CUMULATIVEPRODUCTION,&lt;BR /&gt; 0 AS CUMULATIVEDELIVERIES,&lt;BR /&gt; 0 AS CUMULATIVEDELIVERIESQTY,&lt;BR /&gt; 1 AS PURCHASINGBYMATERIAL,&lt;BR /&gt; 0 AS PURCHASINGBYLOCATION,&lt;BR /&gt; 0 AS PURCHASINGBYLOCATIONQTY,&lt;BR /&gt; 0 AS CAPACITYUTILIZATION,&lt;BR /&gt; 0 AS CAPACITYOFFER,&lt;BR /&gt; 0 AS PLANTCAPACITY,&lt;BR /&gt; 0 AS MPSBYLOCATION,&lt;BR /&gt; 0 AS INVENTORYBREAKOUT,&lt;BR /&gt; 0 AS INVENTORYBYLOCANDMATERIAL,&lt;BR /&gt; 0 AS INVENTORYRMSOPERATIVE,&lt;BR /&gt; 0 AS DEMANDANDRMS,&lt;BR /&gt; 0 AS PRODUCTIONDEMAND,&lt;BR /&gt; 0 AS SUMMARYKPI,&lt;BR /&gt; "LOCATION_NAME",&lt;BR /&gt; "LOCATION_NUM",&lt;BR /&gt; PNO,&lt;BR /&gt; "SUPPLIER_NUM",&lt;BR /&gt; 0 AS SCENARIO_NUM,&lt;BR /&gt; '' AS SCENARIO_NAME,&lt;BR /&gt; PRODUCT as PRODUCT_NAME,&lt;BR /&gt; API as PRODUCT_API,&lt;BR /&gt; "PRODUCT_FAMILY",&lt;BR /&gt; "SUPPLIER_NAME",&lt;BR /&gt; "ACTUAL_PURCHASED",&lt;BR /&gt; "FIRM_PURCHASE_ORDERS",&lt;BR /&gt; "PURCHASE_QTY",&lt;BR /&gt; "PURCHASE_COST",&lt;BR /&gt; "PURCHASING_COST";&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM PURCHASING_VW;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 22:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191842#M53774</guid>
      <dc:creator />
      <dc:date>2009-12-17T22:14:08Z</dc:date>
    </item>
    <item>
      <title>Reload issue with more feilds in load statement???</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191843#M53775</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 have a look here.&lt;/P&gt;&lt;P&gt;One note please : i have section access here also.&lt;/P&gt;&lt;P&gt;What i can see here the data is loading but the SYn keys are not getting(i mean the SYn key formation is taking time i hope)&lt;/P&gt;&lt;P&gt;Could you please put some thought into this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 22:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191843#M53775</guid>
      <dc:creator />
      <dc:date>2009-12-17T22:20:18Z</dc:date>
    </item>
    <item>
      <title>Reload issue with more feilds in load statement???</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191844#M53776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahasweta,&lt;/P&gt;&lt;P&gt;Looking at that script, it looks like you have a ton of synthetic keys, which could be causing loops. One idea would be to concatenate these tables to prevent this. See this thread: &lt;A href="http://community.qlik.com/forums/p/16217/63137.aspx#63137"&gt;http://community.qlik.com/forums/p/16217/63137.aspx&lt;/A&gt;, or search for synthetic keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 22:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-issue-with-more-feilds-in-load-statement/m-p/191844#M53776</guid>
      <dc:creator />
      <dc:date>2009-12-17T22:46:29Z</dc:date>
    </item>
  </channel>
</rss>

