<?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: How to show the text object as dynamic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963136#M977446</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Traffic Store with a Traffic Counter MTD ' &amp;amp; Date(Today(), 'MMMM YYYY')&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>Thu, 03 Sep 2015 04:16:53 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-09-03T04:16:53Z</dc:date>
    <item>
      <title>How to show the text object as dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963135#M977445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,i want to show the text object as dynamic as per date.please find the image .&lt;/P&gt;&lt;P&gt;When ever the date field changes it will also changes dynamically.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97797_4.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 04:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963135#M977445</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-09-03T04:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the text object as dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963136#M977446</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Traffic Store with a Traffic Counter MTD ' &amp;amp; Date(Today(), 'MMMM YYYY')&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>Thu, 03 Sep 2015 04:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963136#M977446</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-09-03T04:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the text object as dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963137#M977447</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;If you have a date field and based on the selection on that date field, you need to change the text then try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Traffic Store with a Traffic Counter MTD ' &amp;amp; Date(Max(DateField), 'MMMM YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 04:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963137#M977447</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-09-03T04:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the text object as dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963138#M977448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sushil its working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 05:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963138#M977448</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-09-03T05:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the text object as dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963139#M977449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you jagan its working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 05:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963139#M977449</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-09-03T05:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the text object as dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963140#M977450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the Answer please close this thread by giving Correct and Helpful answers to the posts which 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>Thu, 03 Sep 2015 05:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963140#M977450</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-09-03T05:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the text object as dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963141#M977451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should mark the posts as helpful which helps you in getting the Answers, but not your replies.&amp;nbsp; Close this thread by giving Correct and Helpful Answers to the posts which helps you in getting the answers.&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>Thu, 03 Sep 2015 05:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-text-object-as-dynamic/m-p/963141#M977451</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-09-03T05:40:38Z</dc:date>
    </item>
  </channel>
</rss>

