<?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: window title change based on drill down group switch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840004#M295221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u suggest if there are any other issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried ur suggestion &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ='Inspections by ' &amp;amp; [Used Dimensions]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use above ,if i select year -&amp;gt; after i will drill down to Region-&amp;gt;after i will drilldown to health Authority.&lt;/P&gt;&lt;P&gt;so, window title not matching with regions,health Authority&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 10:41:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-09T10:41:09Z</dc:date>
    <item>
      <title>window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840000#M295217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;i have 2 groups.&lt;/P&gt;&lt;P&gt;1._DD&lt;/P&gt;&lt;P&gt;2.group2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select Year from used dimensions list window title showing Inspections By year.its fine &lt;/P&gt;&lt;P&gt;if i select region &lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt; it should show Inspections by region&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have expression like below for window Title:&lt;/P&gt;&lt;P&gt;='Inspections '&lt;/P&gt;&lt;P&gt;&amp;amp;pick( WildMatch(GetCurrentField(_DD) &lt;/P&gt;&lt;P&gt;,'*Year*','*Region*','*Health Authority*','*Site*','*GXP Area*','*Site Type*','*Phase*')&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Year'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Region'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Health Authority'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Site'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by GXP Area'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Site Type'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Phase'&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the same to implement for Group 2 Drilldown if user selects Region field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840000#M295217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840001#M295218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try using the below code in expression for Windows title:&lt;/P&gt;&lt;P&gt;='Inspections by '&lt;/P&gt;&lt;P&gt;&amp;amp;if(not match([Used Dimensions],'Category','Assessment','Department'),[Used Dimensions])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840001#M295218</guid>
      <dc:creator />
      <dc:date>2015-07-09T10:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840002#M295219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if i click Year &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;from Used dimensions List ,_DD Drilldown will Activate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if i select Region from Used dimensions List ,Group 2 Drilldown will Activate.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;same window title should swith between _DD&amp;amp; Group2 Drilldowns Based on Selected one&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is how to include Group 2 Drill down name in the same expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840002#M295219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840003#M295220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... or maybe even just :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='Inspections by ' &amp;amp; [Used Dimensions]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect there are other issues in the qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840003#M295220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840004#M295221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u suggest if there are any other issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried ur suggestion &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ='Inspections by ' &amp;amp; [Used Dimensions]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use above ,if i select year -&amp;gt; after i will drill down to Region-&amp;gt;after i will drilldown to health Authority.&lt;/P&gt;&lt;P&gt;so, window title not matching with regions,health Authority&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840004#M295221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840005#M295222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt; ='Inspections by ' &amp;amp;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;if ( SubStringCount(Concat(DimFlag,'|'),1) ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;GetCurrentField(_DD) ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;GetCurrentField(Group2)&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840005#M295222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840006#M295223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this be ok:&lt;/P&gt;&lt;P&gt;='Inspections '&lt;/P&gt;&lt;P&gt;&amp;amp;if(DimFlag=1,pick( WildMatch(GetCurrentField(_DD) &lt;/P&gt;&lt;P&gt;,'*Year*','*Region*','*Health Authority*','*Site*','*GXP Area*','*Site Type*','*Phase*')&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Year'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Region'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Health Authority'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Site'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by GXP Area'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Site Type'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Phase'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;if(DimFlag=2,pick( WildMatch(GetCurrentField(Group2) &lt;/P&gt;&lt;P&gt;,'*Region*','*Health Authority*','*Site*','*GXP Area*','*Site Type*','*Phase*')&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Region'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Health Authority'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Site'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by GXP Area'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Site Type'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'by Phase'&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840006#M295223</guid>
      <dc:creator />
      <dc:date>2015-07-09T10:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840007#M295224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;Thanks for Your Time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its worked for me.let me test once again .&lt;/P&gt;&lt;P&gt;Thanks you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840007#M295224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840008#M295225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... and don't forget to tag replies as Helpful / Correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840008#M295225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: window title change based on drill down group switch</title>
      <link>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840009#M295226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jemimah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Time. &lt;/P&gt;&lt;P&gt;Your solution also working fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very Much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 11:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/window-title-change-based-on-drill-down-group-switch/m-p/840009#M295226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T11:38:48Z</dc:date>
    </item>
  </channel>
</rss>

