<?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: Limiting Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412910#M814433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daemon,&lt;/P&gt;&lt;P&gt;The general method should still work for text conditions. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(if(wildmatch([my field],'A*'), [my field]),[my field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should restrict your dimension values to those stating with 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check your syntax or post the actual definition so we can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 12:51:23 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2017-09-26T12:51:23Z</dc:date>
    <item>
      <title>Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412902#M814425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm probably being stupid here, but I can't find a solution to this simple problem, and I can't find any topics that directly address it either, it's no doubt because the solution is so simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table, and one of the dimensions is age (as num). I want to limit the table so that it only shows values, for all dimensions in the table, where the age is less than or equal to 16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried dimension limits and I've tried a calculated dimension, i'm obviously stupid this morning. Please help me. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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/Limiting-Straight-Table/m-p/1412902#M814425</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412903#M814426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;Create New dimension like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1506417334690362 jive_text_macro" jivemacro_uid="_1506417334690362"&gt;
&lt;P&gt;=if(DimensionAge&amp;gt;=16,DimensionAge,null())&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and uncheck "Include Null Values" in Dimension Properties Panel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 09:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412903#M814426</guid>
      <dc:creator>kenphamvn</dc:creator>
      <dc:date>2017-09-26T09:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412904#M814427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately that didn't work. It still lists all ages. Also by "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and uncheck "Include Null Values" in Dimension Properties Panel" I assume mean to tick the "Suppress When Value Is Null" box?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412904#M814427</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2017-09-26T10:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412905#M814428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might need to add a dimension-condition like the one above in more than a single-dimension. Further you need to check your expressions - an expression with set analysis like sum({1} TOTAL AnyValue) could display dimension-values which are excluded by conditions/selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way could be to exclude this through set analysis within the expressions like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; DimensionAge = {"&amp;lt;=16"}&amp;gt;} AnyValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412905#M814428</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-09-26T10:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412906#M814429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(if(DimensionAge&amp;gt;=16,DimensionAge),DimensionAge)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dimensions tab check the option to Suppress When Value Is Null&lt;EM&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412906#M814429</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-26T10:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412907#M814430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm unfortunately not using any expressions within the table. I would definitely use set analysis if I was though thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412907#M814430</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2017-09-26T10:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412908#M814431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked perfectly thank you. I'm also grateful it took an aggr function, which I can pretend are difficult, to solve this. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why using the Dimension Limits tab and the second option didn't work? I assumed that tab was created for situations such as this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412908#M814431</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2017-09-26T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412909#M814432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried to convert the correct answer to also limit a straight table by a text value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if([myfield]"mytext",[myfield]),[myfield])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but unfortunately it didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it the same principle, or would it be worth me creating another thread?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412909#M814432</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2017-09-26T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412910#M814433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daemon,&lt;/P&gt;&lt;P&gt;The general method should still work for text conditions. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(if(wildmatch([my field],'A*'), [my field]),[my field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should restrict your dimension values to those stating with 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check your syntax or post the actual definition so we can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-Straight-Table/m-p/1412910#M814433</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-26T12:51:23Z</dc:date>
    </item>
  </channel>
</rss>

