<?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: Preventing a Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Preventing-a-Selection/m-p/634813#M1095169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the selection of a subcontractor is the only condition you could try the below I can't be sure it would work without testing it in your data&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;)=1,(Equation),N/A)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2014 22:13:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-15T22:13:09Z</dc:date>
    <item>
      <title>Preventing a Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Preventing-a-Selection/m-p/634812#M1095168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a simple growth rate equation that I'm displaying right now that I would like to limit.&amp;nbsp; It is expressed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(&lt;/P&gt;&lt;P&gt;( sum( {$&amp;lt;FiscalYear= {$(=Max(FiscalYear))}&amp;gt;} Amount) -&amp;nbsp; sum( {$&amp;lt;FiscalYear= {$(=Min(FiscalYear))}&amp;gt;} Amount) )&lt;/P&gt;&lt;P&gt;/ &lt;/P&gt;&lt;P&gt;( sum( {$&amp;lt;FiscalYear= {$(=Min(FiscalYear))}&amp;gt;} Amount) * (Max(FiscalYear) -Min(FiscalYear)) )&lt;/P&gt;&lt;P&gt; , '#,##0%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I have one variable - SubContractor - which always goes to zero at the end of our time frame (FiscalYear), and that is correct, - it's not a problem.&amp;nbsp; However, if someone were to select an entry in SubContractor, my growth rate would always, and correctly, display -100% growth.&amp;nbsp; That's fine, but it's useless.&amp;nbsp; I would simply like to display "N/A" in place of the growth rate when someone adds an entry from SubContractor to the current selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 14:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preventing-a-Selection/m-p/634812#M1095168</guid>
      <dc:creator />
      <dc:date>2014-05-15T14:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing a Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Preventing-a-Selection/m-p/634813#M1095169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the selection of a subcontractor is the only condition you could try the below I can't be sure it would work without testing it in your data&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; mso-fareast-language: EN-AU;"&gt;)=1,(Equation),N/A)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 22:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preventing-a-Selection/m-p/634813#M1095169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-15T22:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing a Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Preventing-a-Selection/m-p/634814#M1095170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bella - that worked beautifully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 13:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preventing-a-Selection/m-p/634814#M1095170</guid>
      <dc:creator />
      <dc:date>2014-05-16T13:58:37Z</dc:date>
    </item>
  </channel>
</rss>

