<?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 Displaying a message on a table if nothing is selected from the filter panel in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Displaying-a-message-on-a-table-if-nothing-is-selected-from-the/m-p/2429423#M96429</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I have a conditional table that is required to select fields from the filter panel to show results. Please see the attached screen shot. The filter panel is created from an island table by using inline loading. Then I created variables to use them in column section "Show column if". For instance;&lt;BR /&gt;&lt;EM&gt;Created variable&lt;BR /&gt;&lt;/EM&gt;Name: v_ShowRegion&amp;nbsp; ||&amp;nbsp; Definition:&amp;nbsp;=if( wildmatch ( GetFieldSelections (Desc, ',',500), '*Region*'), 1, 0)&lt;BR /&gt;Putting&amp;nbsp;v_ShowRegion inside the "Show column if" property area for Region dimension.&lt;BR /&gt;&lt;BR /&gt;I do have multiple dimensions like above.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Basically, in a visual perspective I need to have a writing on the table "Please select a field from the filter panel on left side" instead of Incomplete Visualization. I appreciate for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;LI-PRODUCT title="Qlik Sense Business" id="qlikSenseBusiness"&gt;&lt;/LI-PRODUCT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:02:06 GMT</pubDate>
    <dc:creator>JohnPek</dc:creator>
    <dc:date>2024-11-15T21:02:06Z</dc:date>
    <item>
      <title>Displaying a message on a table if nothing is selected from the filter panel</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-a-message-on-a-table-if-nothing-is-selected-from-the/m-p/2429423#M96429</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I have a conditional table that is required to select fields from the filter panel to show results. Please see the attached screen shot. The filter panel is created from an island table by using inline loading. Then I created variables to use them in column section "Show column if". For instance;&lt;BR /&gt;&lt;EM&gt;Created variable&lt;BR /&gt;&lt;/EM&gt;Name: v_ShowRegion&amp;nbsp; ||&amp;nbsp; Definition:&amp;nbsp;=if( wildmatch ( GetFieldSelections (Desc, ',',500), '*Region*'), 1, 0)&lt;BR /&gt;Putting&amp;nbsp;v_ShowRegion inside the "Show column if" property area for Region dimension.&lt;BR /&gt;&lt;BR /&gt;I do have multiple dimensions like above.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Basically, in a visual perspective I need to have a writing on the table "Please select a field from the filter panel on left side" instead of Incomplete Visualization. I appreciate for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;LI-PRODUCT title="Qlik Sense Business" id="qlikSenseBusiness"&gt;&lt;/LI-PRODUCT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-a-message-on-a-table-if-nothing-is-selected-from-the/m-p/2429423#M96429</guid>
      <dc:creator>JohnPek</dc:creator>
      <dc:date>2024-11-15T21:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a message on a table if nothing is selected from the filter panel</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-a-message-on-a-table-if-nothing-is-selected-from-the/m-p/2429434#M96430</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/286035"&gt;@JohnPek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can put a condition to display the table and message in &lt;STRONG&gt;Data Handling&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Enter a display condition, calculation condition&lt;BR /&gt;&lt;STRONG&gt;GetSelectedCount(Field)&amp;gt;=1&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;Displayed&amp;nbsp;message&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;'Message to show'&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatheusC_0-1710177703607.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161732iF084207A623F7061/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatheusC_0-1710177703607.png" alt="MatheusC_0-1710177703607.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarts, Matheus&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-a-message-on-a-table-if-nothing-is-selected-from-the/m-p/2429434#M96430</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-03-11T17:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a message on a table if nothing is selected from the filter panel</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-a-message-on-a-table-if-nothing-is-selected-from-the/m-p/2429452#M96432</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149113"&gt;@MatheusC&lt;/a&gt;,&lt;BR /&gt;&lt;SPAN&gt;I used the data handling part with the multiple variables I created for filtering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;v_ShowRegion&lt;/SPAN&gt;&amp;gt;=1 or&amp;nbsp;v_ShowCountry&amp;gt;=1 or .. &lt;/STRONG&gt;it worked perfectly.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;Thank you very much for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 18:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-a-message-on-a-table-if-nothing-is-selected-from-the/m-p/2429452#M96432</guid>
      <dc:creator>JohnPek</dc:creator>
      <dc:date>2024-03-11T18:06:51Z</dc:date>
    </item>
  </channel>
</rss>

