<?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 does it mean when % is in the inline table? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393784#M32191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read some of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/39812" title="https://community.qlikview.com/thread/39812"&gt;Best Practices Re: a Calendar Table and Multipl... | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 11:41:35 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-10-04T11:41:35Z</dc:date>
    <item>
      <title>What does it mean when % is in the inline table?</title>
      <link>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393780#M32187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I'm studying code like so: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;%CaseKeys, &lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does the % do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393780#M32187</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2017-10-04T11:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: What does it mean when % is in the inline table?</title>
      <link>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393781#M32188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is indication of Unique key field in the Data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393781#M32188</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-04T11:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: What does it mean when % is in the inline table?</title>
      <link>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393782#M32189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have an article or webpage that goes into detail on this? I'm not finding this to be described online.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393782#M32189</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2017-10-04T11:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: What does it mean when % is in the inline table?</title>
      <link>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393783#M32190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it does nothing without further action. It will be just part of your field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's often used to indicate a key field (so it's a nomenclature / user definition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET HidePrefix = '%';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script, these fields will be hidden from selection status object and from field selection dialog when disabling 'show system fields'. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393783#M32190</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-04T11:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: What does it mean when % is in the inline table?</title>
      <link>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393784#M32191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read some of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/39812" title="https://community.qlikview.com/thread/39812"&gt;Best Practices Re: a Calendar Table and Multipl... | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-does-it-mean-when-is-in-the-inline-table/m-p/1393784#M32191</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-04T11:41:35Z</dc:date>
    </item>
  </channel>
</rss>

