<?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 Possible to use textboxes with dynamic content? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263321#M1207414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer for your specific example:&lt;BR /&gt;=only(if(ID='XY' and TEXTID=1 and LANG='DE', TEXT))&lt;BR /&gt;(or similar logic using Set Analysis syntax)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 14:16:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-06-23T14:16:23Z</dc:date>
    <item>
      <title>Possible to use textboxes with dynamic content?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263317#M1207410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have a question regarding the variability of textboxes...&lt;/P&gt;&lt;P&gt;My datasource is:&lt;/P&gt;&lt;P&gt;|ID|TEXTID|LANG|TEXT|&lt;/P&gt;&lt;P&gt;|AB|1|DE|Content 1 Example of ab text|&lt;/P&gt;&lt;P&gt;|AB|2|DE|Content 2 Example of ab Text|&lt;/P&gt;&lt;P&gt;|XY|1|DE|Content 1 Example of xy text|&lt;/P&gt;&lt;P&gt;|XY|2|DE|Content 2 Example of xy Text|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i explain to the textbox to display the Text "Content 1 Example of xy text" (s.th. like "=text where ID='XY' and textid='1' and lang='DE').&lt;/P&gt;&lt;P&gt;Is it possible to use a qlikview textbox with dynamic text?&lt;/P&gt;&lt;P&gt;Thank in advance&lt;/P&gt;&lt;P&gt;Jezzeblue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 08:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263317#M1207410</guid>
      <dc:creator />
      <dc:date>2010-06-23T08:41:25Z</dc:date>
    </item>
    <item>
      <title>Possible to use textboxes with dynamic content?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263318#M1207411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jezzeblue,&lt;/P&gt;&lt;P&gt;You can use variables that get their values from a selected field, and then the text will be the variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=vText&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Or you can use the fields directly, preceding the field name with the "=" sign. I'd prefer to use variables though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 08:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263318#M1207411</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-06-23T08:49:54Z</dc:date>
    </item>
    <item>
      <title>Possible to use textboxes with dynamic content?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263319#M1207412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;thank you very much for your fast reply.&lt;/P&gt;&lt;P&gt;To use the variables i have to define each text as a variable? (40 Textboxes = 40 Variables?)&lt;/P&gt;&lt;P&gt;But also in the variable i have to define which cell to use (like the "where" statement). Do you know which formula is correct?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Jezzeblue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 09:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263319#M1207412</guid>
      <dc:creator />
      <dc:date>2010-06-23T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Possible to use textboxes with dynamic content?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263320#M1207413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello @ all,&lt;/P&gt;&lt;P&gt;i still don´t know how to solve this problem of textboxes in qlikview. Does anyone might have an idea? I can't reach the texts with a textbox. With a table box i can see all the texts I imported.&lt;/P&gt;&lt;P&gt;Thanx Jezzeblue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263320#M1207413</guid>
      <dc:creator />
      <dc:date>2010-06-23T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Possible to use textboxes with dynamic content?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263321#M1207414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer for your specific example:&lt;BR /&gt;=only(if(ID='XY' and TEXTID=1 and LANG='DE', TEXT))&lt;BR /&gt;(or similar logic using Set Analysis syntax)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263321#M1207414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-23T14:16:23Z</dc:date>
    </item>
    <item>
      <title>Possible to use textboxes with dynamic content?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263322#M1207415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;GREAT &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt; Thank you very much. That was exactly what i was searching for!!!&lt;/P&gt;&lt;P&gt;Regards Jezzeblue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 15:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-use-textboxes-with-dynamic-content/m-p/263322#M1207415</guid>
      <dc:creator />
      <dc:date>2010-06-23T15:16:00Z</dc:date>
    </item>
  </channel>
</rss>

