<?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: Dynamic Text Object Content in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329796#M574062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mohammad, I have similar question about text in Qlik Sense. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;My sample data is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Level&amp;nbsp;&amp;nbsp; Field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;fruit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; apple&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;food&amp;nbsp;&amp;nbsp;&amp;nbsp; rice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;meat&amp;nbsp;&amp;nbsp; fish&lt;/P&gt;&lt;P&gt;When I select from level, the Qlik Sense Text&amp;amp;image will Field information. For example, if I select fruit, Text&amp;amp;image will show 'apple'; if I select fruit and food, Text&amp;amp;image will show ' apple rice'.&lt;/P&gt;&lt;P&gt;I use Text&amp;amp;image expression, and put Field at expression. If I only select 1 from Level, Text&amp;amp;image will show Field information correctly, but If I select more than 1 from Level, Text&amp;amp;image will not show Field information.&lt;/P&gt;&lt;P&gt;How did you solve your question?&lt;/P&gt;&lt;P&gt;Could you please give any suggestion?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 02:33:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-10T02:33:49Z</dc:date>
    <item>
      <title>Dynamic Text Object Content</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329791#M574054</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 it possible to load the text box object content via a simple equivalent of an include statement, or similar - from an external disk file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you can use variable expansion but the text I would to include is lengthy and not in a format that lends itself to using a variable. In addition I would like to retain the text itself rather than using a binary image copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andrew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 17:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329791#M574054</guid>
      <dc:creator />
      <dc:date>2012-07-02T17:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text Object Content</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329792#M574056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to make sure, do you want to load the text in real time? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could make the reading of this file in the loading script into a table (a table only with the texts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME , TEXT&lt;/P&gt;&lt;P&gt;HELP1, dsajhdkjashdjkashjkdhasd&lt;/P&gt;&lt;P&gt;HELP2, kdhlaskd kalsjdklasdklashdlkashdjkhnakjn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use the only function to show them correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a text controller&lt;/P&gt;&lt;P&gt;= Only( {&amp;lt;NAME = {'HELP1'}&amp;gt;} TEXT )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 18:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329792#M574056</guid>
      <dc:creator />
      <dc:date>2012-07-02T18:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text Object Content</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329793#M574057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion. This is similar to using variables - the main issue being that the help text is long and contains the file delimiters. I will try using your suggestion as a workaround maybe with a different help file per text object ( basically one per sheet ). I will also look at submitting an "Idea" for text object content as it seems such an elementary feature given that image content is already provided ! Regards. Andrew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 19:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329793#M574057</guid>
      <dc:creator />
      <dc:date>2012-07-02T19:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text Object Content</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329794#M574059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've found this to be very helpful indeed.&amp;nbsp; I put several text boxes in a container and could get quite a lot of information on the KPIs, definitions and Business Rules in the dashboard.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 03:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329794#M574059</guid>
      <dc:creator />
      <dc:date>2013-09-02T03:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text Object Content</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329795#M574061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with 3 fields Level (1-5), Fields &amp;amp; description and I want to to create 5 text boxes (1 for each level) and want to change the description according to what is selected in the field column. I can't use conditional show as I want to display all 5 boxes when 1 field is selected and want to change the descriptions when another value in the field column is selected.&lt;/P&gt;&lt;P&gt;Please help me out in this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my sample data:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="639"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="64"&gt;Level&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="160"&gt;Field&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="415"&gt;Description&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Aenean a sem et risus interdum gravida.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Aenean mollis ligula eu nunc eleifend mattis.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Aenean nec sapien volutpat sem sodales auctor.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Aenean posuere lacus et elementum ornare.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Aenean pulvinar risus id tortor lobortis, ac feugiat quam tempus.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 6&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Aenean tempus tortor sit amet eleifend dictum.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="31" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="415"&gt;Aliquam cursus mauris sed condimentum adipiscing.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="31" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="415"&gt;Aliquam iaculis ligula sed lorem rhoncus lobortis.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="31" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 3&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="415"&gt;Aliquam id lectus ornare, mattis purus a, adipiscing nunc.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="31" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 4&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="415"&gt;Aliquam lacinia neque et risus gravida viverra.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="31" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 5&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="415"&gt;Aliquam lacinia nisl quis dignissim dignissim.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="31" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Field 6&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="415"&gt;Aliquam quis neque in diam interdum tempus ut at est.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Mohammad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 13:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329795#M574061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-30T13:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text Object Content</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329796#M574062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mohammad, I have similar question about text in Qlik Sense. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;My sample data is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Level&amp;nbsp;&amp;nbsp; Field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;fruit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; apple&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;food&amp;nbsp;&amp;nbsp;&amp;nbsp; rice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;meat&amp;nbsp;&amp;nbsp; fish&lt;/P&gt;&lt;P&gt;When I select from level, the Qlik Sense Text&amp;amp;image will Field information. For example, if I select fruit, Text&amp;amp;image will show 'apple'; if I select fruit and food, Text&amp;amp;image will show ' apple rice'.&lt;/P&gt;&lt;P&gt;I use Text&amp;amp;image expression, and put Field at expression. If I only select 1 from Level, Text&amp;amp;image will show Field information correctly, but If I select more than 1 from Level, Text&amp;amp;image will not show Field information.&lt;/P&gt;&lt;P&gt;How did you solve your question?&lt;/P&gt;&lt;P&gt;Could you please give any suggestion?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 02:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Text-Object-Content/m-p/329796#M574062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-10T02:33:49Z</dc:date>
    </item>
  </channel>
</rss>

