<?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 selected value from perticular in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726895#M260573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Please give me any suggesion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ravindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 06:58:06 GMT</pubDate>
    <dc:creator>ravindraa</dc:creator>
    <dc:date>2014-09-18T06:58:06Z</dc:date>
    <item>
      <title>How to get selected value from perticular</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726894#M260572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I struck in place please give me any suggesion.&lt;BR /&gt;&amp;nbsp; My requierment is i have to caliculate officere time present.&lt;/P&gt;&lt;P&gt;to get the caliculation field i need to follow one caliculation.&lt;/P&gt;&lt;P&gt;Requierment:&lt;/P&gt;&lt;P&gt;timespent with studentactivity + timespent with parents_activity or timespent with other_activity + timespent with sports_activity.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;in the edit script level i wrote like this.&lt;/P&gt;&lt;P&gt;fileter_time:&lt;BR /&gt;load&lt;BR /&gt;*,&lt;/P&gt;&lt;P&gt;****///If(Match(Officer_present , 'Parents_activity', 'sports_activity', 'Student_activity'), time_spent) AS Filter_time_spent,&lt;/P&gt;&lt;P&gt;from datasource;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;please find the attchmets.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i am struck where i have to write or condition.&lt;/P&gt;&lt;P&gt;Please give any suggesion.&lt;BR /&gt;Thanks to advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 05:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726894#M260572</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-09-18T05:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value from perticular</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726895#M260573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Please give me any suggesion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ravindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726895#M260573</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-09-18T06:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value from perticular</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726896#M260574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravindraa,&lt;/P&gt;&lt;P&gt;I think you do not need to write any extra code in EDIT SCRIPT Window. Just IMPORT the Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can smply write the follwing code in any expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('|' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Officer_present&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '|') &amp;amp; '|', '|Parents_activity|'),&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Officer_present&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Student_activity',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;time_spent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) +&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Officer_present&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='sports_activity' ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;time_spent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) +&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Officer_present&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Parents_activity' ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;time_spent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))),&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Officer_present&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Student_activity',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;time_spent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) +&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Officer_present&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='sports_activity' ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;time_spent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) +&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Officer_present&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='other_activity' ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;time_spent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Pls refer to the qvw attached. &lt;/SPAN&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726896#M260574</guid>
      <dc:creator />
      <dc:date>2014-09-18T07:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value from perticular</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726897#M260575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kuntal Dey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thaks for reply but i have to use caliculation field for other place as input field thats why , please give me any suggession.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726897#M260575</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-09-18T08:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value from perticular</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726898#M260576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not get you. Can u pls specify more clearly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726898#M260576</guid>
      <dc:creator />
      <dc:date>2014-09-18T08:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value from perticular</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726899#M260577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kuntal Dey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have to caliculate the officer time spent for one field.&lt;/P&gt;&lt;P&gt;Because after create this i have to calicute the % wise time spent (%time=(Filter_time_spent/Time spent fullhours)*100).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats why please give me suggesion on this.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726899#M260577</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-09-18T08:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value from perticular</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726900#M260578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi experts please help me onthis issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-from-perticular/m-p/726900#M260578</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-09-18T11:38:40Z</dc:date>
    </item>
  </channel>
</rss>

