<?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 create string from possible values in a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220635#M73534</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 have a table with names, email addresses, statuses etc. of all my users, some of them are active some are inactive. What I want is to create a button that for a selection of users e.g. those with staus=active will create a draft email in my outlook and paste all the email addresses from the table. I have already added ';' at the end of each address so it would separate one from another. It does work if i choose just one address with ='maito:' [field name]&lt;/P&gt;&lt;P&gt;I assume I have to create a sting of values from the possible email adresses to then put it into [field name] place.&lt;/P&gt;&lt;P&gt;Has anyone tried it before? Any advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers for your help. Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Feb 2011 17:20:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-17T17:20:12Z</dc:date>
    <item>
      <title>create string from possible values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220635#M73534</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 have a table with names, email addresses, statuses etc. of all my users, some of them are active some are inactive. What I want is to create a button that for a selection of users e.g. those with staus=active will create a draft email in my outlook and paste all the email addresses from the table. I have already added ';' at the end of each address so it would separate one from another. It does work if i choose just one address with ='maito:' [field name]&lt;/P&gt;&lt;P&gt;I assume I have to create a sting of values from the possible email adresses to then put it into [field name] place.&lt;/P&gt;&lt;P&gt;Has anyone tried it before? Any advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers for your help. Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 17:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220635#M73534</guid>
      <dc:creator />
      <dc:date>2011-02-17T17:20:12Z</dc:date>
    </item>
    <item>
      <title>create string from possible values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220636#M73535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Concat() function gives possible values of a field.&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Concat(Email, ';')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You can also add Set Analysis:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Concat({&amp;lt;Status={'Active'}&amp;gt;} Email, ';')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 17:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220636#M73535</guid>
      <dc:creator />
      <dc:date>2011-02-17T17:22:55Z</dc:date>
    </item>
    <item>
      <title>create string from possible values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220637#M73536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's all i wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 17:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220637#M73536</guid>
      <dc:creator />
      <dc:date>2011-02-17T17:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: create string from possible values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220638#M73537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Dear Miller,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I would like to obtein the followin result from a concat function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'field(i)','field(i+1)','field(i+2)',...,'field(n)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;ex:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'1/1/8','2/6/90','4/14/45'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;i'm not able to concatenate the:&amp;nbsp;&amp;nbsp; '&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;i need this solution, because i'm tring to update in a dinamic way the result of a match function, without changing the script (but only a variable in an input box and adding a line in an excel document)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I wanted to explain this becase if you have another way of thinking should be great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Thank You !&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Smirik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 15:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-string-from-possible-values-in-a-field/m-p/220638#M73537</guid>
      <dc:creator />
      <dc:date>2013-03-13T15:26:53Z</dc:date>
    </item>
  </channel>
</rss>

