<?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: Fill in blanks for Pick(Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fill-in-blanks-for-Pick-Match/m-p/1408647#M426316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried without spaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(Match($(v_Flow_Graph_Arrival_Colour_Show) &amp;amp;'-'&amp;amp; Flow_Stage &amp;amp;'-'&amp;amp; ED_Mode&amp;amp;'-'&amp;amp; Admission_Desc &amp;amp;'-'&amp;amp; $(v_Summary_Flow_Graph_Stream_Colour_Show) &amp;amp;'-'&amp;amp; Stream,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;SPAN style="color: #ff0000;"&gt;1-Before Stream-Ambulance--0-&lt;/SPAN&gt;')+1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(e_Flow_Graph_Line_Colours) ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;$(e_Flow_Graph_Arrival_Colour_Ambu))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2017 11:47:36 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-16T11:47:36Z</dc:date>
    <item>
      <title>Fill in blanks for Pick(Match</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-in-blanks-for-Pick-Match/m-p/1408646#M426315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pick(match statement which has a string of 6 fields/variables.&amp;nbsp; Some of the outcomes will only fit 2 or 3 of the fields, so I am trying to fill the gaps with blanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example &lt;SPAN style="font-size: 13.3333px;"&gt;$(e_Flow_Graph_Arrival_Colour_Ambu) only requires values for:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-&lt;SPAN style="font-size: 13.3333px;"&gt;$(v_Flow_Graph_Arrival_Colour_Show)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-&lt;SPAN style="font-size: 13.3333px;"&gt;Flow_Stage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;SPAN style="font-size: 13.3333px;"&gt;ED_Mode&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;SPAN style="font-size: 13.3333px;"&gt;v_Summary_Flow_Graph_Stream_Colour_Show&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So I have left a space for the blanks where the field is not applicable.&amp;nbsp; However, my expression is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Could someone kindly take a look and let me know how I can fill the gaps which are not applicable to this outcome&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(Match($(v_Flow_Graph_Arrival_Colour_Show) &amp;amp;'-'&amp;amp; Flow_Stage &amp;amp;'-'&amp;amp; ED_Mode&amp;amp;'-'&amp;amp; Admission_Desc &amp;amp;'-'&amp;amp; $(v_Summary_Flow_Graph_Stream_Colour_Show) &amp;amp;'-'&amp;amp; Stream,&lt;/P&gt;&lt;P&gt;'1-Before Stream-Ambulance- -0- ')+1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(e_Flow_Graph_Line_Colours) ,&lt;/P&gt;&lt;P&gt;$(e_Flow_Graph_Arrival_Colour_Ambu))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 07:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-in-blanks-for-Pick-Match/m-p/1408646#M426315</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2017-08-16T07:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks for Pick(Match</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-in-blanks-for-Pick-Match/m-p/1408647#M426316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried without spaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(Match($(v_Flow_Graph_Arrival_Colour_Show) &amp;amp;'-'&amp;amp; Flow_Stage &amp;amp;'-'&amp;amp; ED_Mode&amp;amp;'-'&amp;amp; Admission_Desc &amp;amp;'-'&amp;amp; $(v_Summary_Flow_Graph_Stream_Colour_Show) &amp;amp;'-'&amp;amp; Stream,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;SPAN style="color: #ff0000;"&gt;1-Before Stream-Ambulance--0-&lt;/SPAN&gt;')+1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(e_Flow_Graph_Line_Colours) ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;$(e_Flow_Graph_Arrival_Colour_Ambu))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 11:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-in-blanks-for-Pick-Match/m-p/1408647#M426316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-16T11:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks for Pick(Match</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-in-blanks-for-Pick-Match/m-p/1408648#M426317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, use Len(Trim()) to give it some value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(Match(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim($(v_Flow_Graph_Arrival_Colour_Show))) = 0, '@', $(v_Flow_Graph_Arrival_Colour_Show)) &amp;amp;'-'&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Flow_Stage)) = 0, '@', Flow_Stage) &amp;amp;'-'&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(ED_Mode)) = 0, '@', ED_Mode) &amp;amp;'-'&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Admission_Desc)) = 0, '@', Admission_Desc) &amp;amp;'-'&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim($(v_Summary_Flow_Graph_Stream_Colour_Show))) = 0, '@', $(v_Summary_Flow_Graph_Stream_Colour_Show)) &amp;amp;'-'&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Stream)) = 0, '@', Stream),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'1-Before Stream-Ambulance-&lt;SPAN style="color: #ff0000;"&gt;@&lt;/SPAN&gt;-0-&lt;SPAN style="color: #ff0000;"&gt;@&lt;/SPAN&gt;')+1,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 11:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-in-blanks-for-Pick-Match/m-p/1408648#M426317</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-16T11:50:51Z</dc:date>
    </item>
  </channel>
</rss>

