<?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: pick function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786573#M1020148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set:&lt;/P&gt;&lt;P&gt;vColor = Concat( Distinct ColourField2, ',')&lt;/P&gt;&lt;P&gt;=pick(1, $(vColor))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't pick the first color. It picks the whole string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix it?&lt;/P&gt;&lt;P&gt;see the file attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I evaluated the field &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ColourField2 in the script as real QlikView colors.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 12:34:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-25T12:34:05Z</dc:date>
    <item>
      <title>pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786564#M1020139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'd like to set a function to select the right colour for a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simlest way to do it is as follows:&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;pick(match(brand,'A','B','C'),colour1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;colour2&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;colour3&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;&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 the point is that I have 100 brands and 100 user-defined colours. The colour values are set in a field in a table. Keeping the colours in a table is more convenient than keeping them as separate variables.&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;So, there is a field [Colour] with 100 values. &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;Is it possible to use a reference to the field [Colour] instead of the list '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;colour1,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;colour2&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;colour3,... &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;colour100' in a pick function?&lt;/SPAN&gt;&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;&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 not, then what other function can I use to select colours that are kept as field values?&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;Thank you in advance,&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;Larisa&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786564#M1020139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-25T07:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786565#M1020140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you use brand as a dimension, so just create a new table in your model, with fields brand and color like that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brand&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BrandColor&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB(0.120.100)&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB(0,0,100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;values are for example purposes only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use that new field in the background color expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786565#M1020140</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-25T07:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786566#M1020141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read below Blog..&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2831"&gt;Colors in charts&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786566#M1020141</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-25T07:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786567#M1020142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with concat(), like:&lt;/P&gt;&lt;P&gt;vColor=Concat( Distinct ColorField, ',')&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;pick(match(brand,'A','B','C'), $(vColor))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;You might wantto follow the similar approach for Brand field as well. Only thing you have to be careful about the ordering of the values in the concat(). You might have to use chr(39) as well to get the properly formatted string.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;Or,&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;You might associate Brand and ColorField in the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786567#M1020142</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-03-25T07:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786568#M1020143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the field value like below.&lt;/P&gt;&lt;P&gt;use $(=color) in the expression&lt;/P&gt;&lt;P&gt;&lt;IMG alt="t157493.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81814_t157493.png" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786568#M1020143</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2015-03-25T08:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786569#M1020144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use an evaluate() call during color table load, color specifications will be converted from a text value (e.g. 'RGB(R,G,B)' to a real QV color values. For example, if you load a coloring scheme like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ColorTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Brand, evaluate(BrandColor) AS BrandColor FROM Excel.xlsx ();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can use this simple expression in your Background Color field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=BrandColor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that text strings like RGB(1,2,3) &lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM&gt;cannot be used in an INLINE data list&lt;/EM&gt;&lt;/SPAN&gt;, as the INLINE will treat the commas as field separators. You'll have to use a different character like #, and add an additional function to the column expression, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;... evaluate(Replace(BrandColor,'#',',')) AS BrandColor ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786569#M1020144</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-25T08:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786570#M1020145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thank everyone for your answers!&lt;/P&gt;&lt;P&gt;The point is that I don't want to associate the brands with the colours. Besided brands, I've got other dimensions: subbrands, advertisers etc. All these dimensions must have user-defined colours. That's why I'd like to keep my &lt;SPAN style="font-size: 13.3333330154419px;"&gt;user-defined &lt;/SPAN&gt;colours in a separate table and be able to use it for any dimension: brands, subbrands, advertisers, etc.&lt;/P&gt;&lt;P&gt;I'll try a piece of advice which implies the idea of using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concat().&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 09:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786570#M1020145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-25T09:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786571#M1020146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larisa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Mapping Table having brand and color and then use applymap().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 09:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786571#M1020146</guid>
      <dc:creator />
      <dc:date>2015-03-25T09:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786572#M1020147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please try this expressions &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;vColor&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Concat( Distinct ColorField, ',')&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit;"&gt;pick(match(brand,'A','B','C'), $(vColor))&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 11:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786572#M1020147</guid>
      <dc:creator />
      <dc:date>2015-03-25T11:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786573#M1020148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set:&lt;/P&gt;&lt;P&gt;vColor = Concat( Distinct ColourField2, ',')&lt;/P&gt;&lt;P&gt;=pick(1, $(vColor))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't pick the first color. It picks the whole string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix it?&lt;/P&gt;&lt;P&gt;see the file attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I evaluated the field &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ColourField2 in the script as real QlikView colors.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786573#M1020148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-25T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: pick function</title>
      <link>https://community.qlik.com/t5/QlikView/pick-function/m-p/786574#M1020149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tresesco, Narven Raja,&lt;/P&gt;&lt;P&gt;The Concat function works only if I set it like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;vColor&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Concat( Distinct ColorField, ',')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;pick(match(brand,'A','B','C'), &lt;/SPAN&gt;&lt;STRONG style=": ; color: gray; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #ff0000;"&gt;$(=$(vColor))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style=": ; color: gray; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style=": ; color: gray; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;Thanks for your help!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style=": ; color: gray; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: gray; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;Larisa&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG style=": ; color: gray; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-function/m-p/786574#M1020149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-25T13:35:26Z</dc:date>
    </item>
  </channel>
</rss>

