<?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: RE:listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830562#M530449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD *, if(Lower(trim(Data))='male','Male', if(Lower(trim(Data))='female','Female')) as Gender Inline [&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;MAle&lt;/P&gt;&lt;P&gt;Female&lt;/P&gt;&lt;P&gt;NA&lt;/P&gt;&lt;P&gt;Ss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 12:30:26 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-07-08T12:30:26Z</dc:date>
    <item>
      <title>RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830554#M530441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a listbox wit gender field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wit in dat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have&lt;/P&gt;&lt;P&gt;MAle&lt;/P&gt;&lt;P&gt;Female&lt;/P&gt;&lt;P&gt;NA&lt;/P&gt;&lt;P&gt;Ss &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like dat&amp;nbsp; so i want seperately male and female &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i get dat result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tjank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830554#M530441</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-07-08T11:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830555#M530442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so in list box you want only male and female, if so in list box-&amp;gt;select expression instead of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give condition if(gender='Male', or 'Female', gender)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830555#M530442</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-08T11:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830556#M530443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively apply the same expression in the script and create a new Field:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(gender='Male', or 'Female', gender) as Gender&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;And use this in your list box instead, which would be useful if you plan to re-use.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830556#M530443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830557#M530444</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;not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830557#M530444</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-07-08T11:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830558#M530445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you want this in expression? then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try in the Listbox Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Gender='Male' or Gender='Female', Gender) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830558#M530445</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-08T11:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830559#M530446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies, try this:&lt;/P&gt;&lt;P&gt;if(gender= 'Male' or gender = 'Female',gender,) as Gender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830559#M530446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830560#M530447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to List box properties--&amp;gt; select expression&lt;/P&gt;&lt;P&gt;write expression &lt;/P&gt;&lt;P&gt;if(gender = 'MAle' or gender = 'Female' , gender)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know, have you resolved your problem or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830560#M530447</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-07-08T12:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830561#M530448</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;Try this&lt;/P&gt;&lt;P&gt;=if(WildMatch(Gender,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MAle&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Female&lt;/SPAN&gt;'),Gender)&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830561#M530448</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-07-08T12:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830562#M530449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD *, if(Lower(trim(Data))='male','Male', if(Lower(trim(Data))='female','Female')) as Gender Inline [&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;MAle&lt;/P&gt;&lt;P&gt;Female&lt;/P&gt;&lt;P&gt;NA&lt;/P&gt;&lt;P&gt;Ss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830562#M530449</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-08T12:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: RE:listbox</title>
      <link>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830563#M530450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the dimesion to an expression in the list box and enter the if condition&lt;/P&gt;&lt;P&gt;=if(lower(Gender)='male','Male',if (lower(Gender)='female','Female'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-listbox/m-p/830563#M530450</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-08T12:57:08Z</dc:date>
    </item>
  </channel>
</rss>

