<?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: Requesting Pros regarding conditional functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877304#M655072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the blog&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/25/which-conditional-functions-do-you-use#start=25" title="https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/25/which-conditional-functions-do-you-use#start=25"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/25/which-conditional-functions-do-you-use#start=25&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 06:47:32 GMT</pubDate>
    <dc:creator>Siva_Sankar</dc:creator>
    <dc:date>2015-07-03T06:47:32Z</dc:date>
    <item>
      <title>Requesting Pros regarding conditional functions</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877303#M655065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conditional Functions:&lt;/P&gt;&lt;P&gt;-----------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We all do know what the syntax of conditional statements are , but we are with less number of resource documents in community , i request pros to contribute something regarding this, robert mika i ve been using your resource documents and i found them very useful ,hope you take some time in this also ,i hope everyone come up with different scenarios and new ways of using them .cheers all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/156808"&gt;Robert_Mika&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt; &lt;/P&gt;&lt;P&gt;if(condition , then , else)&lt;/P&gt;&lt;P&gt;alt(case1[ , case2 , case3 , ...] , else)&lt;/P&gt;&lt;P&gt;pick(n, expr1[ , expr2,...exprN])&lt;/P&gt;&lt;P&gt;match( str, expr1 [ , expr2,...exprN ] )&lt;/P&gt;&lt;P&gt;mixmatch( str, expr1 [ , expr2,...exprN ] )&lt;/P&gt;&lt;P&gt;wildmatch( str, expr1 [ , expr2,...exprN ] )&lt;/P&gt;&lt;P&gt;class(expression, interval [ , label [ , offset ]])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;QvhelpPlease&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 06:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877303#M655065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T06:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting Pros regarding conditional functions</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877304#M655072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the blog&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/25/which-conditional-functions-do-you-use#start=25" title="https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/25/which-conditional-functions-do-you-use#start=25"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/25/which-conditional-functions-do-you-use#start=25&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 06:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877304#M655072</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-07-03T06:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting Pros regarding conditional functions</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877305#M655078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first thing you should as yourself when you have a conditional expression is: &lt;EM&gt;Can this problem be solved with Set Analysis?&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is that Set Analysis is always faster if the data amount is large. Hence, Set Analysis should be the preferred solution for conditional aggregations. See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3807"&gt;Conditional Aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3808"&gt;Performance of Conditional Aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second question is: &lt;EM&gt;Can I prepare some of the calculations in the script, so that less calculations are made during the actual session?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you in the script create Boolean fields - flags - the calculations in the UI will be faster and easier to express. See e.g.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2837"&gt;On Boolean Fields and Functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3619"&gt;Year-over-Year Comparisons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877305#M655078</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-07-03T07:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting Pros regarding conditional functions</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877306#M655081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help HIC &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-Pros-regarding-conditional-functions/m-p/877306#M655081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T07:44:18Z</dc:date>
    </item>
  </channel>
</rss>

