<?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: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102996#M762605</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;You can make a relative path according to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you can do something like this in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( osuser() = 'user1') then&lt;/P&gt;&lt;P&gt;vPath = 'C:\Teste\';&lt;/P&gt;&lt;P&gt;else if (&lt;SPAN style="font-size: 13.3333px;"&gt;osuser() = 'user2') then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vPath = 'C:\Teste2\';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;end if;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From [ $(vPath)\App.qvd] (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2018 18:49:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-03T18:49:24Z</dc:date>
    <item>
      <title>Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102995#M762604</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;First post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a shared folder on Dropbox. &lt;/P&gt;&lt;P&gt;With Excel Sheets in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are currently 3 people on the shared folder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only open the Qlikview Model on one of the 3 pcs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is because the file path is different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So which ever pc I want to open it on I first have to change the file path. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All 3 of us need to be able to open the model at any time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please assist with the code required in order to solve this problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102995#M762604</guid>
      <dc:creator>kevincousins</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102996#M762605</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;You can make a relative path according to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you can do something like this in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( osuser() = 'user1') then&lt;/P&gt;&lt;P&gt;vPath = 'C:\Teste\';&lt;/P&gt;&lt;P&gt;else if (&lt;SPAN style="font-size: 13.3333px;"&gt;osuser() = 'user2') then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vPath = 'C:\Teste2\';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;end if;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From [ $(vPath)\App.qvd] (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 18:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102996#M762605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T18:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102997#M762606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mauri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for the feedback. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have worked quite a bit on QlikView front end, however, I am not that familiar with the back end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still learning step for step. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should this go in the main tab in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this seem right to you? For some reason it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(osuser() = 'user1') then&lt;BR /&gt;vPath = 'C:\Users\Lenovo\Desktop\Dropbox\KBY Reporting\Follow Ups 2018 07 24 (Zone 4).xlsx';&lt;BR /&gt;else &lt;BR /&gt;if (osuser() = 'user2') then&lt;BR /&gt;vPath = 'C:\Users\HP\Desktop\Dropbox\KBY Reporting\Follow Ups 2018 07 24 (Zone 4).xlsx';&lt;BR /&gt;else &lt;BR /&gt;if (osuser() = 'user3') then&lt;BR /&gt;vPath = 'C:\Users\HP\Desktop\Dropbox\KBY Reporting\Follow Ups 2018 07 24 (Zone 4).xlsx';&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;Load *&lt;BR /&gt;From [ $(vPath)\Follow Ups (The Nets) V1.2.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your input.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2018 11:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102997#M762606</guid>
      <dc:creator>kevincousins</dc:creator>
      <dc:date>2018-08-04T11:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102998#M762607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptControlStatements/If.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptControlStatements/If.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptControlStatements/If.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the issue you're getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2018 12:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102998#M762607</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-05T12:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102999#M762608</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;Try this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(osuser() = 'user1') then&lt;BR /&gt;vPath = 'C:\Users\Lenovo\Desktop\Dropbox\KBY Reporting\';&lt;BR /&gt;else &lt;BR /&gt;if (osuser() = 'user2') then&lt;BR /&gt;vPath = 'C:\Users\HP\Desktop\Dropbox\KBY Reporting\';&lt;BR /&gt;else &lt;BR /&gt;if (osuser() = 'user3') then&lt;BR /&gt;vPath = 'C:\Users\HP\Desktop\Dropbox\KBY Reporting\';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end if;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;BR /&gt;From [$(vPath)\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Follow Ups 2018 07 24 (Zone 4).xlsx&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(osuser() = 'user1') then&lt;BR /&gt;vPath = 'C:\Users\Lenovo\Desktop\Dropbox\KBY Reporting\';&lt;BR /&gt;else &lt;BR /&gt;if (osuser() = 'user2') then&lt;BR /&gt;vPath = 'C:\Users\HP\Desktop\Dropbox\KBY Reporting\';&lt;BR /&gt;else &lt;BR /&gt;if (osuser() = 'user3') then&lt;BR /&gt;vPath = 'C:\Users\HP\Desktop\Dropbox\KBY Reporting\';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end if;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [ $(vPath)\Follow Ups (The Nets) V1.2.qvd] (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In your expression, vPath has xlsx path and load in statement you are fetching the qvd.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 06:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/102999#M762608</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-08-06T06:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/103000#M762609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this go, in the main script tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I gonna try to explain the idea of the script.&lt;/P&gt;&lt;P&gt;What this script does is get your network user (osuser()) when you reload the applcation (qvw). Then according to the user, you can change path to access the xls or qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some correction, that you need to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you have to check the osuser() in each PC, that you and your members are using. For that, you can create a text box in the application -&amp;gt; properties -&amp;gt; text-&amp;gt; =OsUser().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, you can adjust the expression according to the correponding values in each PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(osuser() =&lt;SPAN style="color: #ff0000;"&gt; Put your osuser that you find on the text box&lt;/SPAN&gt;) then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else &lt;BR /&gt;if (osuser() = &lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Put the osuser of member 2&lt;/SPAN&gt;) then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else &lt;BR /&gt;if (osuser() = &lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Put user of member 3&lt;/SPAN&gt;) then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The second part is adjust the vPath according to what Pooja Nagaraj said.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Because, in your script, you're trying to find a file in this path&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;C:\Users\Lenovo\Desktop\Dropbox\KBY Reporting\Follow Ups 2018 07 24 (Zone 4).xlsx&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;\Follow Ups (The Nets) V1.2.qvd] (qvd)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Do you need to load the excel and the qvd?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/103000#M762609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/103001#M762610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala Bhaskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on this project after hours - sorry it has taken me long to reply. Feel like I hit a roadblock now. The design is easier for me then working on the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I'm still unsure of the syntax and what order the code must be in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll send another message explaining what I mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 14:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/103001#M762610</guid>
      <dc:creator>kevincousins</dc:creator>
      <dc:date>2018-08-13T14:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/103002#M762611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the script is still a bit overwhelming.&lt;/P&gt;&lt;P&gt;Design is easier for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going to try out and get back to you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 14:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/103002#M762611</guid>
      <dc:creator>kevincousins</dc:creator>
      <dc:date>2018-08-13T14:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File From Dropbox (What to make File path in order to be able to open on all pics)</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/103003#M762612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mauri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. Really appreciate everyone's input!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to code this in a qlikview document which is pulling info from an excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I think it is a typo from my side. As far as I can see it should only be the excel sheet that loads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 14:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-From-Dropbox-What-to-make-File-path-in/m-p/103003#M762612</guid>
      <dc:creator>kevincousins</dc:creator>
      <dc:date>2018-08-13T14:41:35Z</dc:date>
    </item>
  </channel>
</rss>

