<?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 How to restrict the specific values in an expression from Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245890#M395108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created a pivot table having an KPI NI Amt, which is having the values of 0,1,2,3,11,14,.........3000.&lt;/P&gt;&lt;P&gt;I want to restrict the values from 0 to 11 in that expression.NI AMt=sum(Ni Amt).Please find the&amp;nbsp; attached&amp;nbsp; qvw.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NI1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155492_NI1.PNG" style="height: 381px; width: 620px;" /&gt; &lt;IMG alt="NI2.PNG" class="jive-image image-2" height="260" src="https://community.qlik.com/legacyfs/online/155493_NI2.PNG" style="height: 260px; width: 139.055px;" width="139" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 16:47:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-07T16:47:35Z</dc:date>
    <item>
      <title>How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245890#M395108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created a pivot table having an KPI NI Amt, which is having the values of 0,1,2,3,11,14,.........3000.&lt;/P&gt;&lt;P&gt;I want to restrict the values from 0 to 11 in that expression.NI AMt=sum(Ni Amt).Please find the&amp;nbsp; attached&amp;nbsp; qvw.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NI1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155492_NI1.PNG" style="height: 381px; width: 620px;" /&gt; &lt;IMG alt="NI2.PNG" class="jive-image image-2" height="260" src="https://community.qlik.com/legacyfs/online/155493_NI2.PNG" style="height: 260px; width: 139.055px;" width="139" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 16:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245890#M395108</guid>
      <dc:creator />
      <dc:date>2017-03-07T16:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245891#M395109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in your expr:&lt;/P&gt;&lt;P&gt;[Ni Amt]&lt;/P&gt;&lt;P&gt;= IF(Sum([NI Amt]) &amp;gt; 11, sum([NI Amt])) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 16:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245891#M395109</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-07T16:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245892#M395110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So only those NI Amt should be added which are between 0 and 11?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 16:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245892#M395110</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-07T16:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245893#M395111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think there are two ways to same - &lt;/P&gt;&lt;P&gt;1, at UI level - &lt;/P&gt;&lt;P&gt;if(Aggr(Sum([NI Amt]),&amp;lt;Dimension in &amp;gt;) &amp;gt;11, Sum([NI Amt])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In Script - Create a Separate Table for this KPI agianst group by &amp;lt;dimension in chart&amp;gt; sum ([NI Amt]) and then can create flag for &amp;lt; 11 upon it and can use it in UI expression and exclude that Flag.&lt;/P&gt;&lt;P&gt;Hope this will work for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 17:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245893#M395111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T17:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245894#M395112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sunny.&lt;/P&gt;&lt;P&gt;Ex:The Nt Amt Values for ID=28169 are 0 and 11.&lt;/P&gt;&lt;P&gt;I dont want to see the value 11 and also the corresponding ID 28169 in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 17:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245894#M395112</guid>
      <dc:creator />
      <dc:date>2017-03-07T17:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245895#M395113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try my above expr? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 17:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245895#M395113</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-07T17:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245896#M395114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is working but, i am able to see Null values in the expression and corresponding dimension values are appearing in the chart.&lt;/P&gt;&lt;P&gt;Before the logic applies:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NT6.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/155515_NT6.PNG" style="height: 41px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;After applying the logic.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NT5.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155514_NT5.PNG" style="height: 47px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 17:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245896#M395114</guid>
      <dc:creator />
      <dc:date>2017-03-07T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245897#M395115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;you can also referer to the expression itself... leads to an expression error but works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;if([NI Amt]&amp;gt;11,[NI Amt])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 18:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245897#M395115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T18:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245898#M395116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logic 1 is working, but still i can see null values and corresponding dimension are appearing in the chart.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NT6.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155520_NT6.PNG" style="height: 41px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NT5.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/155521_NT5.PNG" style="height: 47px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 18:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245898#M395116</guid>
      <dc:creator />
      <dc:date>2017-03-07T18:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the specific values in an expression from Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245899#M395117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your Field Total Penalty a dimension or an expression ?If it is an expression try to drag and move the expression field Net Incurred Amount before your Total Penalty field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 18:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-specific-values-in-an-expression-from-Pivot/m-p/1245899#M395117</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-07T18:58:10Z</dc:date>
    </item>
  </channel>
</rss>

