<?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: Assign text object value to another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807855#M285194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a Linked Copy and then a change in one will be reflected in the other. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't reference the value of a text object. Best you can do is repeat the same expression in another object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jan 2015 18:50:07 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-01-01T18:50:07Z</dc:date>
    <item>
      <title>Assign text object value to another</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807854#M285193</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;is this possible to assign one text object to another text object? through expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2015 18:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807854#M285193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-01T18:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Assign text object value to another</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807855#M285194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a Linked Copy and then a change in one will be reflected in the other. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't reference the value of a text object. Best you can do is repeat the same expression in another object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2015 18:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807855#M285194</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-01-01T18:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Assign text object value to another</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807856#M285195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could assign your expression to a variable and use this instead in both text boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2015 23:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807856#M285195</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-01T23:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Assign text object value to another</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807857#M285196</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;Assign the value in the Text Object to a variable and use the same variable in the two Text Objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: vSampleVariable = 'Some sample value'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;vSampleVariable = Today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this variable in text object like below&lt;/P&gt;&lt;P&gt;=vSampleVariable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 01:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807857#M285196</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-02T01:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Assign text object value to another</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807858#M285197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible first calculate the values by using expression in text object then assign to any variable or straight table fields without using macros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 02:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807858#M285197</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-01-02T02:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Assign text object value to another</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807859#M285198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ishfaque,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to get value of text object and assign it to variable without using macro, instead you can use the same expression in variable and use that variable value in Text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 02:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-text-object-value-to-another/m-p/807859#M285198</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-02T02:46:03Z</dc:date>
    </item>
  </channel>
</rss>

