<?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 Detach object in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869105#M12019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik experts! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would need to detach one object (table with 2 dimensions) from the rest of the report. In good old Qlikview I would use alternate state (as far as I know, its not possible in QS &lt;SPAN style="font-size: 13.3333330154419px;"&gt;yet&lt;/SPAN&gt;) or &lt;STRONG&gt;detach&lt;/STRONG&gt; option. For second one, detach, I haven't found any way how to do this in Sense, so is something like this possible in Qlik Sense? And I don't want to load data twice separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Miroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2015 11:04:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-15T11:04:04Z</dc:date>
    <item>
      <title>Detach object in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869105#M12019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik experts! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would need to detach one object (table with 2 dimensions) from the rest of the report. In good old Qlikview I would use alternate state (as far as I know, its not possible in QS &lt;SPAN style="font-size: 13.3333330154419px;"&gt;yet&lt;/SPAN&gt;) or &lt;STRONG&gt;detach&lt;/STRONG&gt; option. For second one, detach, I haven't found any way how to do this in Sense, so is something like this possible in Qlik Sense? And I don't want to load data twice separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Miroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 11:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869105#M12019</guid>
      <dc:creator />
      <dc:date>2015-05-15T11:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Detach object in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869106#M12020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a bookmark and use the bookmark in set analysis expressions in your second chart. Or maybe even simpler: use {1} in the expressions of that chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 11:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869106#M12020</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-15T11:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Detach object in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869107#M12021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , when you are using only dimensions in the table i don't see a way. But as Gysbert says you can do this if you have a measure with Set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say i have City and Country as my 2 dimensions in a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since City is more granular, it determines the # rows in the table. So if i have 20 cities, i will have 20 rows no matter if those are associated to 1, 5, 15 or 20 countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to implement the 'detach' technique.&amp;nbsp; Keep City as a dimension but delete Country (higher aggregation level)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add a measure and use this syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat({1} total &amp;lt;City&amp;gt; distinct Country)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will force the table to not listen to selections and still show the country for each City.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86701_Capture.PNG" style="height: 282px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 14:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869107#M12021</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-05-15T14:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Detach object in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869108#M12022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, &lt;/P&gt;&lt;P&gt;That's what makes Qlik* so powerful, it's community &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;THANKS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Mirek &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 06:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Detach-object-in-Qlik-Sense/m-p/869108#M12022</guid>
      <dc:creator />
      <dc:date>2015-05-18T06:39:41Z</dc:date>
    </item>
  </channel>
</rss>

