<?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: Integrate thresholds from table into if-function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206646#M877905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;carloandrae, You can send an example for me to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2016 16:46:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-20T16:46:04Z</dc:date>
    <item>
      <title>Integrate thresholds from table into if-function</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206643#M877902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you tell me what's the best way to integrate the KPI thresholds (green, red) for the respective KPIs in the following script? The values are located in an Excel that will be regularly updated (manually).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;To make it perfectly clear:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Row 1: KPI names&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Row x: Threshold values green (formatted like &amp;gt;=value or &amp;lt;value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Row y: Threshold values red (formatted like &amp;gt;=value or &amp;lt;value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Arial;"&gt;=if(&lt;STRONG&gt;&lt;EM&gt;vVARIABLEcurrentperiod&lt;/EM&gt;&lt;/STRONG&gt;-&lt;STRONG&gt;&lt;EM&gt;vVARIABLEpreviousperiod&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0,&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Arial;"&gt;'qmem://ImageID/Green_indicator',&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Arial;"&gt;if(&lt;STRONG style="font-family: Arial;"&gt;&lt;EM&gt;vVARIABLEcurrentperiod&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="font-family: Arial;"&gt;&lt;EM&gt;vVARIABLEpreviousperiod&lt;/EM&gt;&lt;/STRONG&gt;&amp;lt;0,&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Arial;"&gt;'qmem://ImageID/Red&lt;SPAN style="font-family: Arial;"&gt;_indicator&lt;/SPAN&gt;',&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Arial;"&gt;'qmem://ImageID/Orange&lt;SPAN style="font-family: Arial;"&gt;_indicator&lt;/SPAN&gt;'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&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/Integrate-thresholds-from-table-into-if-function/m-p/1206643#M877902</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate thresholds from table into if-function</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206644#M877903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do this graphic, is an example with multiple segments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 19:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206644#M877903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T19:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate thresholds from table into if-function</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206645#M877904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer. I simply want to "pull" the KPI threshold value (e.g. "&amp;gt;=0.94) from the table into the if-formula, that triggers the color of the graphic. Do you also have a solution for 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>Thu, 20 Oct 2016 08:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206645#M877904</guid>
      <dc:creator />
      <dc:date>2016-10-20T08:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate thresholds from table into if-function</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206646#M877905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;carloandrae, You can send an example for me to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 16:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206646#M877905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-20T16:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate thresholds from table into if-function</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206647#M877906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you describe atleast those Variables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 16:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-thresholds-from-table-into-if-function/m-p/1206647#M877906</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-20T16:50:05Z</dc:date>
    </item>
  </channel>
</rss>

