<?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: Object Dependency in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020323#M928195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You put this condition at which place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you used it as conditional dimension, this doesn't work on a per dimension value level, it enables / disables the complete dimension at once and hence evaluates the condition in global context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a calculated dimension, you should probably use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(CASE_STATUS = 'Closed', CASE_STATUS)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 21:59:46 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-03-17T21:59:46Z</dc:date>
    <item>
      <title>Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020320#M928192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone - please have a look at the attachment.&amp;nbsp; I've created a sheet that includes a graph and a table. I'd like the behavior to be that the selections on the left control the graph and in turn the table reflects the detail data represented by those selections.&amp;nbsp;&amp;nbsp;&amp;nbsp; so far that is not happening.&amp;nbsp; I have an alternate state at the sheet level, what am I doing wrong??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&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/Object-Dependency/m-p/1020320#M928192</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020321#M928193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, maybe I am missing something obvious. Which company in the table is shown though not listed as possible value in the list box? Or in other words: why do you think that the selection does not affect the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 21:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020321#M928193</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-17T21:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020322#M928194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I neglected to add that I put a condition on the Dimensions tab for the graph object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE_STATUS = "Closed'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 21:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020322#M928194</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2016-03-17T21:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020323#M928195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You put this condition at which place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you used it as conditional dimension, this doesn't work on a per dimension value level, it enables / disables the complete dimension at once and hence evaluates the condition in global context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a calculated dimension, you should probably use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(CASE_STATUS = 'Closed', CASE_STATUS)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 21:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020323#M928195</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-17T21:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020324#M928196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="screen2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118472_screen2.JPG" style="height: 412px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;So basically this whole sheet works off this condition, that's why I thought by placing it here would work.&amp;nbsp; The table below is not changing so I know something is wrong.&amp;nbsp;&amp;nbsp; With the statement you show above, where would I put that so that both objects are under its control?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 22:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020324#M928196</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2016-03-17T22:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020325#M928197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want a condtion to apply to all objects, you need to use selections in your data model (or add calculated dimensions or aggregations with set analysis to all objects),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I still don't understand what you are after. Try adding a set analysis like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;CASE_STATUS = {'Closed'}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to all your aggregation functions like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;CASE_STATUS = {'Closed'}&amp;gt;}&amp;nbsp; CaseID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 22:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020325#M928197</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-17T22:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020326#M928198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I see where you're going with this.&amp;nbsp; Basically it looks like you want me to isolate my CLOSED cases and then do all my analysis/calculations off that.&amp;nbsp;&amp;nbsp; Sorry for the lack of understanding I'm a rookie!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 22:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020326#M928198</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2016-03-17T22:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020327#M928199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want you to do anything. I am just trying to understand what you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using an alternate state only on this sheet and all objects should consider CASE_STATUS as Closed. you could also create a list box for CASE_STATUS in inherited state.&amp;nbsp; Select 'Closed' in this list box, then right click on the list box and 'Lock' the list box / field. If needed, you can now remove the list box again from the sheet. The selection state should now be locked to Closed and all objects should be affected by this selection automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 22:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020327#M928199</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-17T22:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020328#M928200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This actually worked perfectly and was exactly what I needed.&amp;nbsp; My population is Closed Cases and both objects are reflecting that.&amp;nbsp; Thank you for your time an patience!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 22:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020328#M928200</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2016-03-17T22:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Object Dependency</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020329#M928201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad that it works for you. I believe using standard QV features like a simple list box is often best.&lt;/P&gt;&lt;P&gt;The user also sees in the Current Selection box that the status is selected, so everything should be pretty clear and straight forward, not too much hidden filters set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 22:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Dependency/m-p/1020329#M928201</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-17T22:45:12Z</dc:date>
    </item>
  </channel>
</rss>

