<?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 concat in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370627#M137809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What calculation you performed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 20:51:27 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2012-07-26T20:51:27Z</dc:date>
    <item>
      <title>Input  box concat</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370624#M137806</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 a input box in which user enters the value, after entering the value it should get appended with % at the end.&lt;/P&gt;&lt;P&gt;for example: if user enters 0.12 it should show as 0.12%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; i tried changed the number format taking percent&amp;nbsp; but it shows 12% instead of 0.12 % &lt;/P&gt;&lt;P&gt; what ever the user enters the value it is stored in a variable.&lt;/P&gt;&lt;P&gt;can anyone reply to this post..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 19:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370624#M137806</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-07-26T19:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Input  box concat</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370625#M137807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check document settings --&amp;gt;triggers--&amp;gt;Variables--&amp;gt;on Change action&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370625#M137807</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-07-26T20:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Input  box concat</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370626#M137808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks its working for the input box, the problem is whatever i enter in the input box that has to be multipled by some fact and it will display the result.&lt;/P&gt;&lt;P&gt;if i use the above function i can only enter the data but i dont find the calculated fact in other&amp;nbsp; text box..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370626#M137808</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-07-26T20:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Input  box concat</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370627#M137809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What calculation you performed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370627#M137809</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-07-26T20:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Input  box concat</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370628#M137810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This&amp;nbsp; is the fact that has to be multipled like vpercent. after multiplying i need to round the value to&amp;nbsp; 2 decimals&lt;/P&gt;&lt;P&gt;the problem i notice ,when i enter the value in the input box its not getting multiplied, it showing -(blank)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= ((num(($(eCompany1) * $(eCompany2) +&amp;nbsp; $(ecompetitor1) * $(ecompetitor2)),'#,##0.00')*$(vPercent))/100)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 21:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370628#M137810</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-07-26T21:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Input  box concat</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370629#M137811</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;= (num(($(eCompany1) * $(eCompany2) +&amp;nbsp; $(ecompetitor1) * $(ecompetitor2)),'#,##0.00') * vPercent)/100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 21:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370629#M137811</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-26T21:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Input  box concat</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370630#M137812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks guys i could able to find the solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 03:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370630#M137812</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-07-27T03:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Input  box concat</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370631#M137813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way that we can increase the size of the input box???&lt;/P&gt;&lt;P&gt; when i increase the font size it&amp;nbsp; gets changed, i dont want to use the caption to increase the size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 04:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-concat/m-p/370631#M137813</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-07-27T04:23:35Z</dc:date>
    </item>
  </channel>
</rss>

