<?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: Load field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82511#M608103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea Sunny thanks but what would I use as my where clause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2018 15:25:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-09T15:25:44Z</dc:date>
    <item>
      <title>Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82509#M608101</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'm trying to load a field if it contains certain information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know wildmatch loads values that contain certain information but I'm wondering if there is a way of loading a field if it contains certain information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From Data Source&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where wildmatch(*,'Discuss Quote')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would then load any fields that contain the words 'Discuss Quote' in it's row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will then do a crosstable to group these fields together into one field.&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;Gareth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82509#M608101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-09T15:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82510#M608102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not do a crosstable and then check if the field contains Discuss Quote?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82510#M608102</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T15:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82511#M608103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea Sunny thanks but what would I use as my where clause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82511#M608103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-09T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82512#M608104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable (Header, Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where WildMatch(Header, '*&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Discuss Quote*');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82512#M608104</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T15:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82513#M608105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your question correctly, I think you would need a number of OR statements on the WHERE to check each field in turn for the content you are looking for.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would agree with &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ that doing the CrossTable first and then doing a WHERE on a RESIDENT load of that table may make more sense.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82513#M608105</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-03-09T15:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82514#M608106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't because I don't know what the header is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Header 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Header 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Header 3&lt;/P&gt;&lt;P&gt;Discuss Quote&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Discuss Query&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stop Payment&lt;/P&gt;&lt;P&gt;Discuss Problem&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Discuss Quote&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hold Payment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would only want to crosstable Header 1 and Header 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82514#M608106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-09T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82515#M608107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got loads of fields with very poorly laid out data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of loading each field in separately and doing a crosstable I was wondering if Qlikview could check if a field contains a string load that field if it doesn't then don't load the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82515#M608107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-09T15:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82516#M608108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to get this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195882_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;CrossTable(Header, Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD 1 as Temp,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Header 1, Header 2, Header 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Discuss Quote, Discuss Query, Stop Payment&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Discuss Problem, Discuss Quote, Hold Payment&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Distinct Header&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Where WildMatch(Value, '*Discuss Quote*');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82516#M608108</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T15:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82517#M608109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say the "field contains a string" do you mean the field name, or the contents of that field in any row?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could do a bit of code that loads the field list for the table and then loads distinct for each column with the where statement to then get the NoOfRows for that temporary table, and then build out the load script (list of fields) into a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This feels like it would be far less efficient than having the AND statements on the WHERE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the issue is that you don't know what the fields are then there are ways of approaching this, which will differ depending on the data source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82517#M608109</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-03-09T17:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82518#M608110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post some sample data and your expected result to clarify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 22:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82518#M608110</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-03-09T22:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82519#M608111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean the contents of that field. So if the contents of any field contains 'Discuss Quote' load this. I can then add these fields that meet this criteria into a crosstable to lump them all into one field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I'm making sense!&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;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82519#M608111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T14:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82520#M608112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ 's solution above is spot on.&amp;nbsp; It makes far more sense to do the cross table first and then exclude the rows.&amp;nbsp; You don't need to know the column headers as you can load with *, so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load all data into crosstable&lt;/P&gt;&lt;P&gt;tmpTable:&lt;/P&gt;&lt;P&gt;CROSSTABLE(Header,Value,1)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1 as DummyField,&amp;nbsp; // not sure if you can omit this and have ,0 on the CROSSTABLE statement&lt;/P&gt;&lt;P&gt;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM [your data source]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Get list of headers you are interested in&lt;/P&gt;&lt;P&gt;tmpHeaders:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Header as ExistsHeader&lt;/P&gt;&lt;P&gt;WHERE WildMatch(Value, '*Discuss Quote*');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load all the data in any column which you are interested in&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Header,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;WHERE EXISTS (ExistsHeader, Header)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Clean up&lt;/P&gt;&lt;P&gt;DROP TABLE tmpTable;&lt;/P&gt;&lt;P&gt;DROP TABLE tmpHeaders;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 22:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82520#M608112</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-03-14T22:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field/m-p/82521#M608113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your suggestions guys, I managed to build something that is very similar to &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt;‌ suggestion. So I'm basically creating a new field (Transactions) then only loading data that contains discuss quote/amend policy etc and so long as I drop the original TempTransactions table it will only load the data I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempTransactions:&lt;/P&gt;&lt;P&gt;CrossTable(Temp1,Transactions)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[\\dcn3pfsh104\home_1\CYDU\Desktop\Webchat\Webchat*.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Data])&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Field Temp1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;NoConcatenate Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident TempTransactions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Transactions = 'Discuss Quote' or Transactions = 'Amend/Discuss Policy' or Transactions = 'Cancel Policy' or Transactions = 'Renew Policy' or Transactions = 'Ghost Chat' or Transactions = 'Transfer Chat';&lt;/P&gt;&lt;P&gt;DROP Table TempTransactions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 12:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field/m-p/82521#M608113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T12:31:39Z</dc:date>
    </item>
  </channel>
</rss>

