<?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: Generic Load Issues in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Generic-Load-Issues/m-p/2518209#M106067</link>
    <description>&lt;P&gt;Thanks, I'll give that a try&lt;/P&gt;</description>
    <pubDate>Mon, 19 May 2025 14:12:23 GMT</pubDate>
    <dc:creator>Lena4</dc:creator>
    <dc:date>2025-05-19T14:12:23Z</dc:date>
    <item>
      <title>Generic Load Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Generic-Load-Issues/m-p/2518088#M106034</link>
      <description>&lt;P&gt;Is there an alternative to Generic Load to unpivot data?&amp;nbsp; I've tried using a loop to join the tables after the fact, but Qlik keeps crashing, and just says that the process was 'aborted' with no other explanation. I do have a lot of data so that could be the issue&lt;/P&gt;&lt;P&gt;I ultimately want to get the data in one table so then I can merge another table for comparison of the values in each table at a given point in time. Here's an example of the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lena4_0-1747434712829.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180551iCA9AAFA618CF421E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lena4_0-1747434712829.png" alt="Lena4_0-1747434712829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 22:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generic-Load-Issues/m-p/2518088#M106034</guid>
      <dc:creator>Lena4</dc:creator>
      <dc:date>2025-05-16T22:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Load Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Generic-Load-Issues/m-p/2518105#M106037</link>
      <description>&lt;P&gt;Hi, you can try loading fewer values and check if something is working unexpectedly in the joining.&lt;/P&gt;&lt;P&gt;As a workaround I think in a script like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NeedTable:
NoConcatenate
LOAD FieldValue('TimeStamp',RecNo()) as TimeStamp
AutoGenerate FieldValueCount('TimeStamp');

FOR vNumValue=1 to FieldValueCount('Location')
	LET vLocationValue = FieldValue('Location',$(vNumValue));
	
	Left Join (NeedTable)
	LOAD
		TimeStamp,
		Value as [$(vLocationValue)]
	Resident CurrentTable
	Where Location=$(vLocationValue);
NEXT	

DROP Table CurrentTable;&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 17 May 2025 07:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generic-Load-Issues/m-p/2518105#M106037</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2025-05-17T07:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Load Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Generic-Load-Issues/m-p/2518209#M106067</link>
      <description>&lt;P&gt;Thanks, I'll give that a try&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 14:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generic-Load-Issues/m-p/2518209#M106067</guid>
      <dc:creator>Lena4</dc:creator>
      <dc:date>2025-05-19T14:12:23Z</dc:date>
    </item>
  </channel>
</rss>

