<?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: Display All Dimension Values Regardless of Selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666531#M50195</link>
    <description>&lt;P&gt;If you use the set analysis in your measure, it should pull in all dimension values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 01:47:44 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2020-01-17T01:47:44Z</dc:date>
    <item>
      <title>Display All Dimension Values Regardless of Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1664833#M50018</link>
      <description>&lt;P&gt;Hi Qlik gurus,&lt;/P&gt;&lt;P&gt;Is there a way to display all dimension values regardless of any month selection?&lt;/P&gt;&lt;P&gt;I've checked some posts but they all involve measures:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Qlik-Sense-Show-All-Dates-When-Selecting-a-Dimension-Value/td-p/5864" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Qlik-Sense-Show-All-Dates-When-Selecting-a-Dimension-Value/td-p/5864&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Show-dimension-ignore-selection/td-p/1035728" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Show-dimension-ignore-selection/td-p/1035728&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My app has MTD and YTD volume and budget.&amp;nbsp; I have filter pane for month (with field settings of "Always one selected value").&amp;nbsp; &amp;nbsp;As a result, my graph now only shows one month.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;From what I've gathered from the forum, you'd need to use set analysis to display all values regardless of user selection =&amp;nbsp;SUM({1} Actuals)&lt;/P&gt;&lt;P&gt;To disregard specific dimensions =&amp;nbsp;Sum({$&amp;lt; FiscalPeriod ,FiscalYear &amp;gt;} Actuals)&lt;/P&gt;&lt;P&gt;But how can you display all dimension and not measures?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your time.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Blessings,&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1664833#M50018</guid>
      <dc:creator>sunsets4u</dc:creator>
      <dc:date>2024-11-16T03:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display All Dimension Values Regardless of Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666513#M50192</link>
      <description>&lt;P&gt;Is option include Zero Values set to on?&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-center" image-alt="2020-01-16 23_21_40-Microsoft Edge.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27031i441114E7BBF37C30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2020-01-16 23_21_40-Microsoft Edge.png" alt="2020-01-16 23_21_40-Microsoft Edge.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 22:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666513#M50192</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2020-01-16T22:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Display All Dimension Values Regardless of Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666522#M50194</link>
      <description>&lt;P&gt;Hi Jochem,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;The zero values is turned on.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;There's a work around with my issue by selecting all the previous months to the selected month to display months.&lt;/P&gt;&lt;P&gt;Possibly I should take this issue in another angle like by grouping my fiscal periods?&lt;BR /&gt;Ideally, users can select a desired month (e.g. fiscal year starts on July, if a user selects December, it would display July to December months).&lt;/P&gt;&lt;P&gt;Blessings,&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 23:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666522#M50194</guid>
      <dc:creator>sunsets4u</dc:creator>
      <dc:date>2020-01-16T23:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display All Dimension Values Regardless of Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666531#M50195</link>
      <description>&lt;P&gt;If you use the set analysis in your measure, it should pull in all dimension values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 01:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666531#M50195</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-01-17T01:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display All Dimension Values Regardless of Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666541#M50196</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;What if you're using the field as a Filter Pane?&amp;nbsp; Like it only shows the field without the measure?&lt;/P&gt;&lt;P&gt;Blessings,&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 03:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-All-Dimension-Values-Regardless-of-Selection/m-p/1666541#M50196</guid>
      <dc:creator>sunsets4u</dc:creator>
      <dc:date>2020-01-17T03:03:15Z</dc:date>
    </item>
  </channel>
</rss>

