<?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 only Meaningful Data in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839273#M69424</link>
    <description>&lt;P&gt;Take a look at the LOAD FROM_FIELD functionality in Qlik Sense. It allows you to handle a single field as a data source.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Load.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Load.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 05:42:40 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2021-09-27T05:42:40Z</dc:date>
    <item>
      <title>Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839204#M69413</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to load only meaningful data into the Qliksense Applications. I am not aware of what all the data that is available in columns as there are millions of Records.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;fdfkjdkf,&lt;/P&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;dfsds,&lt;/P&gt;&lt;P&gt;mm,&lt;/P&gt;&lt;P&gt;Quality,&lt;/P&gt;&lt;P&gt;dfdf,&lt;/P&gt;&lt;P&gt;Product,&lt;/P&gt;&lt;P&gt;sfs&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;The desired output has to be Arjun,Quality,Product.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is just a small piece of data, where I am not aware of what all the meaningful data that will be available.&lt;/P&gt;&lt;P&gt;How to load only meaningful data into app.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 08:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839204#M69413</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2021-09-26T08:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839258#M69420</link>
      <description>&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;If you're using the Data Manager to import your data you can untick the fields that you don't want. In which case you can leave the Arjun, Quality and Product fields ticked.&lt;/P&gt;&lt;P&gt;If you're using the Data Load Editor then you can call them out specifically in the load statement.&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;Quality,&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;from [yourData.csv];&lt;/P&gt;&lt;P&gt;If I've misunderstood your question then please clarify and I'll do what I can to assist.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 00:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839258#M69420</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2021-09-27T00:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839266#M69423</link>
      <description>&lt;P&gt;Hello Anthony,&lt;/P&gt;&lt;P&gt;Thank you for the response .&lt;BR /&gt;sorry , you have misunderstood the question .&lt;/P&gt;&lt;P&gt;All the values are present as single column ( field)&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;customer is a field and below are the values,&lt;/P&gt;&lt;P&gt;customer&lt;/P&gt;&lt;P&gt;[&lt;BR /&gt;Arun,&lt;/P&gt;&lt;P&gt;Ram,&lt;/P&gt;&lt;P&gt;dkdkd,&lt;BR /&gt;rorkdk,&lt;/P&gt;&lt;P&gt;llaksk,&lt;/P&gt;&lt;P&gt;Vishnu];&lt;/P&gt;&lt;P&gt;I need to have the output of Arun , Ram and Vishnu into the app and not load other meaning less data.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 03:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839266#M69423</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2021-09-27T03:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839273#M69424</link>
      <description>&lt;P&gt;Take a look at the LOAD FROM_FIELD functionality in Qlik Sense. It allows you to handle a single field as a data source.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Load.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Load.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 05:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839273#M69424</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-09-27T05:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839274#M69425</link>
      <description>&lt;P&gt;I found this blog post that describes the use of from_field &lt;A href="https://www.johndaniel.com/qlik-sense-from-field/" target="_self"&gt;The Qlik Sense FROM FIELD Function&lt;/A&gt;&amp;nbsp;by Susie Bann.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 05:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839274#M69425</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-09-27T05:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839276#M69426</link>
      <description>&lt;P&gt;Hello Vegar,&lt;/P&gt;&lt;P&gt;Thank you so much for the response .&amp;nbsp;&lt;BR /&gt;but however I have all the values in BACKEND ORACLE TABLE with varchar type.&lt;/P&gt;&lt;P&gt;Those are not URLS.&lt;/P&gt;&lt;P&gt;so the table is like ,&lt;/P&gt;&lt;P&gt;Fieldname&lt;/P&gt;&lt;P&gt;[&lt;BR /&gt;Arjun&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;dkxkc&lt;/P&gt;&lt;P&gt;dkdkkd&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;I need to load only Arjun and Ram ; I.e only meaningful words .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There are million of rows .&amp;nbsp;&lt;BR /&gt;I am not actually not able to do where exists or match function as I am not aware of all the meaningful words&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 06:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839276#M69426</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2021-09-27T06:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839702#M69498</link>
      <description>&lt;P&gt;Dear Pradeep,&lt;/P&gt;&lt;P&gt;What you ask for is quite hard and maybe even impossible. Words like Arjun, Amit, Vishnu, Asif, Pradeep may be meaningful to an Indian, but to a Dutch like myself it is still not meaningful.&amp;nbsp; If I would confront you with dutch words like 'gezellig, stroopwafel, kaairen, klompen, virmanie, windmolen, tulp.' It still would be gibberish to you. You probably wouldn't notice that there are two words in there which are absolute nonsense.&lt;/P&gt;&lt;P&gt;That is because meaning is derived from the author and given by the reader.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the best you could probably do is make a definitive list of all the meaningful wordst (start with a dictionairy perhaps?) Or, you could try to lookup each and every word in Google and return the number of hits? That only words with &amp;gt;1,000 hits in the English language are used?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 11:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839702#M69498</guid>
      <dc:creator>Lemac</dc:creator>
      <dc:date>2021-09-28T11:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839712#M69502</link>
      <description>&lt;P&gt;The only thing i can think of defining "meaningful" is there is other associated data with those attributes (fact data).&amp;nbsp; In that case you can use Keep/Join to limit dimension values only where there are records in another table.&lt;/P&gt;&lt;P&gt;fact:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;customerid, value&lt;/P&gt;&lt;P&gt;1, 100&lt;/P&gt;&lt;P&gt;2, 200&lt;/P&gt;&lt;P&gt;]&amp;nbsp;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;left keep (fact)&lt;/P&gt;&lt;P&gt;customer:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;customerid, customer&lt;/P&gt;&lt;P&gt;1,&amp;nbsp;&lt;SPAN&gt;Arun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2, Ram&lt;/P&gt;&lt;P&gt;99, asdf&lt;/P&gt;&lt;P&gt;98, hwer&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, asdf and hwer will be dropped in the customer table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839712#M69502</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-28T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load only Meaningful Data in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839933#M69534</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Thank you so much . We felt it is impossible and now we are creating nee field in the backend itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much !!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 04:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-only-Meaningful-Data-in-Qlik-Sense/m-p/1839933#M69534</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2021-09-29T04:32:11Z</dc:date>
    </item>
  </channel>
</rss>

