<?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 0,1 should be selectable through list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252106#M859450</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;In pivot table for no data i need to show 0 instead of '-' symbol and also in list box need to show 0,1.&lt;/P&gt;&lt;P&gt;when i select 0 in list box need to show 0 vales in pivot table and for 1 selection also need to show 1 values in pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yuvrajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252106#M859450</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;In pivot table for no data i need to show 0 instead of '-' symbol and also in list box need to show 0,1.&lt;/P&gt;&lt;P&gt;when i select 0 in list box need to show 0 vales in pivot table and for 1 selection also need to show 1 values in pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yuvrajesh&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/0-1-should-be-selectable-through-list-box/m-p/1252106#M859450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252107#M859451</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 would replace null values with 0 in your load script, much easier all around&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3786"&gt;Generating Missing Data In QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252107#M859451</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-01-16T07:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252108#M859452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried it not worked,could you please check attached sample qv file and please revert it back with attached ,it helps me alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252108#M859452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T07:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252109#M859453</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;Create one inline table like below&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Selection filter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write a expression in your pivot table like below &lt;/P&gt;&lt;P&gt;=if([Selection filter]=0,&lt;/P&gt;&lt;P&gt;if(isnull(sum([Val 2])),0,sum([Val 2])),&lt;/P&gt;&lt;P&gt;if(isnull(sum([Val 2])),0,sum([Val 2])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace val 2 with your metric field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252109#M859453</guid>
      <dc:creator>khalander</dc:creator>
      <dc:date>2017-01-16T07:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252110#M859454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if([Selection filter]=0,&lt;/P&gt;&lt;P&gt;if(isnull(sum([Val 2])),0,sum([Val 2])),&lt;/P&gt;&lt;P&gt;if(isnull(sum([Val 2])),1,sum([Val 2])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry use the above expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252110#M859454</guid>
      <dc:creator>khalander</dc:creator>
      <dc:date>2017-01-16T07:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252111#M859455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at the example this is not possible as it is not a field which is null, but 'missing data'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252111#M859455</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-01-16T07:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252112#M859456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes if you share the sample you tried it on then I would be more than happy to correct where it isn't working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252112#M859456</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-01-16T07:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252113#M859457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14845515833262966 jive_text_macro" jivemacro_uid="_14845515833262966" modifiedtitle="true"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Name &amp;amp; monthname as Key&lt;/P&gt;
&lt;P&gt;Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Name,monthname,sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,Jan,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,Feb,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,March,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,April,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,May,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,June,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,July,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,Aug,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,Sept,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,Oct,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,Nov,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rajesh,Dec,100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Pavan,Jan,200&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Pavan,March,300&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Pavan,Oct,400&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Venu,Nov,300&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Venu,Sept,200&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Temp:&lt;/P&gt;
&lt;P&gt;Load Distinct Name Resident Data;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;Load Distinct monthname Resident Data;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Concatenate(Data)&lt;/P&gt;
&lt;P&gt;Load *, 0 as sales Where Not Exists(Key);&lt;/P&gt;
&lt;P&gt;Load Name, monthname, Name &amp;amp; monthname as Key Resident Temp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (Data)&lt;/P&gt;
&lt;P&gt;Load Name, monthname, If(SUM(sales)&amp;gt;0,1,0) as Flag Resident Data Group By Name, monthname;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Drop Table Temp;&lt;/P&gt;
&lt;P&gt;Drop Field Key;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Create a table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;monthname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to presentation tab&lt;/P&gt;&lt;P&gt;Untick suppress zero values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252113#M859457</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T07:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252114#M859458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replay Dada.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not working ,Can you please check the attached Qv file and revert back with changed QV if it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252114#M859458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T07:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252115#M859463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replay Manish.&lt;/P&gt;&lt;P&gt;I have checked the application you have shared,in pivot table i need to show if(sum(sales)&amp;gt;0,1,0).I need to show if i select 0 in list box need to only 0 values,if i select 1 only one values,i don't want show sum(sales) in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help on that once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252115#M859463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T07:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252116#M859466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is not null ,it is missing that's why i am not able use isnull() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252116#M859466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T07:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252117#M859469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes correct adam..data not contains nulls ,data has missing values,due to that not able to replace with nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252117#M859469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T07:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252118#M859471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;uncheck the option suppress zero values in presentation. and write expression like below&lt;/P&gt;&lt;P&gt;=if([Selection filter]=0,&lt;/P&gt;&lt;P&gt;if(Sum(sales)=0,0,sum(sales)),&lt;/P&gt;&lt;P&gt;if(Sum(sales)=0,1,sum(sales)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149574_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 08:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252118#M859471</guid>
      <dc:creator>khalander</dc:creator>
      <dc:date>2017-01-16T08:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252119#M859472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK then change the expression as below&lt;/P&gt;&lt;P&gt;IF(SUM(sales)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can't get the same in Pivot table.&lt;/P&gt;&lt;P&gt;You have to convert to straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check enclosed file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 08:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252119#M859472</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T08:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252120#M859473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have checked Manish..i need to show month as row,means i need to select pivot table only..in stright table missing values won't be display when u put month as column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 09:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252120#M859473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252121#M859474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No way you can get the desired result in pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 09:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252121#M859474</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T09:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252122#M859475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first create excel sheet with two fileds with Name and monthname and fill the data like &lt;/P&gt;&lt;P&gt;Name,monthname&lt;/P&gt;&lt;P&gt;Rajesh Jan&lt;/P&gt;&lt;P&gt;Rajesh Feb&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Rajesh Dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for all users.&lt;/P&gt;&lt;P&gt;Then use the below script&lt;/P&gt;&lt;P&gt;Name_mapping:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; monthname&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\New Microsoft Excel Worksheet.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join &lt;/P&gt;&lt;P&gt;LOAD * Inline&amp;nbsp; &lt;/P&gt;&lt;P&gt;[&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Name,monthname,sales&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,Jan,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,Feb,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,March,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,April,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,May,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,June,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,July,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,Aug,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,Sept,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,Oct,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,Nov,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Rajesh,Dec,100&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Pavan,Jan,200&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Pavan,March,300&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Pavan,Oct,400&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Venu,Nov,300&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Venu,Sept,200&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Name&amp;amp;monthname as key&lt;/P&gt;&lt;P&gt;Resident Name_mapping;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Name&amp;amp;monthname as key,&lt;/P&gt;&lt;P&gt;if(IsNull(sales)&amp;lt;0,0,1) as flag&lt;/P&gt;&lt;P&gt;Resident Name_mapping;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Name_mapping;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149597_1.PNG" style="height: auto;" /&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/149598_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 10:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252122#M859475</guid>
      <dc:creator>khalander</dc:creator>
      <dc:date>2017-01-16T10:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252123#M859476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you click on 1.. is that giving you all Name and monthname with flag 1 only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 11:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252123#M859476</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T11:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252124#M859477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFB screenshot&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149602_3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 11:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252124#M859477</guid>
      <dc:creator>khalander</dc:creator>
      <dc:date>2017-01-16T11:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: 0,1 should be selectable through list box</title>
      <link>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252125#M859478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly the same which I have provided.&lt;/P&gt;&lt;P&gt;Try to keep monthname as column and let me know whether it's working or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 11:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-1-should-be-selectable-through-list-box/m-p/1252125#M859478</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T11:45:30Z</dc:date>
    </item>
  </channel>
</rss>

