<?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: Conditional Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582507#M479532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/140171"&gt;Vardhan A&lt;/A&gt; Thank You this works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I also want it to show if all 3 are selected can I do that in the same condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 13:20:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-29T13:20:28Z</dc:date>
    <item>
      <title>Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582498#M479523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table where I want to put a condition on 4 of the expressions to say if these month are selected then show. I am able to do it for if just one month is showing i.e (Month=1) however I want to say if Month=(1,2,3) then show. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 11:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582498#M479523</guid>
      <dc:creator />
      <dc:date>2014-01-29T11:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582499#M479524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try getfieldselections() and/or getfieldselectionscount() to read or count the current selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 11:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582499#M479524</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-01-29T11:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582500#M479525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetFieldSelections(Months)=1 or GetFieldSelections(Months)=2 or GetFieldSelections(Months)=3,Year,Week)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this can help you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 11:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582500#M479525</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-29T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582501#M479526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neither of these work but thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 12:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582501#M479526</guid>
      <dc:creator />
      <dc:date>2014-01-29T12:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582502#M479527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it again - generally it will work. Perhaps you could also use a simple count-function about the month: if(count(distinct Month) = 3, true(), false())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 12:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582502#M479527</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-01-29T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582503#M479528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the below expression in condition&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(GetFieldSelections(Month)=1 and GetFieldSelections(Month)=2 and GetFieldSelections(Month)=3, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Vardhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 12:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582503#M479528</guid>
      <dc:creator />
      <dc:date>2014-01-29T12:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582504#M479529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would work with ORs instead of ANDs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 12:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582504#M479529</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2014-01-29T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582505#M479530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want this condition for whole chart/table or for particular some field or expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For whole Chart/Table use below in&lt;/P&gt;&lt;P&gt;Layout&lt;/P&gt;&lt;P&gt;Show - Condition&lt;/P&gt;&lt;P&gt;Month = 1 or Month = 2 or Month = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Try Below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections(Month) = 1 or GetFieldSelections(Month) = 2 or GetFieldSelections(Month) = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Particular Expression...&lt;/P&gt;&lt;P&gt;Try as below&lt;/P&gt;&lt;P&gt;=IF(GetFieldSelections(Month) = 1 or GetFieldSelections(Month) = 2 or GetFieldSelections(Month) = 3,&amp;nbsp; SUM(Sales)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582505#M479530</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-29T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582506#M479531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the months 1, 2 and 3 to be selected to perform an action, you may simply do:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; if( &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;substringcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Month, ','), '1,2,3') =1, your action or everything you want)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Concat&lt;/STRONG&gt;() will create a string. &lt;STRONG&gt;Substringcount&lt;/STRONG&gt;() will return 1 if OK, 0 if it does not find (in fact, this function returns the number of times it finds the expression)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582506#M479531</guid>
      <dc:creator />
      <dc:date>2014-01-29T13:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582507#M479532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/140171"&gt;Vardhan A&lt;/A&gt; Thank You this works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I also want it to show if all 3 are selected can I do that in the same condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582507#M479532</guid>
      <dc:creator />
      <dc:date>2014-01-29T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582508#M479533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make it more simpler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Account_Name1,',')='ABC'&amp;amp;','&amp;amp;'BCD',1,0)&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;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582508#M479533</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-01-29T13:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582509#M479534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i use the conditianal expression without selecting a value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TH bgcolor="#f5f5f5" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Obj&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH bgcolor="#f5f5f5" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Period&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;6&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;7&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;8&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;9&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;11&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;12&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;Total &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;150&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;120&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;170&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;220&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;250&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;180&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;170&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;140&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;120&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;2020 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;110&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;210&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;160&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;110&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;160&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;210&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;230&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;260&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;170&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;150&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;130&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;130&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;2030&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display only the periods 8 to 12 and the total column (having the periods 1 to 12)&lt;/P&gt;&lt;P&gt;can I do it with a condition in an expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 13:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/582509#M479534</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2014-04-21T13:36:04Z</dc:date>
    </item>
  </channel>
</rss>

