<?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 Alternate set - drilldown? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Alternate-set-drilldown/m-p/2122538#M91378</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;How do I apply a filter (by selection in table) to all states in an Alternate set?&lt;/P&gt;
&lt;P&gt;Is it by design that I can't filter rows if I'm using alternate set, or am I doing something wrong?If i'm using alternate set in measures the table doesn't narrow down to selected values anymore. If I'm removing the column using alternate set it behaves as expected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the measure causing confusion&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum({[Old Snapshot]}QTY)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This does not affect the table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum(QTY)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My plan was to use Alternate set as a way to find discrepancies between two snapshots (New Snapshot - Old Snapshot), but usability is a pain if drilldown in all other dimensions has to be coordinated manually. ( I can drill down if I use separate filters assigned to each state). It's also a risk if someone misses one filter on one of the dimensions.&lt;/P&gt;
&lt;P&gt;Some data to play around with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Data: 
Load * Inline [
Name	,	Dept	, 	Worked	, 	Snapshot	, 	QTY
Anne	,	A	, 	2023-05	, 	2023-08	,	100
Ben		,	A	, 	2023-05	, 	2023-08	,	100
Charlie	,	C	, 	2023-05	, 	2023-08	,	100
Dina	,	C	, 	2023-05	, 	2023-08	,	100
Anne	,	A	, 	2023-06	, 	2023-08	,	100
Ben		,	A	, 	2023-06	, 	2023-08	,	100
Charlie	,	C	, 	2023-06	, 	2023-08	,	100
Dina	,	C	, 	2023-06	, 	2023-08	,	100
Anne	,	A	, 	2023-07	, 	2023-08	,	100
Ben		,	A	, 	2023-07	, 	2023-08	,	100
Charlie	,	C	, 	2023-07	, 	2023-08	,	100
Dina	,	C	, 	2023-07	, 	2023-08	,	100
Anne	,	A	, 	2023-05	, 	2023-09	,	100
Ben		,	A	, 	2023-05	, 	2023-09	,	100
Charlie	,	C	, 	2023-05	, 	2023-09	,	110
Dina	,	C	, 	2023-05	, 	2023-09	,	100
Anne	,	A	, 	2023-06	, 	2023-09	,	100
Ben		,	A	, 	2023-06	, 	2023-09	,	110
Charlie	,	C	, 	2023-06	, 	2023-09	,	100
Dina	,	C	, 	2023-06	, 	2023-09	,	100
Anne	,	A	, 	2023-07	, 	2023-09	,	100
Ben		,	A	, 	2023-07	, 	2023-09	,	110
Charlie	,	C	, 	2023-07	, 	2023-09	,	100
Dina	,	C	, 	2023-07	, 	2023-09	,	100
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Visualization" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117109iE4B5594400FF85B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="QlikASIssue.png" alt="Visualization" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Visualization&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2023 07:30:02 GMT</pubDate>
    <dc:creator>oddgeir</dc:creator>
    <dc:date>2023-09-27T07:30:02Z</dc:date>
    <item>
      <title>Alternate set - drilldown?</title>
      <link>https://community.qlik.com/t5/App-Development/Alternate-set-drilldown/m-p/2122538#M91378</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;How do I apply a filter (by selection in table) to all states in an Alternate set?&lt;/P&gt;
&lt;P&gt;Is it by design that I can't filter rows if I'm using alternate set, or am I doing something wrong?If i'm using alternate set in measures the table doesn't narrow down to selected values anymore. If I'm removing the column using alternate set it behaves as expected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the measure causing confusion&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum({[Old Snapshot]}QTY)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This does not affect the table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum(QTY)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My plan was to use Alternate set as a way to find discrepancies between two snapshots (New Snapshot - Old Snapshot), but usability is a pain if drilldown in all other dimensions has to be coordinated manually. ( I can drill down if I use separate filters assigned to each state). It's also a risk if someone misses one filter on one of the dimensions.&lt;/P&gt;
&lt;P&gt;Some data to play around with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Data: 
Load * Inline [
Name	,	Dept	, 	Worked	, 	Snapshot	, 	QTY
Anne	,	A	, 	2023-05	, 	2023-08	,	100
Ben		,	A	, 	2023-05	, 	2023-08	,	100
Charlie	,	C	, 	2023-05	, 	2023-08	,	100
Dina	,	C	, 	2023-05	, 	2023-08	,	100
Anne	,	A	, 	2023-06	, 	2023-08	,	100
Ben		,	A	, 	2023-06	, 	2023-08	,	100
Charlie	,	C	, 	2023-06	, 	2023-08	,	100
Dina	,	C	, 	2023-06	, 	2023-08	,	100
Anne	,	A	, 	2023-07	, 	2023-08	,	100
Ben		,	A	, 	2023-07	, 	2023-08	,	100
Charlie	,	C	, 	2023-07	, 	2023-08	,	100
Dina	,	C	, 	2023-07	, 	2023-08	,	100
Anne	,	A	, 	2023-05	, 	2023-09	,	100
Ben		,	A	, 	2023-05	, 	2023-09	,	100
Charlie	,	C	, 	2023-05	, 	2023-09	,	110
Dina	,	C	, 	2023-05	, 	2023-09	,	100
Anne	,	A	, 	2023-06	, 	2023-09	,	100
Ben		,	A	, 	2023-06	, 	2023-09	,	110
Charlie	,	C	, 	2023-06	, 	2023-09	,	100
Dina	,	C	, 	2023-06	, 	2023-09	,	100
Anne	,	A	, 	2023-07	, 	2023-09	,	100
Ben		,	A	, 	2023-07	, 	2023-09	,	110
Charlie	,	C	, 	2023-07	, 	2023-09	,	100
Dina	,	C	, 	2023-07	, 	2023-09	,	100
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Visualization" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117109iE4B5594400FF85B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="QlikASIssue.png" alt="Visualization" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Visualization&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 07:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternate-set-drilldown/m-p/2122538#M91378</guid>
      <dc:creator>oddgeir</dc:creator>
      <dc:date>2023-09-27T07:30:02Z</dc:date>
    </item>
  </channel>
</rss>

