<?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: Calculated Dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculated-Dimension/m-p/1545309#M39288</link>
    <description>&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;=If([Set Team Owner] = 'Test_Team_Auto','Automated',&lt;BR /&gt;If(WildMatch(SET,'INT*') &amp;gt; 0,'Integrated',&lt;BR /&gt;If(WildMatch(SET,'OTC*') &amp;gt; 0,'Standalone',NULL())))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2019 20:19:05 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2019-02-15T20:19:05Z</dc:date>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Dimension/m-p/1545278#M39287</link>
      <description>&lt;P&gt;Hello Qlik Community!&lt;/P&gt;&lt;P&gt;I need to create a Calculated Dimension with 3 categories: Integrated Sets, Standalone Sets, Automated Sets. I am working with data that contains thousands of test sets. The "integrated" test sets have a naming convention of "INT.XXX.12345" and the Standalone test sets have a naming convention of "OTC.XXX.1234". The Automated test sets can be both integrated and standalone, but contain a specific value of "Test_Team_Auto" in another column called [Set Team Owner]. Can someone help me create a calculated dimension that will specify Integrated, Standalone, and Automated? Thank you in advance!&lt;/P&gt;&lt;P&gt;Anthony&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Dimension/m-p/1545278#M39287</guid>
      <dc:creator>amusia</dc:creator>
      <dc:date>2019-02-15T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Dimension/m-p/1545309#M39288</link>
      <description>&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;=If([Set Team Owner] = 'Test_Team_Auto','Automated',&lt;BR /&gt;If(WildMatch(SET,'INT*') &amp;gt; 0,'Integrated',&lt;BR /&gt;If(WildMatch(SET,'OTC*') &amp;gt; 0,'Standalone',NULL())))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 20:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Dimension/m-p/1545309#M39288</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2019-02-15T20:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Dimension/m-p/1545323#M39290</link>
      <description>&lt;PRE&gt;if(Wildmatch(yourfield,'INT.*'),'Integrated',if(Wildmatch(yourfield,'OTC.*'),'Standalone', if((Wildmatch(yourfield,'INT.*') orWildmatch(yourfield,'OTC.*')) and [Set Team Owner] = 'Test_tam_auto','Automated','Not applicable')))&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Feb 2019 21:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Dimension/m-p/1545323#M39290</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-15T21:23:20Z</dc:date>
    </item>
  </channel>
</rss>

