<?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 all hidden field in Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028287#M936283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are talking about hidden fields not system fields you could create a an expression for your listbox like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming hideprefix='%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left($Field,1)='%',$Field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 13:16:48 GMT</pubDate>
    <dc:creator>dgreenberg</dc:creator>
    <dc:date>2016-02-15T13:16:48Z</dc:date>
    <item>
      <title>Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028284#M936280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to show all hidden fields of the document&amp;nbsp; in a List box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 21:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028284#M936280</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-12T21:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028285#M936281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, did not read the post completely. AFAIK there is no inbuilt capability to do this, may be a Macro. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 21:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028285#M936281</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-12T21:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028286#M936282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Sunny said, there is no function you can use at runtime to determine if a field is hidden. As a bit of a hack, you can load the metadata -- which includes the $hidden Tag -- from the QVW. You can then filter on the '$hidden' tag. I call it a "hack" because you are reading from the qvw on disk, not the in memory qvw that just reloaded. So changes will not be reflected until saved and reloaded. If you are ok with that, see the attached example for how you can load the field metadata and use as filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure exactly what you are trying to accomplish so I did not create any example listbox to answer your specific question. Let me know if you have additional questions on how to use the metadata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 07:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028286#M936282</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-02-13T07:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028287#M936283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are talking about hidden fields not system fields you could create a an expression for your listbox like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming hideprefix='%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left($Field,1)='%',$Field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 13:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028287#M936283</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2016-02-15T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028288#M936284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob for very nice info.. can you guide me on loading metadata? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 15:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028288#M936284</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-16T15:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028289#M936285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the qvw I attached to my previous reply for an example script to load Field Metadata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028289#M936285</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-02-16T17:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028290#M936286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will cover fields hidden using HidePrefix. But it won't catch fields that were hidden with a tag:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAG FIELD xxx WITH '$hidden';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which I find to be fairly common these days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028290#M936286</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-02-16T17:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028291#M936287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point.&amp;nbsp; Thanks Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028291#M936287</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2016-02-16T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028292#M936288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Woops actually it would be&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(left($Field,1)&amp;lt;&amp;gt;'%',$Field)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But rob is correct about the tagged fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028292#M936288</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2016-02-16T17:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028293#M936289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find my attached example QVW.&lt;/P&gt;&lt;P&gt;The hidden fields should be seen in the current selection without changing its name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 18:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028293#M936289</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-16T18:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028294#M936290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you may be changing your requirement? In your first post you asked about listing hidden fields in a listbox. In the last post you asked about including hidden fields in a current selections box. Could you be more specific about your actual business objective?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 19:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028294#M936290</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-02-16T19:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028295#M936291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;listing hidden fields in a list box is first priority but including hidden fields in a current selections box can be workaround too... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 19:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028295#M936291</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-16T19:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028296#M936292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main objective behind this is , i have 500+ hidden attributes and these attributes are added in the chart table using conditional show. Users have created bookmarks based on those attributes. Users don't want to re create the bookmarks. Now some user population is looking for functionality to add and remove attributes from chart table with the help of current selection or list box which will have all selected conditional attributes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 19:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028296#M936292</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-16T19:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028297#M936293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 21:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028297#M936293</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-17T21:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028298#M936294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you want to display the currently selected values for hidden fields. The only way I can think of is to use &lt;/P&gt;&lt;P&gt;GetFieldSelections(myHiddenField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 22:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028298#M936294</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-02-17T22:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028299#M936295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply,&lt;/P&gt;&lt;P&gt;Please find attached sample QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in this scenario 2 list boxes are created and they are added in container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Chart table attributes are added in the table.. These attributes are conditionally selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more list box created to combine both list boxes into one, (which we had discussed earlier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now using the combined list box attributes should be able to select / unselected the report attributes .. means user dont have to go report build menu and search for attributes.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 19:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028299#M936295</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-18T19:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028300#M936296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028300#M936296</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-19T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028301#M936297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any suggestions. I'm sorry, I'm not following what you are trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 23:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028301#M936297</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-02-19T23:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show all hidden field in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028302#M936298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I understand you, you want a hidden field (by using SET hideprefix in Script) in a Listbox.&lt;/P&gt;&lt;P&gt;This is possible by first adding a new Table object on your dashboard with the option 'Show System Fields' selected. After that you'll see all System Fields and Hidden Fields available in the Listbox and you can select the field you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-hidden-field-in-Listbox/m-p/1028302#M936298</guid>
      <dc:creator>jepeerik</dc:creator>
      <dc:date>2016-04-12T14:35:19Z</dc:date>
    </item>
  </channel>
</rss>

