<?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: No data shown when opening sheet containing drop down list in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/No-data-shown-when-opening-sheet-containing-drop-down-list/m-p/2071909#M87932</link>
    <description>&lt;P&gt;The problem was my &lt;SPAN&gt;variable input field (creating my drop down list), where I basically&amp;nbsp; used a dummy company name (which in no case could have been part of any drop down list result):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_QLIKSense.JPG" style="width: 501px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107282i47461EA48CE186A4/image-dimensions/501x234?v=v2" width="501" height="234" role="button" title="Error_QLIKSense.JPG" alt="Error_QLIKSense.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I replaced it with the following (where the result is definitely always part of the lists results) and now it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=minstring([BD_COMPANY.COMPANY_NAME])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Solution_QLIKSense.JPG" style="width: 498px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107283iE16E184514D4277E/image-dimensions/498x227?v=v2" width="498" height="227" role="button" title="Solution_QLIKSense.JPG" alt="Solution_QLIKSense.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your suggestion...working on it gave me the hint on what's wrong!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 12:59:56 GMT</pubDate>
    <dc:creator>MartinGeb</dc:creator>
    <dc:date>2023-05-16T12:59:56Z</dc:date>
    <item>
      <title>No data shown when opening sheet containing drop down list</title>
      <link>https://community.qlik.com/t5/App-Development/No-data-shown-when-opening-sheet-containing-drop-down-list/m-p/2071361#M87879</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;
&lt;P&gt;When opening a sheet that conatains basically 2 Drop Down lists (one for date and one for a company(=variable input field)) and some tables/charts, all the tables and charts are empty...see screenshot, although the given date and company have valid data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Empty sheet.JPG" style="width: 301px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107189i8F93EAB25707741D/image-dimensions/301x121?v=v2" width="301" height="121" role="button" title="Empty sheet.JPG" alt="Empty sheet.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The companies drop down list is done via a&amp;nbsp;variable input field and basically works fine&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Drop Down List.JPG" style="width: 143px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107190i0E46ABF3E6C52495/image-dimensions/143x260?v=v2" width="143" height="260" role="button" title="Drop Down List.JPG" alt="Drop Down List.JPG" /&gt;&lt;/span&gt;&lt;BR /&gt;ONLY if you go to the companies drop down list and choose ANOTHER company, the tables and charts fill with data.&lt;BR /&gt;If you THEN choose the company that was shown first hand, you can see the that companies data as well.&lt;/P&gt;
&lt;P&gt;My question is: WHY DOESN'T THE SHEET SHOW THE DATA OF THIS COMPANY WHEN OPENING?&lt;/P&gt;
&lt;P&gt;The real problem arises, when (due to authorisation restrictions) the person opening the sheet only sees ONE Company in the drop down list. THEN, there is NO CHANCE to see the data of this company, because the "click on another company and then go back to the original" (like described above) doesn't work any more.&lt;/P&gt;
&lt;P&gt;Any Ideas appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 13:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-data-shown-when-opening-sheet-containing-drop-down-list/m-p/2071361#M87879</guid>
      <dc:creator>MartinGeb</dc:creator>
      <dc:date>2023-05-15T13:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: No data shown when opening sheet containing drop down list</title>
      <link>https://community.qlik.com/t5/App-Development/No-data-shown-when-opening-sheet-containing-drop-down-list/m-p/2071681#M87911</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It appears you are using Company Name in the set expressions for your visualizations right ?&lt;/P&gt;
&lt;P&gt;&amp;amp; this restriction is set up using the Company Dropdown that you have created via a variable input, instead can you use a filter pane &amp;amp; remove the set expression for company name in your expressions ?&lt;/P&gt;
&lt;P&gt;Kindly let me know if it works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Rohan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 05:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-data-shown-when-opening-sheet-containing-drop-down-list/m-p/2071681#M87911</guid>
      <dc:creator>Rohan</dc:creator>
      <dc:date>2023-05-16T05:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: No data shown when opening sheet containing drop down list</title>
      <link>https://community.qlik.com/t5/App-Development/No-data-shown-when-opening-sheet-containing-drop-down-list/m-p/2071909#M87932</link>
      <description>&lt;P&gt;The problem was my &lt;SPAN&gt;variable input field (creating my drop down list), where I basically&amp;nbsp; used a dummy company name (which in no case could have been part of any drop down list result):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_QLIKSense.JPG" style="width: 501px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107282i47461EA48CE186A4/image-dimensions/501x234?v=v2" width="501" height="234" role="button" title="Error_QLIKSense.JPG" alt="Error_QLIKSense.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I replaced it with the following (where the result is definitely always part of the lists results) and now it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=minstring([BD_COMPANY.COMPANY_NAME])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Solution_QLIKSense.JPG" style="width: 498px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107283iE16E184514D4277E/image-dimensions/498x227?v=v2" width="498" height="227" role="button" title="Solution_QLIKSense.JPG" alt="Solution_QLIKSense.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your suggestion...working on it gave me the hint on what's wrong!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-data-shown-when-opening-sheet-containing-drop-down-list/m-p/2071909#M87932</guid>
      <dc:creator>MartinGeb</dc:creator>
      <dc:date>2023-05-16T12:59:56Z</dc:date>
    </item>
  </channel>
</rss>

