<?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: Help With Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874546#M1003399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share your qvw and explain the question with more details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 12:25:00 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-06-11T12:25:00Z</dc:date>
    <item>
      <title>Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874544#M1003397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping someone could help. I have a chart as shown in the pic. I was hoping there was a way to add a third emoticon if there is no greater or smaller than figure returned. Please let me know if there is more detail needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;IMG alt="qlikview smiley.jpg" class="jive-image image-1" src="/legacyfs/online/89099_qlikview smiley.jpg" style="height: 489px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874544#M1003397</guid>
      <dc:creator />
      <dc:date>2015-06-11T12:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874545#M1003398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to get a new emoticon for when 2012 and 2013 are both 0??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874545#M1003398</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-11T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874546#M1003399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share your qvw and explain the question with more details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874546#M1003399</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-11T12:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874547#M1003400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ashley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using Bundle method for the icons?&lt;/P&gt;&lt;P&gt;You can create 3 icons.&lt;/P&gt;&lt;P&gt;And after in expresion use the conditional expresion (If 2014&amp;gt;2013, green, If 2014&amp;lt;2013, red, yellow)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874547#M1003400</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2015-06-11T12:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874548#M1003401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean if LY and CY have equal values (or both are zero)? Normally you check for something like A&amp;lt;B-&amp;gt;Icon1 else Icon2. Change this into something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF (ColumnY2 &amp;lt; ColumnY1, 'PathToIconLT', IF (Column2 &amp;gt; Column1, 'PathToIconGT', 'PathToIconEQ')).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874548#M1003401</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-11T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874549#M1003402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i would like it if the value is 0 then a yellow emoticon. My expression is the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum({&amp;lt;Year={'2012'}&amp;gt;} [Mass Out]*IsProduction) &amp;gt;= sum({&amp;lt;Year={'2013'}&amp;gt;} [Mass Out]*IsProduction),&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley3_r.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874549#M1003402</guid>
      <dc:creator />
      <dc:date>2015-06-11T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874550#M1003403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(sum({&amp;lt;Year={'2012'}&amp;gt;} [Mass Out]*IsProduction) &amp;gt; sum({&amp;lt;Year={'2013'}&amp;gt;} [Mass Out]*IsProduction),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley3_r.png', if (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;Year={'2012'}&amp;gt;} [Mass Out]*IsProduction) &amp;lt; sum({&amp;lt;Year={'2013'}&amp;gt;} [Mass Out]*IsProduction),&lt;/SPAN&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_y.png'&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874550#M1003403</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-11T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874551#M1003404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=If(Sum({&amp;lt;Year={'2012'}&amp;gt;} [Mass Out]*IsProduction) &amp;gt; Sum({&amp;lt;Year={'2013'}&amp;gt;} [Mass Out]*IsProduction),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley3_r.png',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; If(Sum({&amp;lt;Year={'2012'}&amp;gt;} [Mass Out]*IsProduction) &amp;lt; Sum({&amp;lt;Year={'2013'}&amp;gt;} [MassOut]*IsProduction), &lt;/SPAN&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png', '&lt;/STRONG&gt;anotherImage&lt;STRONG&gt;'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874551#M1003404</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-11T12:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874552#M1003405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two nested IFs handle three cases: &amp;lt;, =, &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874552#M1003405</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-11T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874553#M1003406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is perfect and works 100%. Thank you so so much for the help all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874553#M1003406</guid>
      <dc:creator />
      <dc:date>2015-06-11T12:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874554#M1003407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you got a solution that satisfies your requirements, please close the discussion by marking an answer as correct. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874554#M1003407</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-11T12:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874555#M1003408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please mark one of the replies as CORRECT, then it saves COMMUNITY MEMBERS from looking at answered calls? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 15:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874555#M1003408</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-06-11T15:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874556#M1003409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New to the site and the only option i see is the actions tab to mark the answer as helpful. Where would the option to mark it correct be ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 04:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874556#M1003409</guid>
      <dc:creator />
      <dc:date>2015-06-12T04:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874557#M1003410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If( 2014&amp;gt;2013, green, If (2014&amp;lt;2013, red, yellow)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 06:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874557#M1003410</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-06-12T06:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874558#M1003411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO Problem. you should get the option, but you need to open the original thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 08:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Table/m-p/874558#M1003411</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-06-12T08:59:51Z</dc:date>
    </item>
  </channel>
</rss>

