<?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: What is the Use Of *(Star) Symbol in the qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800022#M282414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply can you tell me or show me the examples how to load all data into single file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 06:31:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-13T06:31:46Z</dc:date>
    <item>
      <title>What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800020#M282412</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have some&amp;nbsp; doubts that why do we use * symbol in the .XML ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)Mainly Why Do we Use these * Symbol in the Scripting the data?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)In which Condition do we Use these symbol?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mainly I have Loaded Huge data like 33 stores of data in each tab i have loaded in the scripting when i am reloading that all data is showing as Synthetic key in the Table View.That Data Should linked.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So Please help me.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope Some one will Answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800020#M282412</guid>
      <dc:creator />
      <dc:date>2015-02-13T06:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800021#M282413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;case 1:&amp;nbsp; we use to load all the fields from table/source file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case 2: loading multiple files from a single directory of same type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800021#M282413</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-02-13T06:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800022#M282414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply can you tell me or show me the examples how to load all data into single file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800022#M282414</guid>
      <dc:creator />
      <dc:date>2015-02-13T06:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800023#M282415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,filebasename() AS DataFileName&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;Path Of Source Files&amp;gt;&amp;gt;\*.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table1 into &amp;lt;&amp;lt;QVD Store Path&amp;gt;&amp;gt;Table1.qvd (QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800023#M282415</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-02-13T06:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800024#M282416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have the data like this for all 33 stores .Same as i Mention here below so could Please Help me as per the data given below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Start of [Barking and Dagenham.xml] LOAD statements&lt;/P&gt;&lt;P&gt;EstablishmentDetail:&lt;/P&gt;&lt;P&gt;LOAD FHRSID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityBusinessID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BusinessName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BusinessType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BusinessTypeID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddressLine2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddressLine4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PostCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RatingValue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RatingKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RatingDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityWebSite,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityEmailAddress,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SchemeType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddressLine1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddressLine3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Geocode/Longitude] as Longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Geocode/Latitude] as Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Scores/Hygiene] as Hygiene,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Scores/Structural] as Structural,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Scores/ConfidenceInManagement] as ConfidenceInManagement,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [RatingDate/xsi:nil] as [xsi:nil],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_FHRSEstablishment_6B08CFAA9E1E09FA&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key to parent table: FHRSEstablishment&lt;/P&gt;&lt;P&gt;FROM [*.xml] (XmlSimple, Table is [FHRSEstablishment/EstablishmentCollection/EstablishmentDetail]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FHRSEstablishment:&lt;/P&gt;&lt;P&gt;LOAD [xmlns:xsi],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header/ExtractDate] as ExtractDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header/ItemCount] as ItemCount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header/ReturnCode] as ReturnCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_FHRSEstablishment_6B08CFAA9E1E09FA&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key for this table: FHRSEstablishment&lt;/P&gt;&lt;P&gt;FROM [*.xml] (XmlSimple, Table is [FHRSEstablishment]);&lt;/P&gt;&lt;P&gt;// End of [Barking and Dagenham.xml] LOAD statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second Tab Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ Start of [Barnet.xml] LOAD statements&lt;/P&gt;&lt;P&gt;EstablishmentDetail:&lt;/P&gt;&lt;P&gt;LOAD FHRSID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityBusinessID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BusinessName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BusinessType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BusinessTypeID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddressLine1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PostCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RatingValue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RatingKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RatingDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityWebSite,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAuthorityEmailAddress,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SchemeType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RightToReply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Geocode/Longitude] as Longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Geocode/Latitude] as Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Scores/Hygiene] as Hygiene,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Scores/Structural] as Structural,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Scores/ConfidenceInManagement] as ConfidenceInManagement,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [RatingDate/xsi:nil] as [xsi:nil],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_FHRSEstablishment_6B08CFAA9E1E09FA&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key to parent table: FHRSEstablishment&lt;/P&gt;&lt;P&gt;FROM [*.xml] (XmlSimple, Table is [FHRSEstablishment/EstablishmentCollection/EstablishmentDetail]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FHRSEstablishment:&lt;/P&gt;&lt;P&gt;LOAD [xmlns:xsi],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header/ExtractDate] as ExtractDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header/ItemCount] as ItemCount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header/ReturnCode] as ReturnCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_FHRSEstablishment_6B08CFAA9E1E09FA&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key for this table: FHRSEstablishment&lt;/P&gt;&lt;P&gt;FROM [Barnet.xml] (XmlSimple, Table is [FHRSEstablishment]);&lt;/P&gt;&lt;P&gt;// End of [Barnet.xml] LOAD statements&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800024#M282416</guid>
      <dc:creator />
      <dc:date>2015-02-13T06:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800025#M282417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;* is for all fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use *, you cannot alias the fields thats when you get syn keys,&lt;/P&gt;&lt;P&gt;Its good to list out the filed names and rename them as per the requirement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800025#M282417</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2015-02-13T06:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800026#M282418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manoj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can You Help With these data please just i want the example with these data .Can you show how to add the Star Symbol at which place of the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 07:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800026#M282418</guid>
      <dc:creator />
      <dc:date>2015-02-13T07:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800027#M282419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In general "*" implies all the occurrences , we can also use it in your expression .eg Match(fieldName,'S*'), this will give you all the result that&amp;nbsp; starts with the letter S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. secondly we mostly use it in section access, but in sometimes doesn't bring back the correct result, so we first use STAR IS *; then define it in your section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just an overview, hope is helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 07:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800027#M282419</guid>
      <dc:creator />
      <dc:date>2015-02-13T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Use Of *(Star) Symbol in the qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800028#M282420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As mentioned by &lt;A _jive_internal="true" data-avatarid="2912" data-externalid="" data-online="false" data-presence="null" data-userid="24666" data-username="renjithpl" href="https://community.qlik.com/people/renjithpl" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f6f6f6;"&gt;Renjith Pl&lt;/A&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; ,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;You cann't put alias column name for existing fields. when used * in loading all fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can define fields in load statement and use * after FROM statement in Load script. Again this will work only when you have files in the same format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 07:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Use-Of-Star-Symbol-in-the-qlikview/m-p/800028#M282420</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-02-13T07:11:39Z</dc:date>
    </item>
  </channel>
</rss>

