<?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: Nested Pick(Match statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405377#M425626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is a single expression and forms the background colour for a flow chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The part highlighted in Red will show a different colour to the part that is not highlighted in black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The part highlighted in green will determine the what colour the line will be, dependant on the ED_Stream field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a screenshot of how the colours look with the If statement, should a visual be more useful&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Flow.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173462_Flow.png" style="height: 203px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2017 14:50:16 GMT</pubDate>
    <dc:creator>helen_pip</dc:creator>
    <dc:date>2017-08-15T14:50:16Z</dc:date>
    <item>
      <title>Nested Pick(Match statements</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405375#M425624</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 I am using to replace a nested If statement, however so far, my statement is ignoring all parts except the first part, highlighted in blue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to apply the same logic as the if, but it does not seem to be behaving as expected.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone kindly point me in the right direction of how I can do a nested Pick(Match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NB: v_Flow_Graph_Arrival_Colour_Show will be 1 to activate the different colours&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 to activate the &lt;SPAN style="font-size: 13.3333px;"&gt;$(e_ED_Summary_Flow_Graph_Line_Colours)&lt;/SPAN&gt;&lt;/SPAN&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, &lt;/P&gt;&lt;P&gt;'1-Before Stream-Amb', &lt;/P&gt;&lt;P&gt;'1-Before Stream-CarLike', &lt;/P&gt;&lt;P&gt;'1-Before Stream-Heli', &lt;/P&gt;&lt;P&gt;'1-Before Stream-Other')+1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; $(e_ED_Summary_Flow_Graph_Line_Colours) ,&lt;/P&gt;&lt;P&gt; $(e_ED_Summary_Flow_Graph_Arrival_Colour_Amb),&lt;/P&gt;&lt;P&gt; $(e_ED_Summary_Flow_Graph_Arrival_Colour_CarLike),&lt;/P&gt;&lt;P&gt; $(e_ED_Summary_Flow_Graph_Arrival_Colour_Heli),&lt;/P&gt;&lt;P&gt; $(e_ED_Summary_Flow_Graph_Arrival_Colour_Other),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Pick(Match(Flow_Stage &amp;amp;'-'&amp;amp; ED_Adm_Desc, &lt;/P&gt;&lt;P&gt; 'After Stream-Admitted', &lt;/P&gt;&lt;P&gt; 'After Stream-Non Admitted')+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_Outcome_Colour_Admit),&lt;/P&gt;&lt;P&gt; $(e_Flow_Graph_Outcome_Colour_NotAdmit),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Pick(Match($(v_Flow_Graph_Stream_Colour_Show) &amp;amp;'-'&amp;amp; ED_Stream,&lt;/P&gt;&lt;P&gt;'1-EYE', &lt;/P&gt;&lt;P&gt;'1-CDU', &lt;/P&gt;&lt;P&gt;'1-MAJ', &lt;/P&gt;&lt;P&gt;'1-RES', &lt;/P&gt;&lt;P&gt;'1-PAE', &lt;/P&gt;&lt;P&gt;'1-MIN', &lt;/P&gt;&lt;P&gt;'1-CATH ',&lt;/P&gt;&lt;P&gt;'1-BRAM', &lt;/P&gt;&lt;P&gt;'1-UNU', &lt;/P&gt;&lt;P&gt;1-NO STREAM')+1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(e_Flow_Graph_Line_Colours),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(255,128,103),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(128,126,149),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(1,124,194),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(192,192,192),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(97,138,158),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(1,83,123),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(90,184,214),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(158,214,230),&lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(226,243,245), &lt;/P&gt;&lt;P&gt;&amp;nbsp; RGB(226,243,245),&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(e_Flow_Graph_Line_Colours))&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>Tue, 15 Aug 2017 14:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405375#M425624</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2017-08-15T14:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Pick(Match statements</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405376#M425625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a single expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Pick(Match($(v_Flow_Graph_Arrival_Colour_Show) &amp;amp;'-'&amp;amp; Flow_Stage &amp;amp;'-'&amp;amp; ED_Mode,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'1-Before Stream-Amb',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'1-Before Stream-CarLike',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'1-Before Stream-Heli',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'1-Before Stream-Other')+1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(e_ED_Summary_Flow_Graph_Line_Colours) ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(e_ED_Summary_Flow_Graph_Arrival_Colour_Amb),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(e_ED_Summary_Flow_Graph_Arrival_Colour_CarLike),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(e_ED_Summary_Flow_Graph_Arrival_Colour_Heli),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(e_ED_Summary_Flow_Graph_Arrival_Colour_Other),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Pick(Match(Flow_Stage &amp;amp;'-'&amp;amp; ED_Adm_Desc,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;'After Stream-Admitted',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;'After Stream-Non Admitted')+1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;$(e_Flow_Graph_Line_Colours),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;$(e_Flow_Graph_Outcome_Colour_Admit),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;$(e_Flow_Graph_Outcome_Colour_NotAdmit),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;Pick(Match($(v_Flow_Graph_Stream_Colour_Show) &amp;amp;'-'&amp;amp; ED_Stream,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-EYE',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-CDU',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-MAJ',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-RES',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-PAE',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-MIN',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-CATH ',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-BRAM',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;'1-UNU',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;1-NO STREAM')+1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; $(e_Flow_Graph_Line_Colours),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(255,128,103),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(128,126,149),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(1,124,194),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(192,192,192),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(97,138,158),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(1,83,123),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(90,184,214),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(158,214,230),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(226,243,245),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; RGB(226,243,245),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; $(e_Flow_Graph_Line_Colours))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What are these sections in Red and Green above? When do these get activated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405376#M425625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-15T14:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Pick(Match statements</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405377#M425626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is a single expression and forms the background colour for a flow chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The part highlighted in Red will show a different colour to the part that is not highlighted in black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The part highlighted in green will determine the what colour the line will be, dependant on the ED_Stream field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a screenshot of how the colours look with the If statement, should a visual be more useful&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Flow.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173462_Flow.png" style="height: 203px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405377#M425626</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2017-08-15T14:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Pick(Match statements</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405378#M425627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you will have to do this in a single pick match.....&lt;/P&gt;&lt;P&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;=Pick(Match(&lt;SPAN style="color: #ff0000;"&gt;$(v_Flow_Graph_Arrival_Colour_Show) &amp;amp;'-'&amp;amp; Flow_Stage &amp;amp;'-'&amp;amp; ED_Mode&amp;amp;'-'&amp;amp; ED_Adm_Desc&amp;amp;'-'$(v_Flow_Graph_Stream_Colour_Show) &amp;amp;'-'&amp;amp; ED_Stream&lt;/SPAN&gt;,&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and then proceed from there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 15:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405378#M425627</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-15T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Pick(Match statements</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405379#M425628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, I will give it a go!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 15:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405379#M425628</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2017-08-15T15:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Pick(Match statements</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405380#M425629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 15:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Pick-Match-statements/m-p/1405380#M425629</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-15T15:11:11Z</dc:date>
    </item>
  </channel>
</rss>

