<?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 the field value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252695#M95813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attced file &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>Thu, 24 Nov 2011 09:26:08 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2011-11-24T09:26:08Z</dc:date>
    <item>
      <title>How to get the field value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252691#M95809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;FiscalWeek,WeekDate&lt;/P&gt;&lt;P&gt;2011Wk01,2011/01/01&lt;/P&gt;&lt;P&gt;2010Wk01,2010/01/01&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have a variable named 'vWeekDate', the default value of it is '2010/01/01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the FiscalWeek name in the textbox, and it is changed based on the 'vWeekDate'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 08:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252691#M95809</guid>
      <dc:creator />
      <dc:date>2011-11-24T08:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the field value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252692#M95810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression in the textbox if you want a unique value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt; [WeekDate] = {$(vWeekDate)} &amp;gt;} Fiscal Week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want the max value by default:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MaxString({&amp;lt; [WeekDate] = {$(vWeekDate)} &amp;gt;} Fiscal Week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want the min value by default:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MinString({&amp;lt; [WeekDate] = {$(vWeekDate)} &amp;gt;} Fiscal Week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With an example I can help you more accurate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 08:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252692#M95810</guid>
      <dc:creator />
      <dc:date>2011-11-24T08:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the field value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252693#M95811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If WeekDate is unique datas, you can use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FieldValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('FiscalWeek',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FieldIndex&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('WeekDate',&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vWeekDate))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;see exemple&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 08:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252693#M95811</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2011-11-24T08:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the field value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252694#M95812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The weekdate is not unique, how to achieve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 08:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252694#M95812</guid>
      <dc:creator />
      <dc:date>2011-11-24T08:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the field value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252695#M95813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attced file &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>Thu, 24 Nov 2011 09:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-field-value/m-p/252695#M95813</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-24T09:26:08Z</dc:date>
    </item>
  </channel>
</rss>

