<?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 Can we read Text Object id in expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347090#M1172255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I've misunderstood your request. You are not talking about the text box object id, but about the evaluated text box expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So do you have a hardcoded string literal as expression? Or how do you retrieve the text box values? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to 'link' several chart objects, I believe you normally do this by selecting in fields or using variables (maybe in input boxes) and retrieving the selection state / variable content in each chart object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably I just miss what you want to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2012 20:49:47 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-06-11T20:49:47Z</dc:date>
    <item>
      <title>Can we read Text Object id in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347086#M1172251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we read textbox value in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. textbox object id tx01 has&amp;nbsp; text as "Football", how can we read this value in other text box or listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried ﻿tx01.value, text(tx01) etc. didn't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to treat textbox has object in qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 15:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347086#M1172251</guid>
      <dc:creator />
      <dc:date>2012-06-11T15:22:26Z</dc:date>
    </item>
    <item>
      <title>Can we read Text Object id in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347087#M1172252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can access a chart object property like this, using QV functions in another chart object expression (but maybe I am missing something).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could use a variable to use in the textbox id as well as in the other object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 15:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347087#M1172252</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-11T15:41:12Z</dc:date>
    </item>
    <item>
      <title>Can we read Text Object id in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347088#M1172253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what if I hwant to use same formula in two diffrent textboxes and depending upon textbox id my select criteria in variable should change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if this is becoming really complex.&lt;/P&gt;&lt;P&gt;But consider I have two textboxes one with "football" and other with "rugby". Both listboxes counnt number of people playing game usinng formula mentioned in generic variable.&lt;/P&gt;&lt;P&gt;Only problem is with generic variable I also need to input sports type automatically in the system ("football","rugby").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. if I put my variable in tx01, it should caclulate only for Football by identifying tx01 is mapped to Football.&lt;/P&gt;&lt;P&gt;And if I put the same variable in tx02, it should calculate only for Rugby by indentifying tx02 is mapped to Rugby.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I was thinking key question is can we identify each txtbox with some variable like object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 20:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347088#M1172253</guid>
      <dc:creator />
      <dc:date>2012-06-11T20:23:57Z</dc:date>
    </item>
    <item>
      <title>Can we read Text Object id in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347089#M1172254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what if I want to use same formula in two different textboxes and depending upon textbox id my select criteria in variable should change?&lt;/P&gt;&lt;P&gt;I am not sure if this is becoming really complex.&lt;/P&gt;&lt;P&gt;But consider I have two textboxes one with "football" and other with "rugby". Both list boxes count number of people playing game using formula mentioned in generic variable.&lt;/P&gt;&lt;P&gt;Only problem is with generic variable I also need to input sports type automatically in the system ("football","rugby").&lt;/P&gt;&lt;P&gt;For e.g. if I put my variable in tx01, it should calculate only for Football by identifying tx01 is mapped to Football.&lt;/P&gt;&lt;P&gt;And if I put the same variable in tx02, it should calculate only for Rugby by identifying tx02 is mapped to Rugby.&lt;/P&gt;&lt;P&gt;For this I was thinking key question is can we identify each txtbox with some variable like object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 20:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347089#M1172254</guid>
      <dc:creator />
      <dc:date>2012-06-11T20:25:03Z</dc:date>
    </item>
    <item>
      <title>Can we read Text Object id in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347090#M1172255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I've misunderstood your request. You are not talking about the text box object id, but about the evaluated text box expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So do you have a hardcoded string literal as expression? Or how do you retrieve the text box values? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to 'link' several chart objects, I believe you normally do this by selecting in fields or using variables (maybe in input boxes) and retrieving the selection state / variable content in each chart object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably I just miss what you want to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 20:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-read-Text-Object-id-in-expression/m-p/347090#M1172255</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-11T20:49:47Z</dc:date>
    </item>
  </channel>
</rss>

