<?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: Group by &amp; Order by in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932273#M963469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please follow the link provided by sujeet. If you try to search on community, you will find many examples and questions related to your thread. It would be more easier to find from old thread rather than wring new thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Qliking !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 06:40:23 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-10-08T06:40:23Z</dc:date>
    <item>
      <title>Group by &amp; Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932270#M963466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please explain me about these two functions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932270#M963466</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-10-08T06:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Group by &amp; Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932271#M963467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to know what they are just follow SQL &lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/18704039/sql-server-group-by-order-by-where" title="http://stackoverflow.com/questions/18704039/sql-server-group-by-order-by-where"&gt;SQL Server Group By Order By Where - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932271#M963467</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-10-08T06:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Group by &amp; Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932272#M963468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Qlikview supports both the clauses in similar way Hence Group by means grouping based on few fields&amp;nbsp; where as Order by means sorting of the rows based on few fiels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor801"&gt;&lt;/A&gt;Load&lt;/H1&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statement loads fields from a file, from data defined in the script, from a previously loaded table, from a web page, from the result of a subsequent &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement or &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; generating data automatically. The general syntax of the load statement is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; [ &lt;/SPAN&gt;&lt;A class="Bold" href="https://community.qlik.com/"&gt;distinct&lt;/A&gt;&lt;SPAN class="Italic"&gt; ] &lt;/SPAN&gt;*&lt;SPAN class="Italic"&gt;fieldlist&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Italic"&gt;[( &lt;/SPAN&gt;&lt;A class="Bold" href="https://community.qlik.com/"&gt;from&lt;/A&gt;&lt;SPAN class="Italic"&gt; file [ format-spec ]&lt;/SPAN&gt; | &lt;/P&gt;&lt;P class="syntax"&gt;&lt;A class="Bold" href="https://community.qlik.com/"&gt;from_field&lt;/A&gt;&lt;SPAN class="Italic"&gt; fieldassource [format-spec&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;]&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax"&gt;&lt;A class="Bold" href="https://community.qlik.com/"&gt;inline&lt;/A&gt;&lt;SPAN class="Italic"&gt; data [ format-spec ]&lt;/SPAN&gt; | &lt;/P&gt;&lt;P class="syntax"&gt;&lt;A href="https://community.qlik.com/"&gt;resident&lt;/A&gt;&lt;SPAN class="Italic"&gt; table-label&lt;/SPAN&gt; | &lt;/P&gt;&lt;P class="syntax"&gt;&lt;A class="Bold" href="https://community.qlik.com/"&gt;autogenerate&lt;/A&gt;&lt;SPAN class="Italic"&gt; size )]&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Italic"&gt;[ &lt;/SPAN&gt;&lt;A class="Bold" href="https://community.qlik.com/"&gt;where&lt;/A&gt;&lt;SPAN class="Italic"&gt; criterion&lt;/SPAN&gt; | &lt;A class="Bold" href="https://community.qlik.com/"&gt;while&lt;/A&gt;&lt;SPAN class="Italic"&gt; criterion ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Italic"&gt;[ &lt;/SPAN&gt;&lt;A class="Bold" href="https://community.qlik.com/"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;group&lt;/SPAN&gt;_&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="Italic"&gt; groupbyfieldlist ]&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Italic"&gt;[&lt;/SPAN&gt;&lt;A class="Bold" href="https://community.qlik.com/"&gt;order_&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="Italic"&gt; orderbyfieldlist ]&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;&lt;A name="kanchor802"&gt;&lt;/A&gt;&lt;A name="distinct"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;distinct&lt;/SPAN&gt; is a predicate used if only the first of duplicate records should be loaded. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;*fieldlist ::= ( * | field { &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;,&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; field } )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;A list of the fields to be loaded. Using * as field list indicates all fields in the table. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;field ::= ( fieldref &lt;/SPAN&gt;|&lt;SPAN class="Italic"&gt; expression ) [ &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;as&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; aliasname ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The field definition must always contain a literal, a reference to an existing field, or an expression. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;fieldref ::= ( fieldname &lt;/SPAN&gt;|@&lt;SPAN class="Italic"&gt;fieldnumber &lt;/SPAN&gt;|@&lt;SPAN class="Italic"&gt;startpos:endpos [ &lt;SPAN class="Bold"&gt;I&lt;/SPAN&gt; | &lt;SPAN class="Bold"&gt;U&lt;/SPAN&gt; | &lt;SPAN class="Bold"&gt;R&lt;/SPAN&gt;| &lt;SPAN class="Bold"&gt;B&lt;/SPAN&gt;&lt;/SPAN&gt; ] )&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt; is a text that is identical to a field name in the table. Note that the field name may need to be enclosed &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; straight double quotation marks or square brackets if it contains non-literal characters or spaces. Sometimes field names are not explicitly available. Then a different notation is used:&lt;/P&gt;&lt;P&gt;@&lt;SPAN class="Italic"&gt;fieldnumber&lt;/SPAN&gt; represents the field number in a delimited table file. It must be a positive integer preceded &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; "@". The numbering is always made from 1 and up to the number of fields. &lt;/P&gt;&lt;P&gt;@&lt;SPAN class="Italic"&gt;startpos&lt;/SPAN&gt;:&lt;SPAN class="Italic"&gt;endpos&lt;/SPAN&gt; represents the start and end positions of a field in a file with fixed length records. The positions must both be positive integers. The two numbers must be preceded &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; "@" and separated &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; a colon. The numbering is always made from 1 and up to the number of positions. If @&lt;SPAN class="Italic"&gt;startpos&lt;/SPAN&gt;:&lt;SPAN class="Italic"&gt;endpos&lt;/SPAN&gt; is immediately followed &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; the characters &lt;SPAN class="Bold"&gt;I&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;U&lt;/SPAN&gt;, the bytes read will be interpreted as a binary signed (&lt;SPAN class="Bold"&gt;I&lt;/SPAN&gt;) or unsigned (&lt;SPAN class="Bold"&gt;U&lt;/SPAN&gt;) integer (Intel byte order). The number of positions read must be 1, 2 or 4. If @&lt;SPAN class="Italic"&gt;startpos:endpos&lt;/SPAN&gt; is immediately followed &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; the character &lt;SPAN class="Bold"&gt;R&lt;/SPAN&gt;, the bytes read will be interpreted as a binary real number (IEEE 32-bit or 64 bit floating point). The number of positions read must be 4 or 8. If @&lt;SPAN class="Italic"&gt;startpos:endpos&lt;/SPAN&gt; is immediately followed &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; the character &lt;SPAN class="Bold"&gt;B&lt;/SPAN&gt;, the bytes read will be interpreted as a BCD (Binary Coded Decimal) numbers according to the COMP-3 standard. Any number of bytes may be specified. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; can be a numeric function or a string function based on one or several other fields in the same table. For further information, see the syntax of &lt;A class="MCXref_0"&gt;&lt;EM&gt;Script Expressions&lt;/EM&gt;&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor803"&gt;&lt;/A&gt;&lt;A name="as"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;as&lt;/SPAN&gt; is used for assigning a new name to the field. Note that the alias name may need to be enclosed &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; straight double quotation marks or square brackets if it contains non-literal characters or spaces.&lt;/P&gt;&lt;P class="note"&gt;&lt;STRONG&gt;Note!&lt;/STRONG&gt; &lt;BR /&gt;If a table contains two fields with the same field name, typically when loading from a text file,only one field can be loaded even though the field names have been changed using &lt;SPAN class="Bold"&gt;as&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor804"&gt;&lt;/A&gt;&lt;A name="from"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;from&lt;/SPAN&gt; is used if data should be loaded from a file. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;file ::= [ path ] filename&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The path is the path to the file, either absolute, or relative to the QlikView document (.qvw file). If the path is omitted, QlikView searches for the file in the directory specified &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; the directory statement. If there is no directory statement, QlikView searches in the working directory, which is usually the directory in which the QlikView file is located. The path may also be a URL address (HTTP or FTP), pointing to a location on the Internet or an intranet. &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; may contain the standard DOS wildcard characters ( * and ? ). This will cause all the matching files in the specified directory to be loaded. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;format-spec ::= ( fspec-item { , fspec-item } )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The format specification consists of a list of several &lt;A class="MCXref_0"&gt;&lt;EM&gt;Format Specification Items&lt;/EM&gt;&lt;/A&gt;, within brackets. &lt;/P&gt;&lt;P&gt;&lt;A name="from_field"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;from_field&lt;/SPAN&gt; is used if data should be loaded from a previously loaded field. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;fieldassource ::= &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;tablename, fieldname&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The field is the name of the previously loaded &lt;SPAN class="Italic"&gt;tablename&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;format-spec ::= ( fspec-item {, fspec-item } )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The format specification consists of a list of several &lt;A class="MCXref_0"&gt;&lt;EM&gt;Format Specification Items&lt;/EM&gt;&lt;/A&gt;, within brackets. &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor805"&gt;&lt;/A&gt;&lt;A name="inline"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;inline&lt;/SPAN&gt; is used if data should be typed within the script, and not loaded from a file. Use the &lt;A class="MCXref_0"&gt;&lt;EM&gt;Inline Data Wizard&lt;/EM&gt;&lt;/A&gt; for help with the creation of&lt;SPAN class="Bold"&gt; load inline&lt;/SPAN&gt; statements. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;data ::= [ text ]&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Data entered through an &lt;SPAN class="Bold"&gt;inline&lt;/SPAN&gt; &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt; must be enclosed &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; double &lt;A class="MCXref_0"&gt;&lt;EM&gt;Quotation Marks in Scripting&lt;/EM&gt;&lt;/A&gt; or with square brackets. The text between these is interpreted in the same way as the content of a file. Hence, where you would insert a new line in a text file, you should also do it in the text of an &lt;SPAN class="Bold"&gt;inline&lt;/SPAN&gt; &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt;, i.e. &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; pressing the Enter key when typing the script. &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor806"&gt;&lt;/A&gt;&lt;A name="resident"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;resident&lt;/SPAN&gt; is used if data should be loaded from a previously loaded table. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;table label&lt;/SPAN&gt; is a label preceding the &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement(s) that created the original table. The label should be given with a colon at the end. &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor807"&gt;&lt;/A&gt;&lt;A name="autogenerate"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;autogenerate&lt;/SPAN&gt; is used if data should be automatically generated &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; QlikView. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;size ::= number&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Number&lt;/SPAN&gt; is an integer indicating the number of records to be generated. The field list must not contain expressions which require data from a database. Only constants and parameter-free functions (e.g. rand(), recno()) are allowed in the expressions. &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor808"&gt;&lt;/A&gt;&lt;A name="where"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;where&lt;/SPAN&gt; is a &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt; used for stating whether a record should be included in the selection or not. The selection is included if &lt;SPAN class="Italic"&gt;criterion&lt;/SPAN&gt; is true. &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor809"&gt;&lt;/A&gt;&lt;A name="while"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;while&lt;/SPAN&gt; is a &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt; used for stating whether a record should be repeatedly read. The same record is read as long as &lt;SPAN class="Italic"&gt;criterion&lt;/SPAN&gt; is true. In order to be useful, a &lt;SPAN class="Bold"&gt;while&lt;/SPAN&gt; &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt; must typically include the &lt;SPAN class="Bold"&gt;IterNo( )&lt;/SPAN&gt; function. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;criterion&lt;/SPAN&gt; is a logical expression. &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor810"&gt;&lt;/A&gt;&lt;A name="group_by"&gt;&lt;/A&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;group by&lt;/SPAN&gt; is a &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt; used for defining over which fields the data should be aggregated (&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;grouped&lt;/SPAN&gt;). The aggregation fields should be included in some way in the expressions loaded. No other fields than the aggregation fields may be used outside aggregation functions in the loaded expressions. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;groupbyfieldlist ::= (fieldname { ,fieldname } )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor811"&gt;&lt;/A&gt;&lt;A name="order_by"&gt;&lt;/A&gt;&lt;SPAN class="Italic"&gt;order &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt;&lt;/SPAN&gt; is a &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt; used for sorting the records of a resident table before they are processed &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; the &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statement. The resident table can be sorted &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; one or more fields in ascending or descending order. The sorting is made primarily &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; numeric value and secondarily &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; national ASCII value. This &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt; may only be used when the data source is a resident table. The ordering fields specify which fields the resident table is sorted &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt;. The field can be specified &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; its name or &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; its number in the resident table (the first field is number 1). &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;orderbyfieldlist ::= fieldname [ sortorder ] { , fieldname [ sortorder ] }&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;sortorder&lt;/SPAN&gt; is either asc for ascending or desc for descending. If no &lt;SPAN class="Italic"&gt;sortorder&lt;/SPAN&gt; is specified, asc is assumed. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt;, &lt;SPAN class="Italic"&gt;path&lt;/SPAN&gt;, &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;aliasname&lt;/SPAN&gt; are text strings representing what the respective names imply. Any field in the source table can be used as &lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt;. However, fields created through the as &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt; (&lt;SPAN class="Italic"&gt;aliasname&lt;/SPAN&gt;) are out of scope and cannot be used inside the same load statement.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;If no source of data is given &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;by&lt;/SPAN&gt; means of a from, inline, resident, from field or autogenerate &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;clause&lt;/SPAN&gt;, data will be loaded from the result of the immediately succeeding select or load statement. The succeeding statement should not have a prefix. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932272#M963468</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-10-08T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Group by &amp; Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932273#M963469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please follow the link provided by sujeet. If you try to search on community, you will find many examples and questions related to your thread. It would be more easier to find from old thread rather than wring new thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Qliking !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-Order-by/m-p/932273#M963469</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-08T06:40:23Z</dc:date>
    </item>
  </channel>
</rss>

