<?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 value is disabled in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237363#M855698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for the calculated dimension this&amp;nbsp; option will be&amp;nbsp; disabled &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 13:51:29 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-02-08T13:51:29Z</dc:date>
    <item>
      <title>Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237362#M855697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart with DT_MM field, i check 'Show all values' in dimension propertie. But, in order to make an ascending sort (01/01 to 31/12), i use &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TEMPS_DT_MM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD/MM').&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The sort is OK, but now i cant' check&amp;nbsp; 'Show all values' anymore. How to resolve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&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/Display-all-value-is-disabled/m-p/1237362#M855697</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237363#M855698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for the calculated dimension this&amp;nbsp; option will be&amp;nbsp; disabled &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 13:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237363#M855698</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-08T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237364#M855699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make the changes in the script and then use the same in the chart , this will allow you to use the show all values option &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 13:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237364#M855699</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-08T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237365#M855700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Have you tried having your dimension as just your field name then sorting the dimension by using something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt; =only({1}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;TEMPS_DT_MM&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;,'DD/MM'))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Just thinking out loud, not sure if it will work!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 13:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237365#M855700</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-08T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237366#M855701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, it's not available for calculated dimension. I'll try to make it in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237366#M855701</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-02-08T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237367#M855702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adam, it works with sort as expression. But i don't understand why it works with only function. Could you explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237367#M855702</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-02-08T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237368#M855703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The use of Only() just means you can use set analysis e.g. in this case {1} to exclude everything from the sort, its a handy trick I use frequently for sorting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237368#M855703</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-08T14:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237369#M855704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But use of only() function doesn't enable you the Show all values option rite ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your getting all the values from {1} this option &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237369#M855704</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-08T14:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237370#M855705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're not using the only() in the dimension here, just in the sort which&lt;SPAN style="font-size: 10pt;"&gt; means you can use the original dimension value which then enables the show all values again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;The only purpose of the only function is to enable you to use set and ensure the sort expression isn't affected by any selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237370#M855705</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-08T14:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237371#M855706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use of only don't allow to select 'Show all values' in dimension propertie. But, i put the expression given by Adam not here but in Sort Tab/ Sort by expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237371#M855706</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-02-08T14:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display all value is disabled</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237372#M855707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK got it !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-value-is-disabled/m-p/1237372#M855707</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-08T14:43:06Z</dc:date>
    </item>
  </channel>
</rss>

