<?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: expression on dimention in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957867#M954744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So thanks again for help Marcus &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2015 04:45:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-24T04:45:06Z</dc:date>
    <item>
      <title>expression on dimention</title>
      <link>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957863#M954740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all QlikView experts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;i have bellow excel entry:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106321_Untitled.png" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;i want to show a hospital name and date in table, if A&amp;gt;B&lt;/P&gt;&lt;P&gt;where i should insert a condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 06:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957863#M954740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-22T06:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: expression on dimention</title>
      <link>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957864#M954741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be depend on many things where the best place is to create/apply a condition. In general I would check this order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. a flag-field within the script // useful if it's not depending on user-selection or aggregation&lt;/P&gt;&lt;P&gt;2. a condition within an expression&amp;nbsp; // nearly always applicable by hiding NULL&lt;/P&gt;&lt;P&gt;3. a condition within a dimension // could have disadvantages by performance and usability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if(A&amp;gt;B, true(), false()) as FlagField&lt;/P&gt;&lt;P&gt;2. if(A&amp;gt;B, sum(value))&lt;/P&gt;&lt;P&gt;3. if(A&amp;gt;B, [Hospital name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 10:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957864#M954741</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-22T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: expression on dimention</title>
      <link>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957865#M954742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcus&lt;/P&gt;&lt;P&gt;Thank's for your explanations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In option 2, where i should write this condition? in condition or in definition area?&lt;/P&gt;&lt;P&gt;In option 3, if we have several dimensions, we should write this condition for all of them?in "condition" area or "edit" area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for these simple questions? i'm beginner&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957865#M954742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: expression on dimention</title>
      <link>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957866#M954743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By both options (2. and 3.) come the expression respectively the dimension-condition (one dimension is enough) into the definition area - what didn't be true will be return NULL and this could be hidden for each single dimension and globally for all expressions (in tab presentation). Play a bit with them, it's not so difficult and you will learn from things they work and which didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 17:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957866#M954743</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-23T17:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: expression on dimention</title>
      <link>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957867#M954744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So thanks again for help Marcus &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 04:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-on-dimention/m-p/957867#M954744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T04:45:06Z</dc:date>
    </item>
  </channel>
</rss>

