<?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: How can put upper and lower arrow indicators in qlik sense? in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010075#M52455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajesh,&lt;/P&gt;&lt;P&gt;U can use chr(9650) for upper arrow and chr(9660) for down arrow based on your conditions.&lt;/P&gt;&lt;P&gt;Ex - if(value=1,&lt;SPAN style="font-size: 13.3333px;"&gt;chr(9650) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(value=(-1), &lt;SPAN style="font-size: 13.3333px;"&gt;chr(9660)&lt;/SPAN&gt;)&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For color again you can create an expression as Robert has indicated. &lt;/P&gt;&lt;P&gt;Alternately u can follow robert's method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 05:51:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-07T05:51:18Z</dc:date>
    <item>
      <title>How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010073#M52453</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 have to add expression as value in pivot table.&lt;/P&gt;&lt;P&gt;expression should be 1 or -1 value(like value=1,-1).I need to show in expression if value is 1 then i need show upper arrow with green colour ,if the value is -1 need to show down arrow with red colour.&lt;/P&gt;&lt;P&gt;please explain me how can put arrows in qlik sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010073#M52453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-06T19:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010074#M52454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this custom format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Try this as custom format&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;▲ #,##0;▼ #,##0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then add in Text Color Expression:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Value=1,Green(),Red())&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'comic sans ms', sans-serif;"&gt;Feeling Qlikngry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How To /Missing Manual(18 articles)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 22:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010074#M52454</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-10-06T22:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010075#M52455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajesh,&lt;/P&gt;&lt;P&gt;U can use chr(9650) for upper arrow and chr(9660) for down arrow based on your conditions.&lt;/P&gt;&lt;P&gt;Ex - if(value=1,&lt;SPAN style="font-size: 13.3333px;"&gt;chr(9650) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(value=(-1), &lt;SPAN style="font-size: 13.3333px;"&gt;chr(9660)&lt;/SPAN&gt;)&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For color again you can create an expression as Robert has indicated. &lt;/P&gt;&lt;P&gt;Alternately u can follow robert's method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010075#M52455</guid>
      <dc:creator />
      <dc:date>2015-10-07T05:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010076#M52456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel it's a good solution. &lt;/P&gt;&lt;P&gt;Can you please let me know how to add colors(Red / Green) to only &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;▲ &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;▼, excluding Numbers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I can sense two options;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;- Write expressions in Text box (?)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;- Add Colored Unicode (if any)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="111.png" class="jive-image image-1" height="162" src="https://community.qlik.com/legacyfs/online/173840_111.png" style="height: 162px; width: 127.393px;" width="127" /&gt;&lt;/P&gt;&lt;P&gt;I am trying to avoid coloring numbers here.&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;P&gt;Mrutyunjaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 12:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1010076#M52456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T12:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602006#M141070</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Please help me out for the below where i use Valuelist. It is very urgent...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Up-Down-arrow-based-on-pivot-table-which-is-using-Valuelist/m-p/1601915/highlight/false#M377890" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/Up-Down-arrow-based-on-pivot-table-which-is-using-Valuelist/m-p/1601915/highlight/false#M377890&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2019 08:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602006#M141070</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2019-07-13T08:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602076#M141088</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Any update on the above please?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2019 14:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602076#M141088</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2019-07-14T14:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602141#M141109</link>
      <description>&lt;P&gt;???&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 06:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602141#M141109</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2019-07-15T06:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602984#M141311</link>
      <description>&lt;P&gt;I want to change color of up/down arrow only not the numbers. How can I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 05:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602984#M141311</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2019-07-17T05:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602988#M141312</link>
      <description>&lt;P&gt;Did you find anything? I am also looking for the same...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 05:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1602988#M141312</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2019-07-17T05:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1887234#M199260</link>
      <description>&lt;P&gt;I accomplished the coloring like so...&lt;BR /&gt;&lt;BR /&gt;1) Create a master item with the measure and add segment coloring for &amp;lt;&amp;gt;0 red/green.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Master Item Segment Coloring" style="width: 176px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71285iD891E3D9FCAFA3B3/image-size/small?v=v2&amp;amp;px=200" role="button" title="masteritem.jpg" alt="Master Item Segment Coloring" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Master Item Segment Coloring&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Add that Master Item Measure to a KPI Object and turn off the Use Master Measure Formatting&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="KPI Settings" style="width: 113px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71286i0300B948E3C34072/image-size/small?v=v2&amp;amp;px=200" role="button" title="KPI Settings.jpg" alt="KPI Settings" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;KPI Settings&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Click finish and your object should have the conditional up down arrow with the coloring.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Green Arrow" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71287i769AF32E06D758D5/image-size/small?v=v2&amp;amp;px=200" role="button" title="arrow.jpg" alt="Green Arrow" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Green Arrow&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Red Arrow" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71288i698C22C1A48616CA/image-size/small?v=v2&amp;amp;px=200" role="button" title="Redarrow.jpg" alt="Red Arrow" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Red Arrow&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 18:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/1887234#M199260</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2022-01-31T18:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can put upper and lower arrow indicators in qlik sense?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/2074239#M230883</link>
      <description>&lt;P&gt;This does not work anymore&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 09:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-can-put-upper-and-lower-arrow-indicators-in-qlik-sense/m-p/2074239#M230883</guid>
      <dc:creator>RicKozar</dc:creator>
      <dc:date>2023-05-23T09:03:38Z</dc:date>
    </item>
  </channel>
</rss>

