<?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 Help with Custom Selections box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941281#M324548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a custom selections box due to my large dimension data schema and bad looking field names. However I am noticing a problem when I select a specific year I get two translations from my translation table (NewName (User friendly name), OldName(This is the database name)) because my underlying fields have a similar name of YearNBR and FiscalYearNBR. Qlikview is seeing the selection of FiscalYearNBR as both of those and returning multiple translations. The formula I use is below for the current selection box translated name from the database name. Is there a way to force this formula to look for an exact string match?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula used to grab current selections and translate:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vCurrentSelections&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;$Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ':')&amp;gt;0,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;textbetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; ':' &amp;amp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &amp;amp; '|'&lt;BR /&gt; ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;$Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ':', '|')&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Forumla used to grab current selection values:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vCurrentSelections&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; '|', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;$Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ':', '|') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;formula for vCurrentSelections:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('|',':',',') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I am seeing this in my current selections box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;A href="http://screencast.com/t/cH0Wax2Nxx" title="http://screencast.com/t/cH0Wax2Nxx"&gt;2015-10-08_1526 - jeweinb1's library&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 20:29:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-08T20:29:16Z</dc:date>
    <item>
      <title>Help with Custom Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941281#M324548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a custom selections box due to my large dimension data schema and bad looking field names. However I am noticing a problem when I select a specific year I get two translations from my translation table (NewName (User friendly name), OldName(This is the database name)) because my underlying fields have a similar name of YearNBR and FiscalYearNBR. Qlikview is seeing the selection of FiscalYearNBR as both of those and returning multiple translations. The formula I use is below for the current selection box translated name from the database name. Is there a way to force this formula to look for an exact string match?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula used to grab current selections and translate:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vCurrentSelections&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;$Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ':')&amp;gt;0,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;textbetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; ':' &amp;amp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &amp;amp; '|'&lt;BR /&gt; ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;$Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ':', '|')&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Forumla used to grab current selection values:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vCurrentSelections&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; '|', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;$Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ':', '|') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;formula for vCurrentSelections:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('|',':',',') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I am seeing this in my current selections box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;A href="http://screencast.com/t/cH0Wax2Nxx" title="http://screencast.com/t/cH0Wax2Nxx"&gt;2015-10-08_1526 - jeweinb1's library&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941281#M324548</guid>
      <dc:creator />
      <dc:date>2015-10-08T20:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941282#M324549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a small qlikview document that illustrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 15:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941282#M324549</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-09T15:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941283#M324550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the late response here is a small app that is showing my issue. I reworked some of the formulas but still getting the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 19:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941283#M324550</guid>
      <dc:creator />
      <dc:date>2015-10-19T19:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941284#M324551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You nailed it yourself, - this problem is the result of the two field names being very similar. Specifically, one field name is included completely in the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are comparing the "old" field names with the selected Fields, the name "YearNBR" satisfy two conditions at once - it exists in the field name "YearNBR" and also in the field name "FiscalYearNBR", therefore causing the confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple "patch" to your problem is to rename "YearNBR" to something different, like "CalendarYearNBR".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A more fundamental question is - why not use your existing "map" of old names and new names and simply rename all the fields at the end of your load script? All you need to do is to load the pairs of "old" and "new" fields into a mapping table (call it Fields_Map) and then rename all the fields in a single statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RENAME FIELDS Using Fields_Map;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will save so much headache, including the custom Current Selections Box, by very little effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=64QJ6MD3O54VZHF7" rel="nofollow"&gt;Check out my new book &lt;EM&gt;QlikView Your Business&lt;/EM&gt;: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 22:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941284#M324551</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-19T22:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941285#M324552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I have already built out my Qlik app and I have 500 + fields in this app. Would changing the names above force me to update all the forumlas across the app? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 12:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941285#M324552</guid>
      <dc:creator />
      <dc:date>2015-10-20T12:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941286#M324553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not&amp;nbsp; a good practices&amp;nbsp; a bad code eat more time&amp;nbsp; than development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 12:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941286#M324553</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2015-10-20T12:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941287#M324554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renaming 500+ fields at a time may or may no work, in terms of updating formulas... I'd try it out on a separate instance of your document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renaming a single field definitely works (unless you store your expressions in variables or in data tables). I'd think in terms of a programming a loop that could run 500 times, rename one field at a time and save the document. This way, you may get away from the mess that you are in now. Bottom line, you'd still save time on constant renaming in the UI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I recommend downloading Rob Wunderlich's Document Analyzer from &lt;A href="http://www.qlikviewcookbook.com/"&gt;www.qlikviewcookbook.com&lt;/A&gt; and analyzing your 500+ fields. I bet some of them are not being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 16:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Custom-Selections-box/m-p/941287#M324554</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-20T16:45:26Z</dc:date>
    </item>
  </channel>
</rss>

