<?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: How to display only if there is data (Filter Pane) ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790876#M61807</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/137168"&gt;@Masterclass77&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;You should resolve this situation in the script. Can you share your script for&amp;nbsp;take a look?&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 12:04:09 GMT</pubDate>
    <dc:creator>joaopaulo_delco</dc:creator>
    <dc:date>2021-03-12T12:04:09Z</dc:date>
    <item>
      <title>How to display only if there is data (Filter Pane) ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790862#M61801</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like in my sheet to display in a filter pane the data only if it shows me the graph.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, here I have no data for these dates, so I would like these dates not to be present in the filter pane:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Masterclass77_0-1615546975897.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51019iC391B15D604B0B09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Masterclass77_0-1615546975897.png" alt="Masterclass77_0-1615546975897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For these dates I have a lot of data so they remain visible :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Masterclass77_1-1615547245084.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51020i9645D1D3A23AD40A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Masterclass77_1-1615547245084.png" alt="Masterclass77_1-1615547245084.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's for your future help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And sorry for my english, i'm french ^^&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 11:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790862#M61801</guid>
      <dc:creator>Masterclass77</dc:creator>
      <dc:date>2021-03-12T11:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only if there is data (Filter Pane) ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790876#M61807</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/137168"&gt;@Masterclass77&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;You should resolve this situation in the script. Can you share your script for&amp;nbsp;take a look?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790876#M61807</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2021-03-12T12:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only if there is data (Filter Pane) ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790880#M61809</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need use the P() modifier, which returns only the possible values.&amp;nbsp; Just replace "Date Field" in the expression below with the name of your date field.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=aggr(only({1&amp;lt; [&lt;FONT color="#FF0000"&gt;Date Field&lt;/FONT&gt;]= p( [&lt;FONT color="#FF0000"&gt;Date Field&lt;/FONT&gt;])&amp;gt;} [&lt;FONT color="#FF0000"&gt;Date Field&lt;/FONT&gt;]),[&lt;FONT color="#FF0000"&gt;Date Field&lt;/FONT&gt;])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790880#M61809</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2021-03-12T12:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only if there is data (Filter Pane) ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790898#M61814</link>
      <description>&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;Expression of Filter Pane :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Masterclass77_0-1615551666473.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51029i603AD2CE40F860DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Masterclass77_0-1615551666473.png" alt="Masterclass77_0-1615551666473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The Graph :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Masterclass77_1-1615551924201.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51032i7902E6B9E2324739/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Masterclass77_1-1615551924201.png" alt="Masterclass77_1-1615551924201.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Masterclass77_2-1615551944790.png" style="width: 186px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51033iDE7DFD69449385BF/image-dimensions/186x348?v=v2" width="186" height="348" role="button" title="Masterclass77_2-1615551944790.png" alt="Masterclass77_2-1615551944790.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And Data model in QS :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Masterclass77_3-1615552014469.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51034i584251E33FAC4073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Masterclass77_3-1615552014469.png" alt="Masterclass77_3-1615552014469.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790898#M61814</guid>
      <dc:creator>Masterclass77</dc:creator>
      <dc:date>2021-03-12T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only if there is data (Filter Pane) ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790906#M61817</link>
      <description>&lt;P&gt;i don't have a date field but a time table in my BDD with : ID_TIME, YEAR, MONTH, DAY&lt;/P&gt;&lt;P&gt;This is my expression in my filter pane :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Masterclass77_4-1615552577616.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51037iE061BA956907F932/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Masterclass77_4-1615552577616.png" alt="Masterclass77_4-1615552577616.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790906#M61817</guid>
      <dc:creator>Masterclass77</dc:creator>
      <dc:date>2021-03-12T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only if there is data (Filter Pane) ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790909#M61818</link>
      <description>&lt;P&gt;It would make sense to include a date field in your load script so that you don't have to repeat this expression every time you want to use the date.&amp;nbsp; It will also be simpler to modify the filter pane.&lt;/P&gt;&lt;P&gt;If you export and post the qvf file, it will make it easier for people to help you.&amp;nbsp; If the data is confidential, find a way of replacing the confidential data and then post it.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790909#M61818</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2021-03-12T12:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only if there is data (Filter Pane) ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790949#M61827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/137168"&gt;@Masterclass77&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Try to change moving the TEMPS table to the end of the script and add this "Exists" function like below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaopaulo_delco_1-1615556930825.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51048i873E27C0F4F358E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaopaulo_delco_1-1615556930825.png" alt="joaopaulo_delco_1-1615556930825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 13:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790949#M61827</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2021-03-12T13:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only if there is data (Filter Pane) ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790965#M61830</link>
      <description>&lt;P&gt;It's good thank's a lot !!&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 14:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-if-there-is-data-Filter-Pane/m-p/1790965#M61830</guid>
      <dc:creator>Masterclass77</dc:creator>
      <dc:date>2021-03-12T14:08:05Z</dc:date>
    </item>
  </channel>
</rss>

