<?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 Calculated dimension with multiple if statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290666#M403607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to show a single calculated dimension which meets the following conditions :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF BUSINESS_UNIT ='SALES'&lt;/P&gt;&lt;P&gt;IF REGION LIKE 'AMERICAS*',&lt;/P&gt;&lt;P&gt;IF SALESPERSON LIKE 'JOHN*',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some help constructing this statement with the correct syntax please. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 12:49:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-20T12:49:10Z</dc:date>
    <item>
      <title>Calculated dimension with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290666#M403607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to show a single calculated dimension which meets the following conditions :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF BUSINESS_UNIT ='SALES'&lt;/P&gt;&lt;P&gt;IF REGION LIKE 'AMERICAS*',&lt;/P&gt;&lt;P&gt;IF SALESPERSON LIKE 'JOHN*',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some help constructing this statement with the correct syntax please. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 12:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290666#M403607</guid>
      <dc:creator />
      <dc:date>2016-12-20T12:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290667#M403608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;if (match(BUSINESS_UNIT,'SALES')&amp;gt;0 and match(REGION, 'AMERICAS')&amp;gt;0 and match(SALESPERSON, 'JOHN')&amp;gt;0, yourcalulateddimension)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 12:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290667#M403608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T12:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290668#M403609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome thanks. On the presentation side is there an easy way of hiding the dimension and expression labels ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290668#M403609</guid>
      <dc:creator />
      <dc:date>2016-12-20T13:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290669#M403610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on either tab Dimension and Expression you may untick the Labels (or give own descriptions)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290669#M403610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T13:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290670#M403611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, mine is showing as greyed out in the dimensions tab though &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290670#M403611</guid>
      <dc:creator />
      <dc:date>2016-12-20T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290671#M403612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it depends on the Chart type. a Pivot table you may Change the description but you cannot be without Label (you may define an empty text). in a barchart you may design your Chart without a label&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-with-multiple-if-statements/m-p/1290671#M403612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T13:31:21Z</dc:date>
    </item>
  </channel>
</rss>

