<?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 GetFieldSelections Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303020#M1185303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similiar issue I have a Crosstable load with a field as WorkStatus, I wish to only load where the WorkStatus is NOT Weekend, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried this on a table box as &lt;/P&gt;&lt;P&gt;GetFieldSelections( WorkStatus )&amp;lt;&amp;gt; 'Weekend'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working , can anyone help me please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2011 16:06:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-04T16:06:21Z</dc:date>
    <item>
      <title>GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303014#M1185297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Pivot Table where the demension is [Mat Date], I wish to load only the data where the [Mat Date] is Greater than or equal to today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use calculated condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections([Mat Date],&amp;gt;=today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this has no change &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 11:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303014#M1185297</guid>
      <dc:creator />
      <dc:date>2011-09-30T11:09:17Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303015#M1185298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you want to call GetFieldSelections()? I may misunderstood your question, but try a simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Mat Date]&amp;gt;=today(),[Mat Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as calculated dimension and suppress NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 11:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303015#M1185298</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-30T11:14:14Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303016#M1185299</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 some thing lke this in the code slighltly change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections( [Mat Date] ) &amp;gt;= Today() &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 11:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303016#M1185299</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-30T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303017#M1185300</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'd rather use the condition in every expression within that chart using set analysis. Calculated dimensions perform really poor with a few dozens of thousands of records, whilst set analysis performs noticeably faster:&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;Sum({&amp;lt; [Mat Date] = {"&amp;gt;=$(=Today())"} &amp;gt;} Sales)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that it takes a little bit more of coding, but it's worth spending your time here that the chart rendering slower for the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 11:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303017#M1185300</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-09-30T11:33:08Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303018#M1185301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; code like below in back end&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;Load &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;field 1,&lt;/P&gt;&lt;P&gt;field 2,&lt;/P&gt;&lt;P&gt;.....,&lt;/P&gt;&lt;P&gt;[Mat Date]&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;from path&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;where [Mat Date]&amp;gt;=Today();&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 12:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303018#M1185301</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-30T12:00:43Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303019#M1185302</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;&lt;/P&gt;&lt;P&gt;1. If you are selecting any date values from any list box then use &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; GetFieldSelections( [Mat Date] ) &amp;gt;= Today( ) it works good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you want to filter out the pivot table completely with the today( ) date &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; so use &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If( [Mat Date] &amp;gt;= Today(), [Mat Date] ) in Dimension &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 12:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303019#M1185302</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-30T12:12:28Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303020#M1185303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similiar issue I have a Crosstable load with a field as WorkStatus, I wish to only load where the WorkStatus is NOT Weekend, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried this on a table box as &lt;/P&gt;&lt;P&gt;GetFieldSelections( WorkStatus )&amp;lt;&amp;gt; 'Weekend'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working , can anyone help me please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303020#M1185303</guid>
      <dc:creator />
      <dc:date>2011-10-04T16:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303021#M1185304</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;Do you mean a CROSSTABLE LOAD in your script? Then you cannot refer to field selections, they do not exist in your script yet, but you can use a WHERE clause&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;CROSSTABLE (Month, Value) LOAD ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;FROM File.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE WorkStatus &amp;lt;&amp;gt; 'WeekEnd';&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that what you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303021#M1185304</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-04T16:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303022#M1185305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a Crosstbale load in the script, I have the GetFieldSelections in the Table box I am creating,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your solution and again it says that "Field not found - &amp;lt;WorkStatus&amp;gt;" on the load !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303022#M1185305</guid>
      <dc:creator />
      <dc:date>2011-10-04T16:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303023#M1185306</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'm missing something here. One thing is the LOAD script and another the charts we discussed in the original post. What do you want to get and where?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please create a new thread with your issue and post some example application or data to reproduce the issue you are experiencing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-Pivot-Table/m-p/303023#M1185306</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-04T16:23:47Z</dc:date>
    </item>
  </channel>
</rss>

