<?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 Over a Expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628680#M1089841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends. I am having Table chart, using expression SUM([Debit Amount] to show Amounts for all months and Year well.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5-27-2014 3-13-42 PM.png" class="jive-image" src="/legacyfs/online/59587_5-27-2014 3-13-42 PM.png" style="width: 620px; height: 62px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use a Arrow Marks ups and downs to show up that last month Amount is more than current month and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this expression on the lable field of Expression&lt;/P&gt;&lt;P&gt;=if(Max([Debit Amount],Month) &amp;lt; max([Debit Amount],Month-1),'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png',)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is not working. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 08:30:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-27T08:30:28Z</dc:date>
    <item>
      <title>Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628680#M1089841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends. I am having Table chart, using expression SUM([Debit Amount] to show Amounts for all months and Year well.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5-27-2014 3-13-42 PM.png" class="jive-image" src="/legacyfs/online/59587_5-27-2014 3-13-42 PM.png" style="width: 620px; height: 62px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use a Arrow Marks ups and downs to show up that last month Amount is more than current month and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this expression on the lable field of Expression&lt;/P&gt;&lt;P&gt;=if(Max([Debit Amount],Month) &amp;lt; max([Debit Amount],Month-1),'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png',)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is not working. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 08:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628680#M1089841</guid>
      <dc:creator />
      <dc:date>2014-05-27T08:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628681#M1089842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Make sure representation as image is selected as shown in the image attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 08:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628681#M1089842</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-27T08:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628682#M1089843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivian,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;num(sum([Debit Amount]),'$ #,##0.00')&amp;amp;' '&amp;amp; if(Above(sum([Debit Amount])) &amp;gt; sum([Debit Amount]),Chr(9660))&lt;/P&gt;&lt;P&gt;Chr(9660) is Char Unicode of Arrow.&lt;/P&gt;&lt;P&gt;Regards, Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 08:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628682#M1089843</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-05-27T08:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628683#M1089844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2nd image.png" class="jive-image" src="/legacyfs/online/59688_2nd image.png" style="width: 620px; height: 107px;" /&gt;&lt;/P&gt;&lt;P&gt;I used this&lt;/P&gt;&lt;P&gt; if(num(sum([Debit Amount]),'$ #,##0.00')&amp;amp;' '&amp;amp; if(Above(sum([Debit Amount])) &amp;gt; sum([Debit Amount]),Chr(9660)),'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_g.png')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 06:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628683#M1089844</guid>
      <dc:creator />
      <dc:date>2014-05-28T06:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628684#M1089845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ashfaq i am used image contained in Qlikview bundle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 06:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628684#M1089845</guid>
      <dc:creator />
      <dc:date>2014-05-28T06:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628685#M1089846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Vivian,&lt;/P&gt;&lt;P&gt;have You solved ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 07:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628685#M1089846</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-05-28T07:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628686#M1089847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Antonio,&lt;/P&gt;&lt;P&gt;I guess we should try Set Analysis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My calendar is like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="calendar.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/59744_calendar.png" /&gt;&lt;/P&gt;&lt;P&gt;and Table Like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pivot table.png" class="jive-image" src="/legacyfs/online/59745_pivot table.png" style="width: 620px; height: 87px;" /&gt;&lt;/P&gt;&lt;P&gt;I want to display This arrow marks up or down comparing preceding Expense Amount.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 04:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628686#M1089847</guid>
      <dc:creator />
      <dc:date>2014-05-29T04:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628687#M1089848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivian,&lt;/P&gt;&lt;P&gt;if You use qmem You must create a column image.&lt;/P&gt;&lt;P&gt;if You use Chr(9660) and Chr(9650) You have single column.&lt;/P&gt;&lt;P&gt;Use function Above(Sum([Expense Amount])) to compare with preceding Column.&lt;/P&gt;&lt;P&gt;See my previous answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 07:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628687#M1089848</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-05-29T07:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628688#M1089849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Antonio,&lt;/P&gt;&lt;P&gt;I tested as per your suggession, it doesnt worked me for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 07:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628688#M1089849</guid>
      <dc:creator />
      <dc:date>2014-05-30T07:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628689#M1089850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give me your personal email, i shall send you qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 07:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628689#M1089850</guid>
      <dc:creator />
      <dc:date>2014-05-30T07:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628690#M1089851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivian,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my e-mail&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mancini@teseo.it"&gt;mancini@teseo.it&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 07:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628690#M1089851</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-05-30T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628691#M1089852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All.&lt;/P&gt;&lt;P&gt;Thank you for views and support.&lt;/P&gt;&lt;P&gt;I have Followd ANTONIO MANCINI suggession, and its successfully working.&lt;/P&gt;&lt;P&gt;Here is the CODE given by ANTONIO MANCINI for reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(RowNo() &amp;gt; 0 and Dimensionality() &amp;gt; 0,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Before(sum([Debit Amount])) &amp;gt; sum([Debit Amount]),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'qmem://&amp;lt;builtin&amp;gt;/Arrow_S_R.png','qmem://&amp;lt;builtin&amp;gt;/Arrow_N_G.png'))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 09:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628691#M1089852</guid>
      <dc:creator />
      <dc:date>2014-05-30T09:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628692#M1089853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ANTONIO,&lt;/P&gt;&lt;P&gt;I also want to skip arrow if the value is zero,&lt;/P&gt;&lt;P&gt;i tried this, it worked for down arrow, but not up arrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(RowNo() &amp;gt; 0 and Dimensionality() &amp;gt; 0,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(After(sum([Debit Amount])) &amp;gt; sum([Debit Amount]) and sum([Debit Amount])&amp;gt;0,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_g.png'),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(RowNo() &amp;gt; 0 and Dimensionality() &amp;gt; 0,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(After(sum([Debit Amount])) &amp;lt; sum([Debit Amount]) and sum([Debit Amount])&amp;gt;0,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png')))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 09:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628692#M1089853</guid>
      <dc:creator />
      <dc:date>2014-05-30T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628693#M1089854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(RowNo() &amp;gt; 1 and Dimensionality() &amp;gt; 0 &lt;STRONG&gt;and [Debit Amount] &amp;lt;&amp;gt; 0,...........&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 09:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628693#M1089854</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-05-30T09:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow Over a Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628694#M1089855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ANTONIO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, its working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 10:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arrow-Over-a-Expression/m-p/628694#M1089855</guid>
      <dc:creator />
      <dc:date>2014-05-30T10:29:27Z</dc:date>
    </item>
  </channel>
</rss>

