<?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: Input Box Doubt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410056#M152517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See in the dimension limit i am writing the variable name means if user chooses 10 den i show top 10 but he does not chooses anythng then i should show all the available values....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2013 11:31:43 GMT</pubDate>
    <dc:creator>rohitians</dc:creator>
    <dc:date>2013-04-01T11:31:43Z</dc:date>
    <item>
      <title>Input Box Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410053#M152514</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;I have a pie chart with cylclical drill (Product,City,Value) I am giving an input box to user to select suppose top 10 or 20.&lt;/P&gt;&lt;P&gt;But if the user does not selects any value in the input box the pie chart should consider all available values rather then 10 r 20...&lt;/P&gt;&lt;P&gt;Please help how can i do that ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In dimension limit i took that variable Example vTop so if he select 10 so 10 is limit...&lt;/P&gt;&lt;P&gt;what do i do if user selects nthng i have to show all the values how do i do that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 11:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410053#M152514</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2013-04-01T11:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410054#M152515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please upload an sample document &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 11:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410054#M152515</guid>
      <dc:creator />
      <dc:date>2013-04-01T11:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410055#M152516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use if condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(variable=10 or variable=20,variable,30000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 11:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410055#M152516</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-04-01T11:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410056#M152517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See in the dimension limit i am writing the variable name means if user chooses 10 den i show top 10 but he does not chooses anythng then i should show all the available values....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 11:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410056#M152517</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2013-04-01T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410057#M152518</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;If User Chooses 0 den then all 665 products should be displayed..&lt;/P&gt;&lt;P&gt;Is the expression right????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(vTop=0,vTop,665)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 11:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410057#M152518</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2013-04-01T11:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410058#M152519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;if(variable=10 or variable=20,variable,&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;if(vTop=0,665,665)&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Sushil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 11:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Doubt/m-p/410058#M152519</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-04-01T11:46:22Z</dc:date>
    </item>
  </channel>
</rss>

