<?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: combining values in a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092835#M927014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much this is very helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2016 21:10:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-29T21:10:57Z</dc:date>
    <item>
      <title>combining values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092829#M927008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field that contains either Yes or No.&lt;/P&gt;&lt;P&gt;But the exact value of the fields are N, n, No, NO and Y, y, Yes, YES.&lt;/P&gt;&lt;P&gt;I want to combine all the NOs and YESes and combine them into two columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I eventually want to do is to make a simple two dimensional table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Country&lt;/TD&gt;&lt;TD width="64"&gt;Y&lt;/TD&gt;&lt;TD width="64"&gt;N&lt;/TD&gt;&lt;TD width="64"&gt;total number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;US&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;345&lt;/TD&gt;&lt;TD&gt;..&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;UK&lt;/TD&gt;&lt;TD align="right"&gt;34&lt;/TD&gt;&lt;TD align="right"&gt;234&lt;/TD&gt;&lt;TD&gt;..&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;China&lt;/TD&gt;&lt;TD align="right"&gt;22&lt;/TD&gt;&lt;TD align="right"&gt;234&lt;/TD&gt;&lt;TD&gt;..&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;…&lt;/TD&gt;&lt;TD&gt;..&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;..&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my first question is how to combine certain values in one.&lt;/P&gt;&lt;P&gt;and my second questions is how to make such table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&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/combining-values-in-a-field/m-p/1092829#M927008</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: combining values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092830#M927009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this from script when load the info or use a calculated dimension in a pivot table, in both case you should use a expression like this to get the value:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(Left(field,1)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092830#M927009</guid>
      <dc:creator />
      <dc:date>2016-03-29T19:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: combining values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092831#M927010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one solution could be a new field&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119736_1.png" style="height: auto; width: auto;" /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; yesno,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;Pick(WildMatch(yesno, '*n*', '*'), 'N', 'Y')&lt;/STRONG&gt; as newyesno &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;yesno&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;y&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Y&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Yes&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;YES&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;n&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;N&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;no&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;No&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NO&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092831#M927010</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-29T19:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: combining values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092832#M927011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pulling directly from my database.&lt;/P&gt;&lt;P&gt;and i think I might be able to take advantage of your answer.&lt;/P&gt;&lt;P&gt;could you explain little more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;STRONG&gt;Pick(WildMatch(yesno, '*n*', '*'), 'N', 'Y')&lt;/STRONG&gt; as newyesno&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- what does wildmatch do?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- how does the remaining syntax work?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM&gt;inline&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM&gt;- please explain what inline does.&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM&gt;and after all this, will there be an extra column like the screenshot above?&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 20:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092832#M927011</guid>
      <dc:creator />
      <dc:date>2016-03-29T20:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: combining values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092833#M927012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have mentioned that the Field yesno has different forms ( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;N, n, No, NO and Y, y, Yes, YES). So, Maxgro formatted it to have only two values N or Y and named it as newyesno field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use Country and newyesno fields in your Chart object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Load-Inline is used to give different forms of Yes and No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WildMatch used for case insensitive match here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 20:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092833#M927012</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2016-03-29T20:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: combining values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092834#M927013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I am pulling directly from my database.&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;and i think I might be able to take advantage of your answer.&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;could you explain little more?&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Pick(WildMatch(yesno, '*n*', '*'), 'N', 'Y')&lt;/STRONG&gt;&lt;/SPAN&gt; as newyesno&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;- what does wildmatch do?&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;- how does the remaining syntax work?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;

















&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;the script from a database could be like&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-weight: inherit;"&gt;&lt;EM&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Pick(WildMatch(&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-weight: inherit;"&gt;&lt;EM&gt;fieldwithyesno&lt;/EM&gt;&lt;/SPAN&gt;, '*n*', '*'), 'N', 'Y')&lt;/STRONG&gt;&lt;/SPAN&gt; as newyesno;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-family: inherit; font-weight: inherit; font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;sql select&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fieldwithyesno&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;from tableinyourdatabase;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;this is a preceding load&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;sql select&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;read here for detail&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;regarding Wildmatch, this is from Qlik help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor413"&gt;&lt;/A&gt;&lt;A name="wildmatch"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;wildmatch(&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt; str, expr1 [ , expr2,...exprN ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The &lt;SPAN class="Bold"&gt;wildmatch&lt;/SPAN&gt; function performs a case insensitive comparison and permits the use of wildcard characters (&lt;SPAN class="Bold"&gt; *&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;?&lt;/SPAN&gt;) in the comparison strings.&lt;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;wildmatch( M, 'ja*','fe?','mar')&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;returns &lt;SPAN class="Italic"&gt;1&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;January&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;returns &lt;SPAN class="Italic"&gt;2 &lt;/SPAN&gt;if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;/EM&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;fex&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardin pick, always from Qlik help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor410"&gt;&lt;/A&gt;&lt;A name="pick"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;pick(&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt;n, expr1[ , expr2,...exprN]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Returns the &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt;:th expression in the list. &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; is an integer between 1 and &lt;SPAN class="Italic"&gt;N&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;WildMatch(fieldwithyesno, '*n*', '*')&lt;/EM&gt; returns 1 for n, no, No, not, .... and 2 for all other (y yes, Yes, ....)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;Pick(Wildmatch......)&lt;/EM&gt; returns N when wildmatch returns 1 (n, no, ....), Y when wildmatch returns 2 (y yes, ....)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 10pt; line-height: 1.5em;"&gt;this line &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;Pick(WildMatch(fieldwithyesno, '*n*', '*'), 'N', 'Y') as &lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;newyesno&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;add a field, the field name is newyesno and the values N or Y (&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 10pt; line-height: 1.5em;"&gt;this new field is the extracolumn)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;inline&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;- please explain what inline does.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;and after all this, will there be an extra column like the screenshot above?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;




&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I haven't your data. I used inline just to make some test data (yes, no, y, .....) for your question.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Well, inline too (and the inline wizard) is in the Qlik online help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 21:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092834#M927013</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-29T21:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: combining values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092835#M927014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much this is very helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 21:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092835#M927014</guid>
      <dc:creator />
      <dc:date>2016-03-29T21:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: combining values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092836#M927015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119739_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still get bunch of dashes. and I know that all those should be N. I don't understand why these are still remaining as -.&lt;/P&gt;&lt;P&gt;these might be from NULLs. is there any way i can make NULLs into N??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 21:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-values-in-a-field/m-p/1092836#M927015</guid>
      <dc:creator />
      <dc:date>2016-03-29T21:38:54Z</dc:date>
    </item>
  </channel>
</rss>

