<?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: Show empty word cloud until filter is selected in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960385#M79161</link>
    <description>&lt;P&gt;You'd use the same dimension I suggested, and a matching measure, such as:&lt;/P&gt;
&lt;P&gt;f(GetSelectedCount(SomeField)&amp;gt;0,Sum(WhateverOtherField),5)&lt;/P&gt;
&lt;P&gt;Where 5 is an arbitrary number you chose to set the size of the message.&lt;/P&gt;
&lt;P&gt;Dim: =if(GetSelectedCount(ID)&amp;gt;0,ID,'Please make a selection')&lt;/P&gt;
&lt;P&gt;Measure: =if(GetSelectedCount(ID)&amp;gt;0,Sum(ID),5)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_0-1658827337156.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85077i821E1331CF109DD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1658827337156.png" alt="Or_0-1658827337156.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2022 09:22:33 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2022-07-26T09:22:33Z</dc:date>
    <item>
      <title>Show empty word cloud until filter is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960370#M79158</link>
      <description>&lt;P&gt;How do I make my word cloud chart appear as empty, until a filter is applied?&lt;/P&gt;
&lt;P&gt;I'd noted that for a typical bar charts, this can be done with the calculation condition GetSelectedCount() under the data handling of Add-Ons section. However, I don't see any Add-Ons for my word cloud chart.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 08:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960370#M79158</guid>
      <dc:creator>wanderingcatto</dc:creator>
      <dc:date>2022-07-26T08:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show empty word cloud until filter is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960372#M79159</link>
      <description>&lt;P&gt;You could modify either the measure or the dimensions to not work unless a certain condition has been met. You won't be able to easily show a message explaining this to the user, but you could actually do that with the word cloud itself, with a calculated dimension such as:&lt;/P&gt;
&lt;P&gt;If(GetSelectedCount(SomeField)&amp;gt;0,Field1,'Please select value in SomeField')&lt;/P&gt;
&lt;P&gt;and a similar measure (so the dimension is associated with a numeric value for sizing).&lt;/P&gt;
&lt;P&gt;Another alternative would be to place this object in a container and use a show/hide condition.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 08:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960372#M79159</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-26T08:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show empty word cloud until filter is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960381#M79160</link>
      <description>&lt;P&gt;Thank you! It didn't occur upon me that the GetSelectedCount() could work as a calculated dimension too.&lt;/P&gt;
&lt;P&gt;Just one more small problem though - while I can get the word cloud to show the words only if a filter is applied, i could not get it to display the message 'Please select value in SomeField' when no filter is applied. How else may I achieve this?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 09:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960381#M79160</guid>
      <dc:creator>wanderingcatto</dc:creator>
      <dc:date>2022-07-26T09:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show empty word cloud until filter is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960385#M79161</link>
      <description>&lt;P&gt;You'd use the same dimension I suggested, and a matching measure, such as:&lt;/P&gt;
&lt;P&gt;f(GetSelectedCount(SomeField)&amp;gt;0,Sum(WhateverOtherField),5)&lt;/P&gt;
&lt;P&gt;Where 5 is an arbitrary number you chose to set the size of the message.&lt;/P&gt;
&lt;P&gt;Dim: =if(GetSelectedCount(ID)&amp;gt;0,ID,'Please make a selection')&lt;/P&gt;
&lt;P&gt;Measure: =if(GetSelectedCount(ID)&amp;gt;0,Sum(ID),5)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_0-1658827337156.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85077i821E1331CF109DD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1658827337156.png" alt="Or_0-1658827337156.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 09:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-empty-word-cloud-until-filter-is-selected/m-p/1960385#M79161</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-26T09:22:33Z</dc:date>
    </item>
  </channel>
</rss>

