<?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: Assigning Trigger to Hidden Field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347421#M128550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My application illustrating this solution has been moved to a new location, and can now be found here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-4319"&gt;http://community.qlik.com/docs/DOC-4319&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.quickintelligence.co.uk/"&gt;http://www.quickintelligence.co.uk/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 20:34:55 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2013-05-30T20:34:55Z</dc:date>
    <item>
      <title>Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347414#M128543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have designed an interface that required some island tables that store meta data in them.&amp;nbsp; Since that data is of no use to the end user, I hide it.&amp;nbsp; However, that removed my trigger on the field and when I view the Triggers properties, the hidden fields do not appear and there is no Show System fields option.&amp;nbsp; Is there a way to assign a trigger to a Hidden field?&amp;nbsp; Perhaps through a Macro that triggers on document load?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 17:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347414#M128543</guid>
      <dc:creator />
      <dc:date>2012-04-11T17:19:54Z</dc:date>
    </item>
    <item>
      <title>Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347415#M128544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given that these fields are hidden from the user and are data islands how are they getting selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no selection is being made then nothing would be triggered anyway.&amp;nbsp; If you are using an Action to select a value in the the hidden field then you could also assign whatever you were going to put in that trigger to the same sequence of actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worst case scenario I guess that you would have to not have all the fields hidden, but perhaps use a different prefix to your hide prefix to denote that these fields are not of direct interest to users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 18:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347415#M128544</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-04-11T18:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347416#M128545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fields are in list boxes where they are selected by the user.&amp;nbsp; I hid them so that their values would not appear in the Current Selections object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have a data island that contains meta data that acts like a menu so to speak.&amp;nbsp; The user selects from the list box with a field from the data island.&amp;nbsp; This contains several topics such as Country.&amp;nbsp; When you select Country, it populates a second list box with the Country field via a trigger.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Data Selection.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/12905_Data+Selection.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 18:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347416#M128545</guid>
      <dc:creator />
      <dc:date>2012-04-11T18:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347417#M128546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where there are only a few values I tend to use variables and set them via actions called from text boxes.&amp;nbsp; You could use buttons, but text boxes give you a bit more flexibility with layout and style.&amp;nbsp; This is more performant than data islands, but can be tedious if you get to too many values.&amp;nbsp; I've attached an example of setting variables in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where I have had a longer list of items before (or one that needs to be dynamic) I have had the values in a field that is not hidden, and shown in a straight table chart.&amp;nbsp; When one of the values is selected a trigger fires to set a variable to the minimum value in that field (the selected value) and then in the next action clear the selections on that field (so it does not appear in current selections).&amp;nbsp; The variable is then used to apply a background colour to the cell that was selected in the chart - giving the look of a selected field in a list box.&amp;nbsp; The variable is then available for other purposes also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From where you are the simplest way to get the dynamic listbox is to ensure the values in your selection list boxes match the field names in your data model, you can then put an &amp;lt;Expression&amp;gt; as the list box field and set this to &lt;STRONG&gt;=minstring(FieldSelection)&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 20:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347417#M128546</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-04-11T20:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347418#M128547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If hidden fields are hidden in the triggers tab of document properties, just right click on the sheet and choose "Properties", then in the fields tab click on "Show System Fields".&amp;nbsp; Then if you go back to document properties, trigger tab, the hidden fields are visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347418#M128547</guid>
      <dc:creator>larry_w_</dc:creator>
      <dc:date>2013-01-24T11:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347419#M128548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;1. Go to User Preferences (ALT + CTRL + U)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;2. Under General Tab &amp;gt; Check the option - "Show System Fields"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;3. Go to Document Properties (ALT + CTRL + D)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;4. Assign your Action(s) to relevant Trigger&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;5. Go back to User Preferences (ALT + CTRL + U)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;6. Uncheck the option &amp;gt; Check the option - "Show System Fields"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;This way you can capture the Triggers and also not allow any user to add the System Fields in UI.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Thanks,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;DV&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347419#M128548</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2013-01-24T11:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347420#M128549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done something similar in some recent apps without needing to resort to triggers and variables. I created a hierarchy listbox and a second litsbox to display the values of the field selected in the first listbox. In my case, the first list box showed the models fields organised by table (using the $Field system field). The second list box used the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=[$(=$Field)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, the data island would display in the first list box, and the expression for the second one would be the same as above, with $Field replaced by the name of your "field-name field".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached qvw for a sample. The detail box and the second list box have no meaning unless something is selected in the first list box, so they can be hidden based on GetSelectedCount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="31757" class="jive-image" alt="Untitled.png" src="https://community.qlik.com/legacyfs/online/31757_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's useful&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347420#M128549</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-01-24T11:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347421#M128550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My application illustrating this solution has been moved to a new location, and can now be found here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-4319"&gt;http://community.qlik.com/docs/DOC-4319&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.quickintelligence.co.uk/"&gt;http://www.quickintelligence.co.uk/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 20:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347421#M128550</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-05-30T20:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347422#M128551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do this:&lt;/P&gt;&lt;P&gt;on any sheet -&amp;gt; right click -&amp;gt; new sheet object -&amp;gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;table box... -&amp;gt; general tab -&amp;gt; check 'show system fields' -&amp;gt; ok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can go to document properties and you'll see that hidden field, you can also delete the table if you want it was only to create hidden field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 11:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347422#M128551</guid>
      <dc:creator>yakir_manor</dc:creator>
      <dc:date>2015-07-02T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347423#M128552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually triggers are working for me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz find the attached for more info...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 11:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347423#M128552</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-07-02T11:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning Trigger to Hidden Field?</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347424#M128553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super, thanks Deepak &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2018 12:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-Trigger-to-Hidden-Field/m-p/347424#M128553</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-04T12:51:31Z</dc:date>
    </item>
  </channel>
</rss>

