<?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 of field in Script ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799659#M1020687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hey,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It works but now i want if nothing is selected in _CalendarType then SalesBookUsage should be visible in straight table caption. How can i acheive this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;My script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(_CalendarType = 'Fiscal' , GetFieldSelection([Fiscal Year])).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 14:46:53 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2015-03-26T14:46:53Z</dc:date>
    <item>
      <title>How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799654#M1020678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get selected value of field in Script ??&lt;/P&gt;&lt;P&gt;I tried GetCurrentField[FiscalYear] ; but it does not work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799654#M1020678</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-26T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799655#M1020680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try With&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Getfieldselections( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[FiscalYear] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799655#M1020680</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-03-26T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799656#M1020682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetCurrentField works on groups - the parameter should be a group name.&amp;nbsp; It does not operate on fields (the function name is not particularly clear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at the syntax for &lt;SPAN class="Bold"&gt;getfieldselections()?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799656#M1020682</guid>
      <dc:creator>northerner</dc:creator>
      <dc:date>2015-03-26T14:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799657#M1020684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetCurrentField can't be used in a script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It can only be used in chart expressions in the UI.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799657#M1020684</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-26T14:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799658#M1020686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;It works but now i want if nothing is selected in _CalendarType then SalesBookUsage should be visible in straight table caption. How can i acheive this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(_CalendarType = 'Fiscal' , GetFieldSelection([Fiscal Year])).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799658#M1020686</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-26T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799659#M1020687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hey,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It works but now i want if nothing is selected in _CalendarType then SalesBookUsage should be visible in straight table caption. How can i acheive this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;My script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(_CalendarType = 'Fiscal' , GetFieldSelection([Fiscal Year])).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799659#M1020687</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-26T14:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799660#M1020688</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;Use variable here try dynamically store the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SalesBookUsage value in the variable and then use it here in the variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(_CalendarType = 'Fiscal' , GetFieldSelection([Fiscal Year]), &lt;STRONG&gt;&lt;EM&gt;$(vSalesBookUsgae)&lt;/EM&gt;&lt;/STRONG&gt; ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also it does not seems your expression works in getfieldslection condition check once but you deleted the eariler messsage on that i explain the correct way to use the getfieldselections().&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ex:- Like this ways&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelection(&lt;/SPAN&gt;_CalendarType) = 'Fiscal' , ([Fiscal Year]), &lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;$(vSalesBookUsgae)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799660#M1020688</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-03-26T14:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799661#M1020689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;Thanx anand but still my problem is not solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expr is like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(_CalendarType = 'Fiscal' , GetFieldSelections([Trade Fiscal Year]) &amp;amp; '-' &amp;amp; GetFieldSelections([Trade Fiscal Quarter]) ,&lt;/P&gt;&lt;P&gt;if(vTradeCalendarDateType = '1D' , date(max({1}TradeDateMaster), 'MM/DD/YYY') , $(vSalesbookUsage))&lt;/P&gt;&lt;P&gt;)&amp;nbsp; Now when i select any date, in my table caption date is visible but when i clear everything then still last selected date is there. But i want when i clear everything , SalesbookUsage should be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What to do?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799661#M1020689</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-27T08:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799662#M1020690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you're talking about &lt;EM&gt;expressions&lt;/EM&gt;, not about any script. With script, people refer to the load script as presented in the script editor (File-&amp;gt;Edit Script...) That's an entirely different ball game.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799662#M1020690</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-27T08:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799663#M1020691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;If (_CalendarType = 'Fiscal' , GetFieldSelection([Fiscal Year]), if (GetSelectedCount(_CalendarType) = 0, $(vSalesBookUsage)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If SalesBookUsage is a field (i.e. an Amount) put an aggregation expression in vSalesBookUsage, like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;SET vSalesBookUsage = 'Sales Book Usage = ' &amp;amp; sum(SalesBookUsage);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or define something similar in the Variable Overview.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799663#M1020691</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-27T08:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799664#M1020692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup,&lt;/P&gt;&lt;P&gt;YOu are ryt. It is expression actually in caption of straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799664#M1020692</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-27T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799665#M1020693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;first option works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799665#M1020693</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-27T08:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799666#M1020694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your field can have multiple values selected at the same time then you can use &lt;/P&gt;&lt;P&gt;concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FiscalYear,'|'&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799666#M1020694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-27T09:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799667#M1020696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;Thanx but can you please give an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799667#M1020696</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-27T09:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799668#M1020698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799668#M1020698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-27T09:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799669#M1020700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am using Personal Edition of Qlikview Desktop, so can not open your document. Can you please tell me what you ahve writte in expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799669#M1020700</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-27T09:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value of field in Script ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799670#M1020701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below are the three text objects I have created and 2 inline tables in the script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Only _dimensions Possible values '&amp;amp;Concat(_Dimension,'|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='All current selections '&amp;amp;GetCurrentSelections(_Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Only _Dimensions Current Selection '&amp;amp;GetFieldSelections(_Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And 2 list boxes to see effect on selctions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usedDimensions:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _Dimension&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Area&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;userFacts:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _fact&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Salesqty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesPrice&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 10:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-selected-value-of-field-in-Script/m-p/799670#M1020701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-27T10:31:55Z</dc:date>
    </item>
  </channel>
</rss>

