<?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 Issue with window title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242166#M1206475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel!&lt;/P&gt;&lt;P&gt;Thanks for your quick reply. That is working perfectly. In few of my other post i have been waiting these days for your reply. When you get some some time please reply me.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 11:04:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-10T11:04:11Z</dc:date>
    <item>
      <title>Issue with window title</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242164#M1206473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to show the below title as the window title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;TOP 10 2008&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;where 2008 should be fetched using the expression (Max(Year)-1). Let me know how to do that.&lt;/P&gt;&lt;P&gt;I used below one in the expression but it doesn't work. I know it must be very very simple but i don't know here i missed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;= &amp;amp; ' Top 3 ' &amp;amp; (Max(Year)-1)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope some one can help me out!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242164#M1206473</guid>
      <dc:creator />
      <dc:date>2010-02-10T10:40:56Z</dc:date>
    </item>
    <item>
      <title>Issue with window title</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242165#M1206474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=' Top 3 ' &amp;amp; (Max(Year)-1)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242165#M1206474</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-02-10T10:59:41Z</dc:date>
    </item>
    <item>
      <title>Issue with window title</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242166#M1206475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel!&lt;/P&gt;&lt;P&gt;Thanks for your quick reply. That is working perfectly. In few of my other post i have been waiting these days for your reply. When you get some some time please reply me.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242166#M1206475</guid>
      <dc:creator />
      <dc:date>2010-02-10T11:04:11Z</dc:date>
    </item>
    <item>
      <title>Issue with window title</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242167#M1206476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is that 'Year' is not being interpreted as a number. Try forcing it to a number using (Max(num#(Year))-1)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242167#M1206476</guid>
      <dc:creator />
      <dc:date>2010-02-10T11:07:23Z</dc:date>
    </item>
    <item>
      <title>Issue with window title</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242168#M1206477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure about your thought. But the expression sent my Miguel is working. I will check your as soon as possible and will let you know. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;=' Top 3 ' &amp;amp; (Max(Year)-1&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-window-title/m-p/242168#M1206477</guid>
      <dc:creator />
      <dc:date>2010-02-10T11:21:47Z</dc:date>
    </item>
  </channel>
</rss>

