<?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: disregard SELECTED FILED IN DIMENSIONS in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/disregard-SELECTED-FILED-IN-DIMENSIONS/m-p/1747208#M57408</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/124906"&gt;@Micki&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you have a calculated dimension any fields which are involved in that calculation are selected when a dimension value is clicked on. Unfortunately it is not possible to get around this easily.&lt;/P&gt;&lt;P&gt;The first thing that springs to mind is that this should perhaps be a measure rather than a dimension anyway, as it gives a numeric result. If you are looking to have the user select on the resultant value this won't work.&lt;/P&gt;&lt;P&gt;If the output is a table a different way of approaching this would be to have two calculated dimensions, one the count of &lt;STRONG&gt;Id_Title&lt;/STRONG&gt; and the other the count of &lt;STRONG&gt;WorkItemLevel2&lt;/STRONG&gt;. You can then switch between them by using a show hide condition on the two columns&amp;nbsp;&lt;STRONG&gt;GetSelectedCount(Id_Title) = 0&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;GetSelectedCount(Id_Title) &amp;lt;&amp;gt; 0&amp;nbsp;&lt;/STRONG&gt;respectively.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 14:12:00 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2020-09-25T14:12:00Z</dc:date>
    <item>
      <title>disregard SELECTED FILED IN DIMENSIONS</title>
      <link>https://community.qlik.com/t5/App-Development/disregard-SELECTED-FILED-IN-DIMENSIONS/m-p/1746893#M57377</link>
      <description>&lt;P&gt;Hi folks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to disregard filed that was selected in dimension&lt;/P&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;LI-CODE lang="markup"&gt;IF (GetSelectedCount(Id_Title) = 0, 
COUNT({&amp;lt;[State]-={'Removed'},WorkItemType={'Task'},[IsCurrent]={'True'}&amp;gt;}DISTINCT 
[ItemSK]
), 
count(AGGR(distinct ([WorkItemLevel2] ), [WorkItemLevel2])))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And second:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=IF(GetSelectedCount(Id_Title) = 0, Id_Title, [WorkItemLevel2])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And naturally in selection bar appears two fileds&amp;nbsp;&lt;STRONG&gt;Id_Title&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;WorkItemLevel2&lt;/STRONG&gt;, and my question how to disregard the&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Id_Title&lt;/STRONG&gt;&amp;nbsp;in set expression or simply drop filed &lt;STRONG&gt;Id_Title&lt;/STRONG&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/disregard-SELECTED-FILED-IN-DIMENSIONS/m-p/1746893#M57377</guid>
      <dc:creator>Micki</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: disregard SELECTED FILED IN DIMENSIONS</title>
      <link>https://community.qlik.com/t5/App-Development/disregard-SELECTED-FILED-IN-DIMENSIONS/m-p/1747208#M57408</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/124906"&gt;@Micki&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you have a calculated dimension any fields which are involved in that calculation are selected when a dimension value is clicked on. Unfortunately it is not possible to get around this easily.&lt;/P&gt;&lt;P&gt;The first thing that springs to mind is that this should perhaps be a measure rather than a dimension anyway, as it gives a numeric result. If you are looking to have the user select on the resultant value this won't work.&lt;/P&gt;&lt;P&gt;If the output is a table a different way of approaching this would be to have two calculated dimensions, one the count of &lt;STRONG&gt;Id_Title&lt;/STRONG&gt; and the other the count of &lt;STRONG&gt;WorkItemLevel2&lt;/STRONG&gt;. You can then switch between them by using a show hide condition on the two columns&amp;nbsp;&lt;STRONG&gt;GetSelectedCount(Id_Title) = 0&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;GetSelectedCount(Id_Title) &amp;lt;&amp;gt; 0&amp;nbsp;&lt;/STRONG&gt;respectively.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 14:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/disregard-SELECTED-FILED-IN-DIMENSIONS/m-p/1747208#M57408</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-09-25T14:12:00Z</dc:date>
    </item>
  </channel>
</rss>

