<?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 Using Text Box Object to select items in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475048#M556414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, I'm trying to use a text box to select a specific item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 'question_id' field with a series of question numbers to choose e.g. 6, 7, 8 ,9 see below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43960" class="jive-image-thumbnail jive-image" onclick="" alt="question id.png" src="/legacyfs/online/43960_question id.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to select question_id 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then return the associated text string from the field 'dual_headings' in a seperat text box on the same sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so 'question_id' 6 returns the text 'In order to maximise...........'&amp;nbsp; from the dual_headings table below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43961" class="jive-image-thumbnail jive-image" onclick="" alt="dual heading.png" src="/legacyfs/online/43961_dual heading.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make the user interface cleaner for the selection of items on the qv sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 10:27:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-12T10:27:08Z</dc:date>
    <item>
      <title>Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475048#M556414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, I'm trying to use a text box to select a specific item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 'question_id' field with a series of question numbers to choose e.g. 6, 7, 8 ,9 see below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43960" class="jive-image-thumbnail jive-image" onclick="" alt="question id.png" src="/legacyfs/online/43960_question id.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to select question_id 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then return the associated text string from the field 'dual_headings' in a seperat text box on the same sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so 'question_id' 6 returns the text 'In order to maximise...........'&amp;nbsp; from the dual_headings table below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43961" class="jive-image-thumbnail jive-image" onclick="" alt="dual heading.png" src="/legacyfs/online/43961_dual heading.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make the user interface cleaner for the selection of items on the qv sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475048#M556414</guid>
      <dc:creator />
      <dc:date>2013-07-12T10:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475049#M556415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this expression in the text box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;question_id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dual_headings&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475049#M556415</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-12T10:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475050#M556416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use as expression for the textbox: =dual_headings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475050#M556416</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-12T10:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475051#M556417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexandros&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added this expression to the text box and it returned ' - '&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475051#M556417</guid>
      <dc:creator />
      <dc:date>2013-07-12T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475052#M556418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked for the text box I want to present the returned selected text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just need to sort out the selection piece.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475052#M556418</guid>
      <dc:creator />
      <dc:date>2013-07-12T10:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475053#M556419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to click on the question_id you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475053#M556419</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-12T10:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475054#M556420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah sorry, right&amp;nbsp; - what I was trying to do was use a text box which was labelled e.g. Workplace Productivity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then sellect the text box to pull up that question_id associated with that text box e.g. question_id 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think I should be using the 'actions' function in the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if I have confused you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions based on this?&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, 12 Jul 2013 10:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475054#M556420</guid>
      <dc:creator />
      <dc:date>2013-07-12T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475055#M556421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can use a multibox control positioned just above the textbox. Add the question_id field to the multibox. You can then select the question_id in the multibox and the text for that question will be shown in the textbox below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 11:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475055#M556421</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-12T11:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475056#M556422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you select a row in a table , you can access all the fields of that row, and this is what happens in your text box (in which you control tat only one row is selected) and show the value of the column with the description. All this is done automatically, you don't need any action to be defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 11:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475056#M556422</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-12T11:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Text Box Object to select items</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475057#M556423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use a test box as a selection of a question instead of selecting the question id in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's so I can present a short name for that question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see that you can select a text box(or button) to do something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would using a variable work in some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 12:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Text-Box-Object-to-select-items/m-p/475057#M556423</guid>
      <dc:creator />
      <dc:date>2013-07-12T12:13:55Z</dc:date>
    </item>
  </channel>
</rss>

