<?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: Straight Table - Issue with un associated tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652817#M1063094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm i see what you mean. That is odd behavior. It seems like it reduces the set to what you have selected when you hit the reload button. Undoubtedly its caused by the data model (since there is no link between the field Z and field A). But whether or not it should be doing that, I do not know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be easier, is just use the fields X and Z in the straight table. Not sure where the field A comes into play, cause it seems like you want to ignore selections. But if you want to incorporate A in there somehow, it may be easier just to add that logic to the table with fields X and Z instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other resolutions may come from doing things in the loadscript and then dashboard, but I do not know what you are doing in your real solution so I can't say for sure. If you wish to attach an example that better resembles what you are doing in your solution, we can maybe take a look at it.&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>Mon, 22 Sep 2014 14:30:49 GMT</pubDate>
    <dc:creator>jerem1234</dc:creator>
    <dc:date>2014-09-22T14:30:49Z</dc:date>
    <item>
      <title>Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652809#M1063086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 tables which are not associated to one another but have the same dimension values.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would like to display the sum of values for second table with respect to first table dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1, B1,11&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A2, B2,21&lt;BR /&gt; A3, B3,31 &lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; X, Y, Z&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1, B1,10&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A2, B2,20&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A3, B3,30 &lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result must be, even when selections(B=B1) are made:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 204px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="18" width="102"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="102"&gt;=Sum(Z)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;A1&lt;/TD&gt;&lt;TD class="xl68" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;A2&lt;/TD&gt;&lt;TD class="xl68" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;A3&lt;/TD&gt;&lt;TD class="xl68" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the result when B =B1 is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 204px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="18" width="102"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="102"&gt;=Sum(Z)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;A1&lt;/TD&gt;&lt;TD class="xl68" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;A2&lt;/TD&gt;&lt;TD class="xl68" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;A3&lt;/TD&gt;&lt;TD class="xl68" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 16:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652809#M1063086</guid>
      <dc:creator />
      <dc:date>2014-09-19T16:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652810#M1063087</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pick(match(only({1}A), 'A1', 'A2', 'A3'), Sum({1&amp;lt;X={'A1'}&amp;gt;}Z), Sum({1&amp;lt;X={'A2'}&amp;gt;}Z), Sum({1&amp;lt;X={'A3'}&amp;gt;}Z))&lt;/STRONG&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>Fri, 19 Sep 2014 17:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652810#M1063087</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-09-19T17:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652811#M1063088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kurpat,&lt;/P&gt;&lt;P&gt;Unfortunately that doesn't work it still give me the undesired result, which I was talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post me the app if it worked for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 17:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652811#M1063088</guid>
      <dc:creator />
      <dc:date>2014-09-19T17:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652812#M1063089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is. Please find attached.&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>Fri, 19 Sep 2014 17:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652812#M1063089</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-09-19T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652813#M1063090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't seem to work after reload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 20:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652813#M1063090</guid>
      <dc:creator />
      <dc:date>2014-09-19T20:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652814#M1063091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pick could be not very handy, when u r going for more number of dimension data. Let us know what data model u have now and what u want to achieve. may be we can help in some other way to fix it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 20:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652814#M1063091</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-19T20:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652815#M1063092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an island table in my application which is being used as the data in the main table is getting reduced due to data reduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whenever I show values in the straight table, I am using a series of if conditions to check whether the dimension in actual table is equal to that of island table and then evaluating the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if some of the values are greyed out due to certain selections, I am unable to access those dimension in the expression column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Want to access those greyed out dimension values also in my expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 21:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652815#M1063092</guid>
      <dc:creator />
      <dc:date>2014-09-19T21:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652816#M1063093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is against the rules of qlikview association. May be this doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 09:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652816#M1063093</guid>
      <dc:creator />
      <dc:date>2014-09-22T09:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table - Issue with un associated tables</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652817#M1063094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm i see what you mean. That is odd behavior. It seems like it reduces the set to what you have selected when you hit the reload button. Undoubtedly its caused by the data model (since there is no link between the field Z and field A). But whether or not it should be doing that, I do not know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be easier, is just use the fields X and Z in the straight table. Not sure where the field A comes into play, cause it seems like you want to ignore selections. But if you want to incorporate A in there somehow, it may be easier just to add that logic to the table with fields X and Z instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other resolutions may come from doing things in the loadscript and then dashboard, but I do not know what you are doing in your real solution so I can't say for sure. If you wish to attach an example that better resembles what you are doing in your solution, we can maybe take a look at it.&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>Mon, 22 Sep 2014 14:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Issue-with-un-associated-tables/m-p/652817#M1063094</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-09-22T14:30:49Z</dc:date>
    </item>
  </channel>
</rss>

