<?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 Mashup-Copy text from object in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Mashup-Copy-text-from-object/m-p/1459053#M36032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone experience such a challenge?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say if I want to copy any text from this Demo website:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://webapps.qlik.com/marketss/index.html#/intro" title="https://webapps.qlik.com/marketss/index.html#/intro"&gt;Market Size &amp;amp; Share&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either thru native option , extension or script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2018 07:56:42 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2018-01-05T07:56:42Z</dc:date>
    <item>
      <title>Mashup-Copy text from object</title>
      <link>https://community.qlik.com/t5/App-Development/Mashup-Copy-text-from-object/m-p/1459053#M36032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone experience such a challenge?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say if I want to copy any text from this Demo website:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://webapps.qlik.com/marketss/index.html#/intro" title="https://webapps.qlik.com/marketss/index.html#/intro"&gt;Market Size &amp;amp; Share&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either thru native option , extension or script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 07:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mashup-Copy-text-from-object/m-p/1459053#M36032</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2018-01-05T07:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup-Copy text from object</title>
      <link>https://community.qlik.com/t5/App-Development/Mashup-Copy-text-from-object/m-p/1459054#M36033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The reason this does not work is some css:&lt;/P&gt;&lt;PRE __default_attr="css" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15151398830706990 jive_text_macro" jivemacro_uid="_15151398830706990" modifiedtitle="true"&gt;
&lt;P&gt;html, body {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; user-select: none;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;This is included in Qlik Sense stylesheet, so generally copying text does not work in a Qlik Sense mashup. To copy you need to modify the css, which you can do in developer tools. Just set:&lt;/P&gt;&lt;PRE __default_attr="css" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15151400352095701 jive_text_macro" jivemacro_uid="_15151400352095701" modifiedtitle="true"&gt;
&lt;P&gt;user-select:text;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;on the element you want to copy, and it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 08:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mashup-Copy-text-from-object/m-p/1459054#M36033</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-01-05T08:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup-Copy text from object</title>
      <link>https://community.qlik.com/t5/App-Development/Mashup-Copy-text-from-object/m-p/1459055#M36034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a highly dynamic webpage/site of this sort demands more sophisticated software to do "web/data scraping". Something like this perhaps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.agenty.com/data-extraction-software.aspx" style="font-size: 10pt;" title="https://www.agenty.com/data-extraction-software.aspx"&gt;Data Scraping Studio™ - Web Scraping &amp;amp; Data Extraction Software&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Be aware of the legal consequences that might kick in if you pull data this way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense native webfile with this in a load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15151413589623002" jivemacro_uid="_15151413589623002" modifiedtitle="true"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LIB://INTRO(txt);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would return this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-01-05 09_37_08-Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/189022_2018-01-05 09_37_08-Qlik Sense Desktop.png" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which indicates that a headless-browser (or similar approach) needs to be used to retrieve all of the webpage content and into a final DOM that needs to be parsed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 08:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mashup-Copy-text-from-object/m-p/1459055#M36034</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-05T08:40:37Z</dc:date>
    </item>
  </channel>
</rss>

