<?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: expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression/m-p/1234897#M392978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers... &lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 04:52:34 GMT</pubDate>
    <dc:creator>rahulpawarb</dc:creator>
    <dc:date>2017-01-18T04:52:34Z</dc:date>
    <item>
      <title>expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1234891#M392972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a table where i need to add a single&amp;nbsp; column which will display if student&amp;nbsp; pass or fail&lt;/P&gt;&lt;P&gt;the field from data model is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE- in single column &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Pass Ind: &lt;/STRONG&gt;A Y/N 1/0 dual flag that indicates whether the Student pass&lt;/SPAN&gt;&lt;SPAN style="text-indent: -0.25in; font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-indent: -0.25in; font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN class="s1" style="text-indent: -0.25in; font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Fail Ind: &lt;/STRONG&gt;A Y/N, 1/0 dual flag that indicates whether the student Fail&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any suggestion would be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/178253"&gt;tamilarasu&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P style="text-indent: -.25in;"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 00:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1234891#M392972</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2017-01-12T00:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1234892#M392973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to explain your problem in a bit more detail, and possibly post a sample app. It's not too clear what is your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 01:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1234892#M392973</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-01-12T01:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1234893#M392974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everest,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with Oleg; please elaborate your request.&lt;/P&gt;&lt;P&gt;However, I am just passing a guess answer. Use below expression to get the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(A='Y' OR A=1, 'Pass','Fail') AS Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 05:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1234893#M392974</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-01-12T05:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1234894#M392975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual (If (A='Y','Pass','Fail'),&lt;SPAN style="font-size: 13.3333px;"&gt;If (A='Y',1,0)) as Status&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 05:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1234894#M392975</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-12T05:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1234895#M392976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ujjwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delayed response. Could you explain your question a bit more or post some sample data and expected output? It would be easy for us to help you quickly. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 13:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1234895#M392976</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2017-01-16T13:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1234896#M392977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(A='Y' OR A=1, 'Pass','Fail') AS Status&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;works perfectly &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 18:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1234896#M392977</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2017-01-17T18:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1234897#M392978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers... &lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 04:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1234897#M392978</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-01-18T04:52:34Z</dc:date>
    </item>
  </channel>
</rss>

