<?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 Variable and Displaying Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565720#M478070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have it as a dimension, the variables in the input box have presedence over the dimension because I have to select the min and max date, then it NAMEs do not show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 14:38:03 GMT</pubDate>
    <dc:creator>MalcolmCICWF</dc:creator>
    <dc:date>2014-04-02T14:38:03Z</dc:date>
    <item>
      <title>Input Box Variable and Displaying Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565716#M478066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an assortment of columns in a pivot table that are loaded in as one field and they have dates from 1/01/2003-1/01/2019, but it also contains a few names show below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG.jpg" class="jive-image" height="123" src="https://community.qlik.com/legacyfs/online/55971_Capture2.JPG.jpg" width="476" /&gt;&lt;/P&gt;&lt;P&gt;I set up some start and end date variables based on the field that creates these columns because I want to display the last 6 and future 6 months. The issue I am having is it is limiting my columns to only the dates between my start and end date, But I want the ERC, Pool Life Totals, and IRR to display along with my desired months. I am not sure of a way to get the months I want, along with the named ones, to display being they are bother numberic and character.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 21:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565716#M478066</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-03-26T21:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Variable and Displaying Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565717#M478067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the dimension that has the field with the numeric and date values, you should be able to write something like:&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Field &amp;gt;= YourStartDateVariable and Field &amp;lt;= YourEndDateVariable) or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; match(Field, 'ERC', 'Pool Life Totals', 'IRR'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just check "Suppress When Value Is Null".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 19:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565717#M478067</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-27T19:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Variable and Displaying Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565718#M478068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesnt seem tobe working or doing anything at all. Your method makes sense, but I don't know how to apply this to my input box setup. I am trying to allow a selection of dates, while always displaying the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56430_Capture2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56429_Capture.JPG.jpg" style="width: 620px; height: 523px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565718#M478068</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-04-02T14:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Variable and Displaying Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565719#M478069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The calculation I gave you should go as the dimension on your pivot table, not in your input box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565719#M478069</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-04-02T14:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Variable and Displaying Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565720#M478070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have it as a dimension, the variables in the input box have presedence over the dimension because I have to select the min and max date, then it NAMEs do not show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565720#M478070</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-04-02T14:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Variable and Displaying Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565721#M478071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please upload a .qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565721#M478071</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-04-02T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Variable and Displaying Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565722#M478072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so let's say I go with using this as a dimension to show specific months and then the other labeled fields, how can I put this into a button to enable/disable the dimension so that they see hust the months I wants, or if they disable they can once again see all the months and labeled fields. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 16:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Variable-and-Displaying-Data/m-p/565722#M478072</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-04-09T16:38:05Z</dc:date>
    </item>
  </channel>
</rss>

