<?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: How to pass a hardcoded filter into a straight table in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8476#M776145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF(Aggr(Rank(Count(Distinct(SalesPersonId)),2),SalesPersonName)&amp;lt;=10 ,Country)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the above expression to calculate the top 10 rank , in calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how can i pass specific country into this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 14:16:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-09T14:16:07Z</dc:date>
    <item>
      <title>How to pass a hardcoded filter into a straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8473#M776142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the below requirement as given below, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter : Country&lt;/P&gt;&lt;P&gt;Values : India , China , Russia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display individual straight tables for each country's details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the report will not be provided with the "Country" filter as a list box ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to pass the hardcoded value into each table which will be specific for each country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinldy help me on this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8473#M776142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a hardcoded filter into a straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8474#M776143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try this definition for each chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Country = {'India'} &amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Country = {'China'} &amp;gt;} Measure)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Country = {'Russia'} &amp;gt;} Measure)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8474#M776143</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-09T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a hardcoded filter into a straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8475#M776144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil , can we do it while adding dimensions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8475#M776144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-09T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a hardcoded filter into a straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8476#M776145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF(Aggr(Rank(Count(Distinct(SalesPersonId)),2),SalesPersonName)&amp;lt;=10 ,Country)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the above expression to calculate the top 10 rank , in calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how can i pass specific country into this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8476#M776145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-09T14:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a hardcoded filter into a straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8477#M776146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This functions will effect to the dimension as well when you use same in measure, Anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Country='India', Country)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Country='China', Country)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Country='Russia', Country)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8477#M776146</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-09T14:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a hardcoded filter into a straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8478#M776147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IF(Aggr(Rank(Count(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Country = {'India'}&amp;gt;}&lt;/SPAN&gt; Distinct SalesPersonId)),2),SalesPersonName)&amp;lt;=10 ,Country)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8478#M776147</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-09T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a hardcoded filter into a straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8479#M776148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raju , This is working absolutely fine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 15:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-hardcoded-filter-into-a-straight-table-in-qlikview/m-p/8479#M776148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-09T15:20:42Z</dc:date>
    </item>
  </channel>
</rss>

