<?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: display arrows with conditions in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90384#M1504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do the same logic of if then, and paste an arrow directly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(condition, '&lt;A class="image" href="https://en.wikipedia.org/wiki/File:U%2B21E7.gif" style="color: #0b0080; background: none #f8f9fa; font-family: sans-serif; font-size: 11.9px; text-align: center;"&gt;&lt;IMG alt="U+21E7.gif" class="jive-image" data-file-height="25" data-file-width="14" height="25" src="https://upload.wikimedia.org/wikipedia/commons/5/5e/U%2B21E7.gif" style="border-width: 0px;" width="14" /&gt;&lt;/A&gt;' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and color it by expression, with same logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(conditon, 'red') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u got ur arrows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's a list of arrows u can copy and paste :&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Arrow_(symbol)" title="https://en.wikipedia.org/wiki/Arrow_(symbol)"&gt;Arrow (symbol) - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2018 11:09:01 GMT</pubDate>
    <dc:creator>OmarBenSalem</dc:creator>
    <dc:date>2018-10-30T11:09:01Z</dc:date>
    <item>
      <title>display arrows with conditions</title>
      <link>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90379#M1499</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;I have Two Fields Status and Trend ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Trend_Statuts.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217067_Trend_Statuts.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I do this in a script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; //---Stable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Stable' and "Status"='On Track',1,0) as Stable_OnTrack,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Stable' and "Status"='Minor Variance',1,0) as Stable_Minor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Stable' and "Status"='Significant Variance',1,0) as Stable_Significant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //---Improving&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Improving' and "Status"='On Track',1,0) as Improving_OnTrack,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Improving' and "Status"='Minor Variance',1,0) as Improving_Minor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Improving' and "Status"='Significant Variance',1,0) as Improving_Significant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //degrading&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Degrading' and "Status"='On Track',1,0) as Degrading_OnTrack,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Degrading' and "Status"='Minor Variance',1,0) as Degrading_Minor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if("Trend"='Degrading' and "Status"='Significant Variance',1,0) as Degrading_Significant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The objectif is is to display an arrow with every condition like this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Objectif.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/217068_Objectif.png" style="height: 314px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/211603"&gt;omarbensalem&lt;/A&gt;‌ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 09:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90379#M1499</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-10-30T09:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: display arrows with conditions</title>
      <link>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90380#M1500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qlikview or qlik sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 10:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90380#M1500</guid>
      <dc:creator>wade12</dc:creator>
      <dc:date>2018-10-30T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: display arrows with conditions</title>
      <link>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90381#M1501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik Sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 10:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90381#M1501</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-10-30T10:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: display arrows with conditions</title>
      <link>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90382#M1502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in qlik sense you can display coloured arrows in a kpi chart using the built-in colour and symbol options like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217070_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 10:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90382#M1502</guid>
      <dc:creator>wade12</dc:creator>
      <dc:date>2018-10-30T10:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: display arrows with conditions</title>
      <link>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90383#M1503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but there is not a solution I need just an arrow without value &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90383#M1503</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-10-30T11:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: display arrows with conditions</title>
      <link>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90384#M1504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do the same logic of if then, and paste an arrow directly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(condition, '&lt;A class="image" href="https://en.wikipedia.org/wiki/File:U%2B21E7.gif" style="color: #0b0080; background: none #f8f9fa; font-family: sans-serif; font-size: 11.9px; text-align: center;"&gt;&lt;IMG alt="U+21E7.gif" class="jive-image" data-file-height="25" data-file-width="14" height="25" src="https://upload.wikimedia.org/wikipedia/commons/5/5e/U%2B21E7.gif" style="border-width: 0px;" width="14" /&gt;&lt;/A&gt;' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and color it by expression, with same logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(conditon, 'red') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u got ur arrows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's a list of arrows u can copy and paste :&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Arrow_(symbol)" title="https://en.wikipedia.org/wiki/Arrow_(symbol)"&gt;Arrow (symbol) - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90384#M1504</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-10-30T11:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: display arrows with conditions</title>
      <link>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90385#M1505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use text &amp;amp; image chart and import arrow image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/display-arrows-with-conditions/m-p/90385#M1505</guid>
      <dc:creator>wade12</dc:creator>
      <dc:date>2018-10-30T11:22:13Z</dc:date>
    </item>
  </channel>
</rss>

