<?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 Trend cursors with numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trend-cursors-with-numbers/m-p/545310#M203665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I create a mini chart that will show a number and an UP/Down cursor highlighted with Green/Red by thresholds I define and based on calculation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 06:50:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-09T06:50:57Z</dc:date>
    <item>
      <title>Trend cursors with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-cursors-with-numbers/m-p/545310#M203665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I create a mini chart that will show a number and an UP/Down cursor highlighted with Green/Red by thresholds I define and based on calculation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-cursors-with-numbers/m-p/545310#M203665</guid>
      <dc:creator />
      <dc:date>2013-12-09T06:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trend cursors with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-cursors-with-numbers/m-p/545311#M203666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think there is a way to show the images and the text in the same cell. However you can show them in spearate columns and change the UI a bit to make it look like one column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Internal Images available in Qlikview app itself to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can put in your conditions and then use the below info to show up the arrows on the chart. (You will have to change the Representation from "Text" to "Image" for the arrows to appear on the chart.&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor752"&gt;&lt;/A&gt;Internal Files&lt;/H1&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;A set of image files and sound files are already embedded in the QlikView program file. These may be referenced directly from the layout, without the need for any special preparations. The syntax for reference is:&lt;/P&gt;
&lt;P class="Code"&gt;qmem://&amp;lt;builtin&amp;gt;/&lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;where &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; is one of the filenames listed below (including extension). &lt;/P&gt;
&lt;P class="example"&gt;Examples:&lt;/P&gt;
&lt;P class="Code"&gt;'qmem://&amp;lt;builtin&amp;gt;/Arrow_N_G.png'&lt;/P&gt;
&lt;P class="Code"&gt;='qmem://&amp;lt;builtin&amp;gt;/Smiley'&amp;amp;if(sum(Result)&amp;lt;0,1,3)&amp;amp;'_Y.png'&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;
&lt;H3&gt;Arrow Images&lt;/H3&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;The arrows set permits you to display arrows in eight directions and four colors. Filenames are coded as follows: The word &lt;SPAN class="Bold"&gt;Arrow&lt;/SPAN&gt; followed by a map direction ( &lt;SPAN class="Bold"&gt;_N&lt;/SPAN&gt;, &lt;SPAN class="Bold"&gt;_NE&lt;/SPAN&gt;, &lt;SPAN class="Bold"&gt;_E&lt;/SPAN&gt;, &lt;SPAN class="Bold"&gt;_SE&lt;/SPAN&gt;, &lt;SPAN class="Bold"&gt;_S&lt;/SPAN&gt;, &lt;SPAN class="Bold"&gt;_SW&lt;/SPAN&gt;, &lt;SPAN class="Bold"&gt;_W&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;_NW&lt;/SPAN&gt; ). This may be followed by &lt;SPAN class="Bold"&gt;_G&lt;/SPAN&gt; for green, &lt;SPAN class="Bold"&gt;_R&lt;/SPAN&gt; for red and &lt;SPAN class="Bold"&gt;_Y&lt;/SPAN&gt; for yellow. If no color is stated in the filename, a gray arrow is referenced. &lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above snippet was taken from the Qlikview help available in the Qlikview app itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Aadil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 09:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-cursors-with-numbers/m-p/545311#M203666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T09:40:49Z</dc:date>
    </item>
  </channel>
</rss>

