<?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 Input Box Conditional Bug in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311713#M583382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yup...I agree&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you take a look at one of my posts below. Will like to know your views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;A _jive_internal="true" href="https://community.qlik.com/message/150401#150401"&gt;http://community.qlik.com/message/150401#150401&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Siddharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2011 19:29:26 GMT</pubDate>
    <dc:creator>siddharth_kulka</dc:creator>
    <dc:date>2011-11-10T19:29:26Z</dc:date>
    <item>
      <title>Input Box Conditional Bug</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311707#M583376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Scenario:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Passing variable v_INP=x;y;z in Input Box&lt;/P&gt;&lt;P&gt;There are 3 different charts conditionally shown for x,y,z input box selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The chart with condition v_INP='z' doesnot show up.&lt;/P&gt;&lt;P&gt;To be precise, the chart with conditional show from the last value in the variable(z in this case) doesnot show up. &lt;/P&gt;&lt;P&gt;So if I delete z from the variable and select y in Input box, the chart with the condition v_INP='y' doesnt show up.&lt;/P&gt;&lt;P&gt;If i put a semicoln at the end of z(which we normally dont do), the chart for z appears, but there is an extra space entry in input box(Obv not the solution&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/mischief.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using 9.0 SR 6. Done the same thing so many time b4, but never witnessed this&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/angry.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts. Did any1 experience this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 18:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311707#M583376</guid>
      <dc:creator>siddharth_kulka</dc:creator>
      <dc:date>2011-11-10T18:00:15Z</dc:date>
    </item>
    <item>
      <title>Input Box Conditional Bug</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311708#M583377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might sound basic but I want to get something confirmed before we move on. Can you make a text box with condition: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(v_INP,'Z',1,IF(v_INP,'Y',2,IF(v_INP,'X',1,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This indicates whats happening in the inbox and might provide better insight on the issue (ofcourse you might have already tried it, if so please share the details).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 18:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311708#M583377</guid>
      <dc:creator />
      <dc:date>2011-11-10T18:12:33Z</dc:date>
    </item>
    <item>
      <title>Input Box Conditional Bug</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311709#M583378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I had tried it all.﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(v_INP='z',1,0) returns 0 and doesnot show the chart&lt;/P&gt;&lt;P&gt;BUT, if I put a semicolon after z in the variable list values, then 1 is returned and the chart appears&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logically, it is considering a space or missing value after Z, as we are not putting a termination semicolon(which is wierd and unusual).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence 'z' is not matching v_INP(which is I suppose z+space or z+missing). &lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 18:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311709#M583378</guid>
      <dc:creator>siddharth_kulka</dc:creator>
      <dc:date>2011-11-10T18:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Conditional Bug</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311710#M583379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try, if(trim(v_INP)='z',1,0)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this too fails try the below two: PurgeChar(v_INP,' '), PurgeChar(v_INP,chr(10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way I never faced it using v10 SR2,3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 18:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311710#M583379</guid>
      <dc:creator />
      <dc:date>2011-11-10T18:47:48Z</dc:date>
    </item>
    <item>
      <title>Input Box Conditional Bug</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311711#M583380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw PurgeChar and got the hint. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I had mistakenly pressed enter after z and hence it was taking a line feed character and hence the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I got the cursor to the end of the previous line, it worked as expected. NOT a BUG&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks N Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 19:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311711#M583380</guid>
      <dc:creator>siddharth_kulka</dc:creator>
      <dc:date>2011-11-10T19:03:15Z</dc:date>
    </item>
    <item>
      <title>Input Box Conditional Bug</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311712#M583381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Siddharth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing to note in the List of Values in is that its not a expression(even thought it calls as expression). Hence if you have any formula it wont work. Sad thing is that it always uses ; as delimiter. I wish QV get this as expression with dynamic delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 19:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311712#M583381</guid>
      <dc:creator />
      <dc:date>2011-11-10T19:07:41Z</dc:date>
    </item>
    <item>
      <title>Input Box Conditional Bug</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311713#M583382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yup...I agree&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you take a look at one of my posts below. Will like to know your views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;A _jive_internal="true" href="https://community.qlik.com/message/150401#150401"&gt;http://community.qlik.com/message/150401#150401&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Siddharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 19:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Conditional-Bug/m-p/311713#M583382</guid>
      <dc:creator>siddharth_kulka</dc:creator>
      <dc:date>2011-11-10T19:29:26Z</dc:date>
    </item>
  </channel>
</rss>

