<?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 Expression problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/355712#M1172706</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 new to Qlikview and I'm having trouble with an expression.&lt;/P&gt;&lt;P&gt;I don't have access to change script, but create charts and tables from data generated by a SAP system to show on a webview.&lt;BR /&gt;My problem is I'm trying to add to an existing expression with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two expressions show icons in my tables, but I've created a date input box with a variable (ZSD_PIPELINE.ZZRQDT = vCustRQdate) &lt;BR /&gt;and have to add it to all expressions in the table to make it work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(ZSD_PIPELINE.cdate_ico = 1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_y.png') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(ZSD_PIPELINE.stock_ico = 1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/check_g.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/cross_r.png') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help in accomplishing this would be very welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 23:17:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-15T23:17:08Z</dc:date>
    <item>
      <title>Expression problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/355712#M1172706</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 new to Qlikview and I'm having trouble with an expression.&lt;/P&gt;&lt;P&gt;I don't have access to change script, but create charts and tables from data generated by a SAP system to show on a webview.&lt;BR /&gt;My problem is I'm trying to add to an existing expression with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two expressions show icons in my tables, but I've created a date input box with a variable (ZSD_PIPELINE.ZZRQDT = vCustRQdate) &lt;BR /&gt;and have to add it to all expressions in the table to make it work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(ZSD_PIPELINE.cdate_ico = 1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_y.png') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(ZSD_PIPELINE.stock_ico = 1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/check_g.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/cross_r.png') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help in accomplishing this would be very welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 23:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/355712#M1172706</guid>
      <dc:creator />
      <dc:date>2012-06-15T23:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/355713#M1172708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What error are you getting? Please elaborate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Supriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 05:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/355713#M1172708</guid>
      <dc:creator />
      <dc:date>2012-06-18T05:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/355714#M1172710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Supriya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying and sorry its taken so long for me to answer.&lt;/P&gt;&lt;P&gt;When I try and add the date variable to the existing expression the existing expression doesn't work, but the date variable does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ZSD_PIPELINE.ZZRQDT = vCustRQdate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Existing expression&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;IF(ZSD_PIPELINE.cdate_ico = 1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_y.png') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Combined&lt;/P&gt;&lt;P&gt;IF((ZSD_PIPELINE.cdate_ico = 1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_y.png'),(ZSD_PIPELINE.ZZRQDT = vCustRQdate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 11:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/355714#M1172710</guid>
      <dc:creator />
      <dc:date>2012-06-22T11:54:53Z</dc:date>
    </item>
  </channel>
</rss>

