<?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: How to get inputs from end user based on that selection has to change other reports in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123678#M913931</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;an you please tell me the sources file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2016 13:16:09 GMT</pubDate>
    <dc:creator>muthukumar77</dc:creator>
    <dc:date>2016-06-03T13:16:09Z</dc:date>
    <item>
      <title>How to get inputs from end user based on that selection has to change other reports</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123677#M913930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i Have scenario&lt;/P&gt;&lt;P&gt;I need&amp;nbsp; have table like this&lt;/P&gt;&lt;P&gt;01-Feb-05&amp;nbsp;&amp;nbsp; -----------&lt;/P&gt;&lt;P&gt;01-Mar-05&amp;nbsp; -----------&lt;/P&gt;&lt;P&gt;01-Apr-05&amp;nbsp; -------------&lt;/P&gt;&lt;P&gt;01-May-05&amp;nbsp;&amp;nbsp; -------------&lt;/P&gt;&lt;P&gt;01-Jun-05&amp;nbsp; ------------------&lt;/P&gt;&lt;P&gt;01-Jul-05 -----------------&lt;/P&gt;&lt;P&gt;01-Aug-05&amp;nbsp; -----------------&lt;/P&gt;&lt;P&gt;01-Sep-05&amp;nbsp;&amp;nbsp; ----------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here doted lines end user want to enter values,so how to i achieve this please do the needful&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;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123677#M913930</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get inputs from end user based on that selection has to change other reports</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123678#M913931</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;an you please tell me the sources file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123678#M913931</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-06-03T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get inputs from end user based on that selection has to change other reports</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123679#M913932</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;You can use INPUTFIELD in the edit script. Here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14649601900079943 jive_text_macro" jivemacro_uid="_14649601900079943"&gt;
&lt;P&gt;INPUTFIELD Values;&lt;/P&gt;
&lt;P&gt;Sample:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-Feb-05, .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-Mar-05, .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-Apr-05, .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-Jun-05, .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-Jul-05, .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-Aug-05, .....&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when you create a table, you can use the input field either in your dimension or expression. When you hover over the field, you will see an arrow indicating that the field is editable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126807_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123679#M913932</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-06-03T13:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get inputs from end user based on that selection has to change other reports</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123680#M913933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The input and the variable should be used. But without knowing more about your case there is no way that we could answer.&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="line-height: 1.5em; font-size: 13.3333px;"&gt;Please specify the issue in more detail.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123680#M913933</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-06-03T13:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get inputs from end user based on that selection has to change other reports</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123681#M913934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Actually my scenario is analyse dome predict analysis based on user entry in empty filed,As &lt;/P&gt;&lt;P&gt;explained above user wants to enter&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;01-Feb-05&amp;nbsp;&amp;nbsp; -----------&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;01-Mar-05&amp;nbsp; -----------&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;01-Apr-05&amp;nbsp; -------------&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;01-May-05&amp;nbsp;&amp;nbsp; -------------&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;01-Jun-05&amp;nbsp; ------------------&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;01-Jul-05 -----------------&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;01-Aug-05&amp;nbsp; -----------------&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;01-Sep-05&amp;nbsp;&amp;nbsp; ----------------&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The values in empty fields which is in straight table,it can variable or any ?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please do the needful&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 06:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-inputs-from-end-user-based-on-that-selection-has-to/m-p/1123681#M913934</guid>
      <dc:creator />
      <dc:date>2016-06-06T06:57:36Z</dc:date>
    </item>
  </channel>
</rss>

