<?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: Requirement on If condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173578#M910149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you make active selections in Country field, e.g. 'USA', your chart automatically will reflect this selection (Qlik logic default behaviour).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To filter quarters, you can use either an if() statement or set analysis in your chart aggregation functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( &lt;STRONG&gt;If(QuarterField = 'Q1', &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Amount))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(&lt;STRONG&gt;{&amp;lt;QuarterField = {'Q1'}&amp;gt;}&lt;/STRONG&gt; Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Accordingly for other quarters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Jun 2016 18:59:34 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-11T18:59:34Z</dc:date>
    <item>
      <title>Requirement on If condition</title>
      <link>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173577#M910148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have a requirement to display four quarters in four objects(straight tables).&lt;/P&gt;&lt;P&gt;I.e we have four quarters named Q1, Q2,Q3,Q4&lt;/P&gt;&lt;P&gt;In the first table q1 data must display second table q2 third table q3....&lt;/P&gt;&lt;P&gt;Here the condition is I have a field name called Country And the values are USA, CANADA,INDIA etc&lt;/P&gt;&lt;P&gt;Here I need to write a condition related to country and quarter &lt;/P&gt;&lt;P&gt;I.e if we select country usa the&amp;nbsp; usa q1 data must be dispalyed in first table&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if we select country usa the usa q2&amp;nbsp; data must be dispalyed in second&amp;nbsp; table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In the same way for other countries&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can any one give the synatax for this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Chinnu&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/Requirement-on-If-condition/m-p/1173577#M910148</guid>
      <dc:creator>chinnu123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement on If condition</title>
      <link>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173578#M910149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you make active selections in Country field, e.g. 'USA', your chart automatically will reflect this selection (Qlik logic default behaviour).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To filter quarters, you can use either an if() statement or set analysis in your chart aggregation functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( &lt;STRONG&gt;If(QuarterField = 'Q1', &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Amount))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(&lt;STRONG&gt;{&amp;lt;QuarterField = {'Q1'}&amp;gt;}&lt;/STRONG&gt; Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Accordingly for other quarters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 18:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173578#M910149</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-11T18:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement on If condition</title>
      <link>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173579#M910150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as attached... Please modify according to your needs:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 19:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173579#M910150</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-06-11T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement on If condition</title>
      <link>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173580#M910151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply swuehl,&lt;/P&gt;&lt;P&gt;Here the Country is selection field (multi box) for the Users. Users will select&amp;nbsp;&amp;nbsp; country in which they need to see the quarter results so they can select any of the country &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 19:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173580#M910151</guid>
      <dc:creator>chinnu123</dc:creator>
      <dc:date>2016-06-11T19:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement on If condition</title>
      <link>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173581#M910152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what Stefan is saying "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Qlik logic default behaviour". When you select different countries from the list box it will show you the selected countries in your table/chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 19:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requirement-on-If-condition/m-p/1173581#M910152</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-06-11T19:15:23Z</dc:date>
    </item>
  </channel>
</rss>

