<?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 how to exclude a value in textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234083#M85552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;I need to exclude the Year 2011 from the list box for only one tab. But I need the year to be included in the list box for other sheets.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Dec 2010 11:10:56 GMT</pubDate>
    <dc:creator>raghavsurya</dc:creator>
    <dc:date>2010-12-28T11:10:56Z</dc:date>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234077#M85546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We currently have a situation wherein the graphs and charts in one of the tab does not have details for one of dimension value present in a list box. Hence we want to hide the value in the list box. Is there a way to do it.&lt;/P&gt;&lt;P&gt;Can anybody help me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 10:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234077#M85546</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-12-28T10:38:02Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234078#M85547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;P&gt;I am assuming that you have one or more blank/null values in the list box and you want to hide these.&lt;/P&gt;&lt;P&gt;If so, then select &amp;lt;expression&amp;gt; as the field in the list box, and enter something like this as the expression:&lt;/P&gt;&lt;P&gt;&lt;I&gt;if(len(field)&amp;gt;0, field)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 10:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234078#M85547</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-12-28T10:43:02Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234079#M85548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raghav,&lt;/P&gt;&lt;P&gt;Go to &amp;lt;expression&amp;gt; in the list box option and write the expression as:&lt;/P&gt;&lt;P&gt;If([Your Filed]&amp;lt;&amp;gt;'Your Particlular Value which you want to hide',[Your Field])&lt;/P&gt;&lt;P&gt;regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 10:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234079#M85548</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2010-12-28T10:48:07Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234080#M85549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;To be elaborate, I want to hide the Year 2011 in the Year list box. The current sheet has graphs for actual values and hence no graph will display if Year 2011 is selected.&lt;/P&gt;&lt;P&gt;Can u pls suggest how to do it&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 10:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234080#M85549</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-12-28T10:57:21Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234081#M85550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;I want to hide the year 2011 in list box called 'Year'. Can you please suggest where can I find the expression in List box properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 11:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234081#M85550</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-12-28T11:01:41Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234082#M85551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;At the script level you can use the Where exists() function in your Year Table to remove those years which donot have data.&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;Where exists(MainDate,Date) where MainDate is from the table you are linking your Year Table to.&lt;/P&gt;&lt;P&gt;I hope you understood this else check for Exisits() in the help maual of Qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 11:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234082#M85551</guid>
      <dc:creator>syed_muzammil</dc:creator>
      <dc:date>2010-12-28T11:05:29Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234083#M85552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;I need to exclude the Year 2011 from the list box for only one tab. But I need the year to be included in the list box for other sheets.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 11:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234083#M85552</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-12-28T11:10:56Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234084#M85553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Expression can be found in the Properties--&amp;gt;General--&amp;gt;Field list in the List Box. It will be the in the last row of the Filed selection drop down. There you can write your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 11:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234084#M85553</guid>
      <dc:creator>syed_muzammil</dc:creator>
      <dc:date>2010-12-28T11:16:47Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234085#M85554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try: right Click on sheet -&amp;gt; New Sheet Object -&amp;gt;List Box . In general Tab you will find "field" where all list of field are there. DON'T select "year" from there. SELECT &amp;lt;Expression&amp;gt;(you will find in the list). Write the formula over there. Done!&lt;/P&gt;&lt;P&gt;Formula: If (Year&amp;lt;&amp;gt;2011,Year)&lt;/P&gt;&lt;P&gt;regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 11:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234085#M85554</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2010-12-28T11:17:17Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234086#M85555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;P&gt;Use this as the expression then to one of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if(SalesYear &amp;lt;= 2010), SalesYear)&lt;/LI&gt;&lt;LI&gt;if(SalesYear &amp;lt;= Year(Max(SalesDate)), SalesYear)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Adjust the field names to suit your model. The second example will allow it to be determined dynamically.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 11:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234086#M85555</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-12-28T11:18:19Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234087#M85556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Answer suggested by Tresesco is almost right but instead of using 2011 has hardcode you need to check the value in any of you key which doesn't have the data for future like ur key or the transaction value.. hence the formula can be&lt;/P&gt;&lt;P&gt;If(Len(TransactionAmount)&amp;gt;0,Year)&lt;/P&gt;&lt;P&gt;Note : TransactionAmount is just an asumption of the field.. Rest follow the steps suggested by Tresesco..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 11:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234087#M85556</guid>
      <dc:creator />
      <dc:date>2010-12-28T11:47:20Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234088#M85557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Raghavsurya,&lt;/P&gt;&lt;P&gt;If i understood ur problem correctly,&lt;/P&gt;&lt;P&gt;then try this,&lt;/P&gt;&lt;P&gt;in load script itself restrict the year 2011 in year field and put alias some other name.&lt;/P&gt;&lt;P&gt;then in particular tab call that field in year.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;fiscal Cal:&lt;/P&gt;&lt;P&gt;year,&lt;/P&gt;&lt;P&gt;if(year &amp;lt;&amp;gt; 2011,year) as year_New&lt;/P&gt;&lt;P&gt;so in ur table u have 2 year fields 1 is containing 2011 and 1 is not 2011.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 12:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234088#M85557</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2010-12-28T12:13:05Z</dc:date>
    </item>
    <item>
      <title>how to exclude a value in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234089#M85558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your kind help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 12:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-a-value-in-textbox/m-p/234089#M85558</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-12-28T12:18:28Z</dc:date>
    </item>
  </channel>
</rss>

