<?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 Limit dimension values using inline table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631103#M1087041</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;I am actually hardcoding the dimension values in the expression in my straight table to show only specific values(Eg-salespersons)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: salesperson&lt;/P&gt;&lt;P&gt;Expression:&amp;nbsp; =count({&amp;lt;salesperson={'*XYZ*','ABC*'}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, I want to create a inline table, so that power user can simply change the inline table eazily, whenever they want to change the salesperson to want to view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to create inline table, but not sure to which field i need to link this inline table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 13:46:31 GMT</pubDate>
    <dc:creator>surajap123</dc:creator>
    <dc:date>2014-05-28T13:46:31Z</dc:date>
    <item>
      <title>Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631103#M1087041</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;I am actually hardcoding the dimension values in the expression in my straight table to show only specific values(Eg-salespersons)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: salesperson&lt;/P&gt;&lt;P&gt;Expression:&amp;nbsp; =count({&amp;lt;salesperson={'*XYZ*','ABC*'}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, I want to create a inline table, so that power user can simply change the inline table eazily, whenever they want to change the salesperson to want to view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to create inline table, but not sure to which field i need to link this inline table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 13:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631103#M1087041</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-28T13:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631104#M1087042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a copy of the salesperson field as a data island:&lt;/P&gt;&lt;P&gt;Island:&lt;BR /&gt;LOAD DISTINCT salesperson as SP RESIDENT ...;&lt;/P&gt;&lt;P&gt;And, use this SP on the front end as a filter.&amp;nbsp; Expression will be&lt;BR /&gt;=count({&amp;lt;salesperson=P(SP) &amp;gt;} sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 13:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631104#M1087042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631105#M1087043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this different then just having them select SalesPerson (and locking) from a listbox? f you didn't want the selection to affect other charts, you could put the listbox in an alternate state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 13:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631105#M1087043</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-05-28T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631106#M1087044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Suraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand the requirement in corecct manner, If the user selects the Salesperson from List Box, then its corresponding count should be evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension : saleaperson&lt;/P&gt;&lt;P&gt;expression : count(Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 13:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631106#M1087044</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-05-28T13:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631107#M1087045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;Your script is pulling the complete salespersons.&lt;/P&gt;&lt;P&gt;How can i hardcode the salesperson names in Island table? As i need only specific salespersons from Salesperson field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 14:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631107#M1087045</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-28T14:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631108#M1087046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want only a subset of the salespersons - it depends.&amp;nbsp; Do you have some rules, for example title of sales person?&amp;nbsp; If yes, it could be:&lt;/P&gt;&lt;P&gt;Island:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT salesperson as SP RESIDENT ...&lt;/P&gt;&lt;P&gt;WHERE match(Title, 'Director', 'Manager', 'Sales Person');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have rules but want to hardcode, you can use inline load:&lt;/P&gt;&lt;P&gt;Island:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case make sure the names are correct, it is easy to misspell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 14:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631108#M1087046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T14:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631109#M1087047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your time..&lt;/P&gt;&lt;P&gt;Sorry to bother you again. I used both your scripts but getting syntax error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have any rules like title etc.&lt;/P&gt;&lt;P&gt;I just need specific salespersons from already exising table saleperson field in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;specificpersons:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT salesperson as SP &lt;/P&gt;&lt;P&gt;RESIDENT qvtbl;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Island:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name2&lt;/P&gt;&lt;P&gt;from specificpersons;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the script is wrong somewhere. how can i create a inline table as the salespersons are coming from specificpersons table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 14:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631109#M1087047</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-28T14:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631110#M1087048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no "from" for load inline.&amp;nbsp; It is&lt;/P&gt;&lt;P&gt;Island:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;That is, you have to type each name exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 15:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631110#M1087048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T15:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values using inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631111#M1087049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your patience..you have been very helpful !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-using-inline-table/m-p/631111#M1087049</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-30T14:01:36Z</dc:date>
    </item>
  </channel>
</rss>

