<?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: Listbox problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222164#M865201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hi adam thanks for your efforts. can you mail your gmailid so that i can send the qvw and qvd.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN&gt;or please mail me &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:karthijcet@gmail.com"&gt;karthijcet@gmail.com&lt;/A&gt;&lt;SPAN&gt; from your mail id&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Dec 2016 12:32:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-23T12:32:57Z</dc:date>
    <item>
      <title>Listbox problem</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222158#M865195</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 two list boxes with a field KEYBILLING and LISTPRICE and CONDITIONTYPE.&lt;/P&gt;&lt;P&gt;If i select conditiontype there are no values against the listprice field , so all are greyed out (no selected values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that , if i create a table box somewhat like this ,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keybilling Listprice Conditiontype&lt;/P&gt;&lt;P&gt;1&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; za00&lt;/P&gt;&lt;P&gt;2&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; za00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to replace that - with some values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried if(isnull(Listprice),0,1). But no result for me. Please help.&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/Listbox-problem/m-p/1222158#M865195</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox problem</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222159#M865196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SO it sounds like the primary issue here is your data is not linked?&lt;/P&gt;&lt;P&gt;Is there a reason for this... its very hard to advise on this sort of issue without knowing more background on what you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you're content just working around it then try&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(len(Listprice)&amp;lt;1,0,1)&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Or you can always change the 'null' and 'missing' display options in your chart (although not a table box)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 07:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222159#M865196</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-12-22T07:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox problem</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222160#M865197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make it a straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And change the null value to 0 for Listprice Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 07:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222160#M865197</guid>
      <dc:creator />
      <dc:date>2016-12-22T07:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox problem</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222161#M865198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the screen shot and scrip i haave used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT KEEP(BILLING)&lt;/P&gt;&lt;P&gt;[List Price]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[KEY - Billing],&lt;/P&gt;&lt;P&gt;[EMEA Condition Type_/BIC/ZE_CONTYP./BIC/AZE_SDO2700] as [LP_CONDITIONTYPE],&lt;/P&gt;&lt;P&gt;ListPrice AS LISTPRICE&lt;/P&gt;&lt;P&gt;Resident BILLING;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Org] as [LP_SALESORG], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Condition Type] as [LP_CONDITIONTYPE]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[\\tow-t-qlikshare\Groups\QV_DATA_ETL\XFM_GTS\ME\EANZ_MasterData\SOM Maptest.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;WHERE Element='List Price';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FINAL:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[KEY - Billing],&lt;/P&gt;&lt;P&gt;[LP_CONDITIONTYPE],&lt;/P&gt;&lt;P&gt;if(len(LISTPRICE)&amp;lt;1,0,LISTPRICE) AS LISTPRICE&lt;/P&gt;&lt;P&gt;RESIDENT [List Price];&lt;/P&gt;&lt;P&gt; DROP TABLE [List Price]; !&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147365_Capture.JPG" style="height: 279px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 07:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222161#M865198</guid>
      <dc:creator />
      <dc:date>2016-12-22T07:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox problem</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222162#M865199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kushboo ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to handle it in script and i need a seperate column in qvd itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 07:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222162#M865199</guid>
      <dc:creator />
      <dc:date>2016-12-22T07:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox problem</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222163#M865200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmmm your code looks OK to me, I've literally written the same thing this morning and it is working fine.&lt;/P&gt;&lt;P&gt;I'm guessing you can't share a cut down qvw to look atl?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 13:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222163#M865200</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-12-22T13:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox problem</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222164#M865201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hi adam thanks for your efforts. can you mail your gmailid so that i can send the qvw and qvd.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN&gt;or please mail me &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:karthijcet@gmail.com"&gt;karthijcet@gmail.com&lt;/A&gt;&lt;SPAN&gt; from your mail id&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2016 12:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-problem/m-p/1222164#M865201</guid>
      <dc:creator />
      <dc:date>2016-12-23T12:32:57Z</dc:date>
    </item>
  </channel>
</rss>

