<?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: Two Tables with dimensions in the same table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117838#M19248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used Count(AppName) to simply count all Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;[Tags]=&amp;gt;} &lt;/SPAN&gt;AppName) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;does not make Qliksense ignore other tag selections, the problems is still there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Is my formula wrong? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2016 12:53:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-27T12:53:06Z</dc:date>
    <item>
      <title>Two Tables with dimensions in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117834#M19244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my QlikSense app I have two pie charts which access the table "Tags". These tags have different topics, so I created multiple charts with tag dimensions. An object can have more than one tag in the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is, that when I select a filter in one of the two Tag-Pie-Charts, the other chart gets grey and says there are only objects with none of the other tags. I checked it in my data and there are objects that have two different tags. (Example screenshots are attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I archieve that the pie charts show the correct data, even though a "Tag" filter is selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 07:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117834#M19244</guid>
      <dc:creator />
      <dc:date>2016-06-27T07:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Two Tables with dimensions in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117835#M19245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas,&lt;/P&gt;&lt;P&gt;Can you share a sample qvf file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 10:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117835#M19245</guid>
      <dc:creator />
      <dc:date>2016-06-27T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Two Tables with dimensions in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117836#M19246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="example.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129234_example.PNG" style="height: 171px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This is what the (relevant) data looks like. Is this what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 10:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117836#M19246</guid>
      <dc:creator />
      <dc:date>2016-06-27T10:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Two Tables with dimensions in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117837#M19247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i understand correctly what you want....&lt;/P&gt;&lt;P&gt;you could apply set analysis in the expression to ignore the 'Tags' field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;[Tags]=&amp;gt;}&amp;nbsp; UNITS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 11:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117837#M19247</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-06-27T11:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Two Tables with dimensions in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117838#M19248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used Count(AppName) to simply count all Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;[Tags]=&amp;gt;} &lt;/SPAN&gt;AppName) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;does not make Qliksense ignore other tag selections, the problems is still there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Is my formula wrong? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 12:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117838#M19248</guid>
      <dc:creator />
      <dc:date>2016-06-27T12:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Two Tables with dimensions in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117839#M19249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had a typo in it, works now..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Though that is not exactly what I wanted. The tag selection should not be ignored completely in the pie charts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a set analysis to work normally (I choose a category in the one pie chart and the other adapts). I would really appreciate if you could help me with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 13:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117839#M19249</guid>
      <dc:creator />
      <dc:date>2016-06-27T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Two Tables with dimensions in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117840#M19250</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;Would be beneficial if you have a sample app to share so i can fully understand the context of what you need.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 14:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-Tables-with-dimensions-in-the-same-table/m-p/1117840#M19250</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-06-27T14:34:36Z</dc:date>
    </item>
  </channel>
</rss>

