<?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: If else condition in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382060#M801839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use the &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptControlStatements/If.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptControlStatements/If.htm"&gt;If..then..else&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; control statement in expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There is however the &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ConditionalFunctions/if.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ConditionalFunctions/if.htm"&gt;if()&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; function (having 'condition', 'then' and 'else' parameters) you can use in expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2017 21:31:39 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-11-13T21:31:39Z</dc:date>
    <item>
      <title>If else condition in expression</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382057#M801836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can any one explain with the help of suitable example how to use if else and nested if else condition in qlikview expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382057#M801836</guid>
      <dc:creator>dhavalvyas</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If else condition in expression</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382058#M801837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Expression you asking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 17:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382058#M801837</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-11-13T17:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: If else condition in expression</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382059#M801838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.qlikblog.at/464/tool-creating-nested-ifstatements/" title="http://www.qlikblog.at/464/tool-creating-nested-ifstatements/"&gt;A little tool for creating nested if-statements&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382059#M801838</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-11-13T18:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: If else condition in expression</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382060#M801839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use the &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptControlStatements/If.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptControlStatements/If.htm"&gt;If..then..else&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; control statement in expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There is however the &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ConditionalFunctions/if.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ConditionalFunctions/if.htm"&gt;if()&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; function (having 'condition', 'then' and 'else' parameters) you can use in expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 21:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382060#M801839</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-11-13T21:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: If else condition in expression</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382061#M801841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An example can be found here: &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ConditionalFunctions/if.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ConditionalFunctions/if.htm"&gt;if ‒ QlikView&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the Examples and Results link at the bottom of the article.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 23:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-condition-in-expression/m-p/1382061#M801841</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-11-13T23:06:16Z</dc:date>
    </item>
  </channel>
</rss>

