<?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: Conditional display based on Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837945#M1014318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made a showcase cause of sensible Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="83832" alt="Beispiel Skript.PNG" class="jive-image image-1" src="/legacyfs/online/83832_Beispiel Skript.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;So here we got a table with 3 values.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;On the GUI, is a Textbox and a Diagram.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG __jive_id="83833" alt="Beispiel.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/83833_Beispiel.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Based on the number in the Textbox, the Diagram should only show values where minRating&amp;lt;Rating.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In this case it should only show "D" with the count 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 05:38:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-16T05:38:13Z</dc:date>
    <item>
      <title>Conditional display based on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837939#M1014312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just downloaded QV and watched some videos how to use it on Youtube.&lt;/P&gt;&lt;P&gt;Now I am trying to design my first report and i got some issues.&lt;/P&gt;&lt;P&gt;I successfully loaded Data from a SQL Server. There is a value called "Rating". It ranges from 1.00 to 99.99.&lt;/P&gt;&lt;P&gt;Now I created a Textfield with a variable "UserEntryRating".&lt;/P&gt;&lt;P&gt;So when the user enters a value (e.g. 95.50) the rest of my Report should only show Data where "Rating" ins greater than the value "UserEntryRating"(e.g. 95.50).&lt;/P&gt;&lt;P&gt;Is this possible? Or do i have to configure this per item on my Dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I first thought of another variable "visible", which decides if this entry should be shown or not.&lt;/P&gt;&lt;P&gt;Or is there another way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps.: I only got Personal Edition to test it. It would be nice if you could descripe how you would do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 09:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837939#M1014312</guid>
      <dc:creator />
      <dc:date>2015-04-15T09:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display based on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837940#M1014313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have created an Inline table with possible data:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83714_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt; Then create the following variable vRating&lt;/LI&gt;&lt;LI&gt;Create and input box with displayed variable vRating &lt;/LI&gt;&lt;LI&gt;Create a chart-&amp;gt;Straight table where dimension will be field&lt;/LI&gt;&lt;LI&gt; In your straight table use the following expression: &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;if($(vRating)&amp;gt;=95, &lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Rating&amp;gt;=95,Rating, 'Not in Range'),'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it all looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/83715_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 11:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837940#M1014313</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-04-15T11:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display based on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837941#M1014314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks TerezaGr for your fast answer and the really nice Screenshots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still got a few Questions:&lt;/P&gt;&lt;P&gt;1. What does the $ sign do? Is it like in Excel to set a permanent value?&lt;/P&gt;&lt;P&gt;2. Why is it&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if($(vRating)&amp;gt;=95,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Rating&amp;gt;=95,Rating, 'Not in Range'),'')? The 95.50 was just an example if this refers to my post.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Isn't there anything like&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(vRating &amp;lt; &lt;EM&gt;Current Row Rating&lt;/EM&gt;, &lt;EM&gt;Current Row Rating&lt;/EM&gt;, &lt;EM&gt;ignore this row&lt;/EM&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Italic means unknown function in QlikView&lt;/EM&gt;.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 11:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837941#M1014314</guid>
      <dc:creator />
      <dc:date>2015-04-15T11:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display based on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837942#M1014315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 12:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837942#M1014315</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-04-15T12:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display based on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837943#M1014316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I wrote, its not possible to open a document that wasn't created by me in personal edition.&lt;/P&gt;&lt;P&gt;Could you please descripte what is done in that document and how this solves my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 14:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837943#M1014316</guid>
      <dc:creator />
      <dc:date>2015-04-15T14:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display based on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837944#M1014317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please attach your document to help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 03:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837944#M1014317</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-04-16T03:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display based on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837945#M1014318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made a showcase cause of sensible Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="83832" alt="Beispiel Skript.PNG" class="jive-image image-1" src="/legacyfs/online/83832_Beispiel Skript.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;So here we got a table with 3 values.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;On the GUI, is a Textbox and a Diagram.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG __jive_id="83833" alt="Beispiel.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/83833_Beispiel.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Based on the number in the Textbox, the Diagram should only show values where minRating&amp;lt;Rating.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In this case it should only show "D" with the count 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 05:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837945#M1014318</guid>
      <dc:creator />
      <dc:date>2015-04-16T05:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display based on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837946#M1014319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to modify my count. But now it sais, that there are no data available.&lt;/P&gt;&lt;P&gt;I tried to create a conditional count like here&lt;A href="https://community.qlik.com/thread/28409"&gt;Count If&amp;nbsp; &lt;/A&gt;‌but this doesn't work.&lt;/P&gt;&lt;P&gt;The count now looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;count({&amp;lt;Rating={"&amp;gt;= $(minRating)"}&amp;gt;} Another_Field)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It would be really great if someone could help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 09:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-based-on-Variable/m-p/837946#M1014319</guid>
      <dc:creator />
      <dc:date>2015-04-16T09:52:09Z</dc:date>
    </item>
  </channel>
</rss>

