<?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: Another Question about Using Pick for Formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398804#M800552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(len(PetType), Green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2017 20:19:58 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-11-29T20:19:58Z</dc:date>
    <item>
      <title>Another Question about Using Pick for Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398800#M800548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You guys helped me a couple weeks ago. I have been working with Qlikview for a couple years, but the Pick function is one I haven't completely wrapped my head around. I have been told it performs better than an If statement, and it should always be used instead of IF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a document. I am using a straight table chart as navigation and wish to format the currently selected value. Pretty basic if statement would get me what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a dumbed down version of what I am doing, so you don't have to worry about forcing the user to select one value. I am just looking to replace this If statement in the Background Color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(PetType)=PetType,Green())&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/Another-Question-about-Using-Pick-for-Formatting/m-p/1398800#M800548</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Another Question about Using Pick for Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398801#M800549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace: =if(GetFieldSelections(PetType)=PetType,Green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this : &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pick&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PetType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PetType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Green&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 19:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398801#M800549</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-11-29T19:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Another Question about Using Pick for Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398802#M800550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I tried this. I think I was once again making this harder than it needed to be. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 20:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398802#M800550</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2017-11-29T20:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Another Question about Using Pick for Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398803#M800551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome and glad able to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 20:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398803#M800551</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-11-29T20:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Another Question about Using Pick for Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398804#M800552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(len(PetType), Green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 20:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-Question-about-Using-Pick-for-Formatting/m-p/1398804#M800552</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-11-29T20:19:58Z</dc:date>
    </item>
  </channel>
</rss>

