<?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: Access Text of one text object from another text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564864#M1100002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using an if condition to display something in textbox2 based on what is displayed in textbox1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 09:59:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-11T09:59:32Z</dc:date>
    <item>
      <title>Access Text of one text object from another text object</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564860#M1099998</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 two text objects. I would like to access the text displayed in one them from the second one. For example, doing something like&lt;/P&gt;&lt;P&gt;TextObject2 = TextObject1.text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this in qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hasnaa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 09:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564860#M1099998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Access Text of one text object from another text object</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564861#M1099999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable for Text Box 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vText1 = YourTextExpression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Use the same in Text Box 2 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vText1&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=$(vText1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 09:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564861#M1099999</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-11T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Access Text of one text object from another text object</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564862#M1100000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. But, what stops you to use the same expression in the textobject2 as in textobject1 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 09:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564862#M1100000</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-11T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Access Text of one text object from another text object</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564863#M1100001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible to reference values in other objects. What you can do is put the expression that returns the value in a variable and use that variable in both text objects:&lt;/P&gt;&lt;P&gt;vMyVar: Hello World&lt;/P&gt;&lt;P&gt;TextObject1: =vMyVar&lt;/P&gt;&lt;P&gt;TextObject2: =vMyVar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 09:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564863#M1100001</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-11T09:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access Text of one text object from another text object</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564864#M1100002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using an if condition to display something in textbox2 based on what is displayed in textbox1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 09:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Text-of-one-text-object-from-another-text-object/m-p/564864#M1100002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T09:59:32Z</dc:date>
    </item>
  </channel>
</rss>

