<?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: Hide the object -List box always one selected value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854091#M996479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there will be always that value selected, why not removing the object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly you want to hide?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 14:38:15 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-06-30T14:38:15Z</dc:date>
    <item>
      <title>Hide the object -List box always one selected value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854088#M996474</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 want to hide the object&amp;nbsp; of the List box &lt;STRONG&gt;&lt;EM&gt;always one selected value.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will filter the entire data model. How to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91344_Capture.JPG" style="height: 522px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/91345_Capture1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854088#M996474</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the object -List box always one selected value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854089#M996476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you want to hide the list box? why not remove the object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you want to hide the selections in current selections? You can use HidePrefix in script and rename the field using that prefix:&lt;/P&gt;&lt;P&gt;Set HidePrefix ='%';&lt;/P&gt;&lt;P&gt;Rename field DEPTNO to%DEPTNO;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 14:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854089#M996476</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-06-30T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the object -List box always one selected value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854090#M996477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/RubenMarin"&gt;RubenMarin&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am able to remove from the current selections.&lt;/P&gt;&lt;P&gt;I applied the filer DEPTNO=30 value for entire data model and this is default and compusory selection. Thats is I want to hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALTable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,date(DATE) as Date,&lt;/P&gt;&lt;P&gt;month(date(DATE)) as Month,&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; ceil(month(date(DATE))/3) as Quarter,&lt;/P&gt;&lt;P&gt;year(date(DATE)) as Year;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EMPNO1,ENAME,JOB,INCHARGE1,INCHARGE2,DATE,SAL,DEPTNO&lt;/P&gt;&lt;P&gt;7369,SMITH,CLERK,7902,7566,17-Dec-2015,700,20&lt;/P&gt;&lt;P&gt;7369,SMITH,CLERK,7902,7566,17-Dec-2015,900,20&lt;/P&gt;&lt;P&gt;7499,ALLEN,SALESMAN,7698,7839,20-Feb-2015,1600,30&lt;/P&gt;&lt;P&gt;7499,ALLEN,SALESMAN,7698,7839,20-Feb-2015,1900,30&lt;/P&gt;&lt;P&gt;7521,WARD,SALESMAN,7698,7839,22-Feb-2015,0,30&lt;/P&gt;&lt;P&gt;7521,WARD,SALESMAN,7698,7839,22-Feb-2015,1650,30&lt;/P&gt;&lt;P&gt;7566,JONES,MANAGER,7839,7698,2-Apr-2015,2975,20&lt;/P&gt;&lt;P&gt;7566,JONES,MANAGER,7839,7698,2-Apr-2015,3975,20&lt;/P&gt;&lt;P&gt;7654,MARTIN,SALESMAN,7698,7788,28-Sep-2015,1250,30&lt;/P&gt;&lt;P&gt;7654,MARTIN,SALESMAN,7698,7788,28-Sep-2015,2250,30&lt;/P&gt;&lt;P&gt;7698,BLAKE,MANAGER,7839,7698,1-May-2015,2850,30&lt;/P&gt;&lt;P&gt;7698,BLAKE,MANAGER,7839,7698,1-May-2015,3850,30&lt;/P&gt;&lt;P&gt;7782,CLARK,MANAGER,7839,7566,9-Jun-2015,0,10&lt;/P&gt;&lt;P&gt;7782,CLARK,MANAGER,7839,7566,9-Jun-2015,3450,10&lt;/P&gt;&lt;P&gt;7788,SCOTT,ANALYST,7566,7782,9-Dec-2015,1250,20&lt;/P&gt;&lt;P&gt;7788,SCOTT,ANALYST,7566,7782,9-Dec-2015,4000,20&lt;/P&gt;&lt;P&gt;7839,KING,PRESIDENT,NULL,7698,17-Nov-2015,5000,10&lt;/P&gt;&lt;P&gt;7839,KING,PRESIDENT,NULL,7698,17-Nov-2015,6000,10&lt;/P&gt;&lt;P&gt;7844,TURNER,SALESMAN,7698,7788,8-Sep-2015,1500,30&lt;/P&gt;&lt;P&gt;7844,TURNER,SALESMAN,7698,7788,8-Sep-2015,2500,30&lt;/P&gt;&lt;P&gt;7876,ADAMS,CLERK,7788,7698,12-Jan-2015,1100,20&lt;/P&gt;&lt;P&gt;7876,ADAMS,CLERK,7788,7698,12-Jan-2015,2100,20&lt;/P&gt;&lt;P&gt;7900,JAMES,CLERK,7698,7566,3-Dec-2015,950,30&lt;/P&gt;&lt;P&gt;7900,JAMES,CLERK,7698,7566,3-Dec-2015,650,30&lt;/P&gt;&lt;P&gt;7902,FORD,ANALYST,7566,7782,3-Dec-2015,3000,20&lt;/P&gt;&lt;P&gt;7902,FORD,ANALYST,7566,7782,3-Dec-2015,2000,20&lt;/P&gt;&lt;P&gt;7934,MILLER,CLERK,7782,7782,23-Jan-2015,1300,10&lt;/P&gt;&lt;P&gt;7934,MILLER,CLERK,7782,7782,23-Jan-2015,300,10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMTable:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;EMPNO2,COMM&lt;/P&gt;&lt;P&gt;7369,150&lt;/P&gt;&lt;P&gt;7499,300&lt;/P&gt;&lt;P&gt;7521,&lt;/P&gt;&lt;P&gt;7566,150&lt;/P&gt;&lt;P&gt;7654,1400&lt;/P&gt;&lt;P&gt;7698,150&lt;/P&gt;&lt;P&gt;7782,&lt;/P&gt;&lt;P&gt;7788,200&lt;/P&gt;&lt;P&gt;7839,200&lt;/P&gt;&lt;P&gt;7844,0&lt;/P&gt;&lt;P&gt;7876,200&lt;/P&gt;&lt;P&gt;7900,200&lt;/P&gt;&lt;P&gt;7902,200&lt;/P&gt;&lt;P&gt;7934,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set HidePrefix ='%';&lt;/P&gt;&lt;P&gt;Rename field DEPTNO to %DEPTNO;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91356_Capture.JPG" style="height: auto;" /&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we hide this one as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 14:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854090#M996477</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-06-30T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the object -List box always one selected value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854091#M996479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there will be always that value selected, why not removing the object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly you want to hide?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 14:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854091#M996479</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-06-30T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the object -List box always one selected value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854092#M996481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/RubenMarin"&gt;RubenMarin&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Fantastic. You are great. Thank you so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 14:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-object-List-box-always-one-selected-value/m-p/854092#M996481</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-06-30T14:57:13Z</dc:date>
    </item>
  </channel>
</rss>

