<?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: Label syntax for drill group required in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424456#M805371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is the expected result ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetCurrentField(YourDrillGroupName)='&lt;STRONG&gt;Time&lt;/STRONG&gt;','Time',if(GetCurrentField(YourDrillGroupName)='&lt;STRONG&gt;Year&lt;/STRONG&gt;','Time&amp;gt;Year',if(GetCurrentField(YourDrillGroupName)='&lt;STRONG&gt;Quarter&lt;/STRONG&gt;','Time&amp;gt;Year&amp;gt;Quarter',if(GetCurrentField(YourDrillGroupName)='&lt;STRONG&gt;Month&lt;/STRONG&gt;','Time&amp;gt;Year&amp;gt;Quarter&amp;gt;Month'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Words in &lt;STRONG&gt;bold&lt;/STRONG&gt; must match with your drill down dimensions name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2017 09:52:21 GMT</pubDate>
    <dc:creator>micheledenardi</dc:creator>
    <dc:date>2017-11-07T09:52:21Z</dc:date>
    <item>
      <title>Label syntax for drill group required</title>
      <link>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424453#M805368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to represent this in code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only(All Higher fields) &amp;amp; '&amp;gt;' &amp;amp; 'curreny field name's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please text me the qlikview syntax that I can apply on the label so that it shows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. SalesRepA&amp;gt; Product&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424453#M805368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Label syntax for drill group required</title>
      <link>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424454#M805369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use &lt;A class="jive-link-external-small" href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getcurrentfield.htm" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;GetCurrentField function()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Only(All Higher fields) &amp;amp; '&amp;gt;' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;GetCurrentField(YourDrillGroupName)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;or if you want to use a custom title (different from DrillDown field name):&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Only(All Higher fields) &amp;amp; '&amp;gt;' &amp;amp; if(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;GetCurrentField(YourDrillGroupName)='Product','Custom Product Title',if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetCurrentField(YourDrillGroupName)='Material','Custom Material Title',........&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 07:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424454#M805369</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-11-07T07:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Label syntax for drill group required</title>
      <link>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424455#M805370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please Text me the exact QlikView syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart with drill down Time dimension - Year , quarter, month . Expression is sum of population. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to represent the label of dimension and title of the chart in the best possible manner. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above only () .... Is not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you please text me the exact QlikView syntax . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getcurrentfield(group name) is working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you text me the exact QlikView syntax including the Getcurrentfield (group name) for best representation of both title and label. (You can refer previous post but need exact&amp;nbsp; syntax)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 09:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424455#M805370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T09:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Label syntax for drill group required</title>
      <link>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424456#M805371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is the expected result ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetCurrentField(YourDrillGroupName)='&lt;STRONG&gt;Time&lt;/STRONG&gt;','Time',if(GetCurrentField(YourDrillGroupName)='&lt;STRONG&gt;Year&lt;/STRONG&gt;','Time&amp;gt;Year',if(GetCurrentField(YourDrillGroupName)='&lt;STRONG&gt;Quarter&lt;/STRONG&gt;','Time&amp;gt;Year&amp;gt;Quarter',if(GetCurrentField(YourDrillGroupName)='&lt;STRONG&gt;Month&lt;/STRONG&gt;','Time&amp;gt;Year&amp;gt;Quarter&amp;gt;Month'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Words in &lt;STRONG&gt;bold&lt;/STRONG&gt; must match with your drill down dimensions name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 09:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424456#M805371</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-11-07T09:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Label syntax for drill group required</title>
      <link>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424457#M805372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal, this is the expected result. Can you please share the exact syntax with me for the label expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement : When Creating a Drill group, add an expression for the label of the field in the drill group.&amp;nbsp; The expression should be equal to Only(All Higher fields) &amp;amp; ‘&amp;gt;’ &amp;amp; ‘current field name’, so that it equates to SalesRepA&amp;gt;Product.&amp;nbsp; SalesRepA is the item which was drilled into, Product is the values which are represented in the chart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the exact syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424457#M805372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T13:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Label syntax for drill group required</title>
      <link>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424458#M805373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Probably:&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;&lt;BR /&gt;&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;if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetCurrentField(YourDrillGroupName)='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SalesRepA&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SalesRepA&lt;/SPAN&gt;',&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(GetCurrentField(YourDrillGroupName)='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SalesRepA&lt;/SPAN&gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product&lt;/SPAN&gt;')&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&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;&lt;BR /&gt;&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;but it's difficult to give you the exact syntax without have the .qvw file&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 14:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-syntax-for-drill-group-required/m-p/1424458#M805373</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-11-07T14:43:27Z</dc:date>
    </item>
  </channel>
</rss>

