<?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: Inputbox data type in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980849#M527901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure of exact need but you can always use num() function to convert text number data to numeric. Its better to use numeric values as long as possible, normally Qlik internally takes care of which type to be used as each value is stored as dual(text and numeric) internally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 04:04:29 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2015-10-15T04:04:29Z</dc:date>
    <item>
      <title>Inputbox data type</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980848#M527900</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 an inputbox which limits user selection to week,month and ytd. I presumed they would be a text hence added single quotation to each of those however the drop-down displays quotation as well which is undesirable. If I add these values without quotations then they will look fine but lead to another issue. I have another variable which convert user selection to numeric value, e.g. week=0,month=1 and ytd=2 and the if statements seem only work with quotation for text values. Can anyone sheds some lights?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980848#M527900</guid>
      <dc:creator />
      <dc:date>2015-10-14T22:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox data type</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980849#M527901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure of exact need but you can always use num() function to convert text number data to numeric. Its better to use numeric values as long as possible, normally Qlik internally takes care of which type to be used as each value is stored as dual(text and numeric) internally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 04:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980849#M527901</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-15T04:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox data type</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980850#M527902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A better solution may be to create a dual field for this purpose. An inline load like this would create the field:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Periods:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD Dual(Period, Value) As Period,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value As Period.Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;INLINE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period, Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week, 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ytd, 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 05:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980850#M527902</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-15T05:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox data type</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980851#M527903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dual value could act as a numeric or as a text value depending on the context. Rather than a variable use this field in a list box and set the Always One Selected Value property. You can then use this field in your set expressions and filter logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 05:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980851#M527903</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-15T05:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox data type</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980852#M527904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it could be implemented in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-15 #1.png" class="jive-image image-1" src="/legacyfs/online/102059_2015-10-15 #1.png" style="height: 501px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980852#M527904</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-15T06:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox data type</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980853#M527905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the example here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980853#M527905</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-15T06:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox data type</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980854#M527906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does solve the problem. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980854#M527906</guid>
      <dc:creator />
      <dc:date>2015-10-15T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox data type</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980855#M527907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome. Please close the thread by marking it answered &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 17:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-data-type/m-p/980855#M527907</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-15T17:40:11Z</dc:date>
    </item>
  </channel>
</rss>

