<?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: Stupid script error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Stupid-script-error/m-p/1764179#M59094</link>
    <description>&lt;P&gt;you need to include only non aggregated fields which are using resident table. try below code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SHIPMENT_ID,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Min(MinLoadTime) as MinLoadTimeUG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Resident&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bi_shipments&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Group by SHIPMENT_ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Order by SHIPMENT_ID asc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 03:57:30 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2020-11-25T03:57:30Z</dc:date>
    <item>
      <title>Stupid script error</title>
      <link>https://community.qlik.com/t5/App-Development/Stupid-script-error/m-p/1764148#M59089</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;It is late and I am going to sleep now, but I get this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Invalid expression&lt;/DIV&gt;&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;test:&lt;BR /&gt;load&lt;BR /&gt;SHIPMENT_ID,&lt;BR /&gt;Min(MinLoadTime) as MinLoadTimeUG&lt;BR /&gt;Resident&lt;BR /&gt;bi_shipments&lt;BR /&gt;Group by DepotID,H_ROUTE_NAME,ORDER_EXECUTION_DATE&lt;BR /&gt;Order by DepotID,H_ROUTE_NAME,LASTACTION_TIME_DATA_SOURCE asc&lt;BR /&gt;;&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Invalid expression&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Can someone tell me what is wrong?&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Thank you, and good night&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stupid-script-error/m-p/1764148#M59089</guid>
      <dc:creator>Broly</dc:creator>
      <dc:date>2024-11-16T01:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid script error</title>
      <link>https://community.qlik.com/t5/App-Development/Stupid-script-error/m-p/1764162#M59090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/81952"&gt;@Broly&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to include "&lt;SPAN&gt;SHIPMENT_ID" in the "group by" to avoid the issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you explain, why you mentioned many field in the group by?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 02:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stupid-script-error/m-p/1764162#M59090</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-25T02:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid script error</title>
      <link>https://community.qlik.com/t5/App-Development/Stupid-script-error/m-p/1764179#M59094</link>
      <description>&lt;P&gt;you need to include only non aggregated fields which are using resident table. try below code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SHIPMENT_ID,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Min(MinLoadTime) as MinLoadTimeUG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Resident&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bi_shipments&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Group by SHIPMENT_ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Order by SHIPMENT_ID asc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 03:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stupid-script-error/m-p/1764179#M59094</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2020-11-25T03:57:30Z</dc:date>
    </item>
  </channel>
</rss>

