<?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 Arrow Images in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Arrow-Images-in-Straight-Table/m-p/653225#M669844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make arrows - one up, one straight, one down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on an integer that is either positive, = to zero, or negative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the expression I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(if(column(3)&amp;gt;0 ,('qmem://&amp;lt;builtin&amp;gt;/Arrow_N_G.png,&lt;BR /&gt; if(column (3)=0 ,(qmem://&amp;lt;builtin&amp;gt;/Arrow_E_Y.png,&lt;BR /&gt; if(column (3)&amp;lt;0 ,(qmem://&amp;lt;builtin&amp;gt;/Arrow_S_R.png'))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Can anyone help me fix this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks, JV&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 23:46:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-02T23:46:09Z</dc:date>
    <item>
      <title>Arrow Images in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Images-in-Straight-Table/m-p/653225#M669844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make arrows - one up, one straight, one down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on an integer that is either positive, = to zero, or negative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the expression I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(if(column(3)&amp;gt;0 ,('qmem://&amp;lt;builtin&amp;gt;/Arrow_N_G.png,&lt;BR /&gt; if(column (3)=0 ,(qmem://&amp;lt;builtin&amp;gt;/Arrow_E_Y.png,&lt;BR /&gt; if(column (3)&amp;lt;0 ,(qmem://&amp;lt;builtin&amp;gt;/Arrow_S_R.png'))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Can anyone help me fix this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks, JV&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 23:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Images-in-Straight-Table/m-p/653225#M669844</guid>
      <dc:creator />
      <dc:date>2014-10-02T23:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Images in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Images-in-Straight-Table/m-p/653226#M669845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;if(column(3)&amp;gt;0 ,'qmem://&amp;lt;builtin&amp;gt;/Arrow_N_G.png',&lt;BR /&gt; if(column (3)=0 ,'qmem://&amp;lt;builtin&amp;gt;/Arrow_E_Y.png',&lt;BR /&gt; if(column (3)&amp;lt;0 ,'qmem://&amp;lt;builtin&amp;gt;/Arrow_S_R.png')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 00:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Images-in-Straight-Table/m-p/653226#M669845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-03T00:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Images in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Images-in-Straight-Table/m-p/653227#M669846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nice.&amp;nbsp; I guess I got excited with all the ( and ).&lt;/P&gt;&lt;P&gt;Thanks. jv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 00:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Images-in-Straight-Table/m-p/653227#M669846</guid>
      <dc:creator />
      <dc:date>2014-10-03T00:31:53Z</dc:date>
    </item>
  </channel>
</rss>

