<?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: Using Environment Variables in Qlik Sense - Dynamic Path to data in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809405#M1037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh - (Jagan thanks for bringing this to our attention)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible if you disable Standard mode - documentation &lt;A href="http://help.qlik.com/sense/en-US/online/#../Subsystems/WorkingWith/Content/LoadData/DisableStandardMode.htm?Highlight=settings.ini"&gt;here&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you were attempting to use the Web File data connection and then populate the URL field with the URL you put in the original post. This WILL NOT WORK - with the default data connection mode. If you disable standard mode, YOU CAN USE the variables - but you need to put the connection&amp;nbsp; information in the script - JUST LIKE YOU WOULD when using QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;LOAD @1, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.mockaroo.com/1cd849d0/download?count=1000&amp;amp;key=0a1dac60" rel="nofollow"&gt;http://www.mockaroo.com/1cd849d0/download?count=1000&amp;amp;key=0a1dac60&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let us know how you do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike Tarallo&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 12:46:26 GMT</pubDate>
    <dc:creator>Michael_Tarallo</dc:creator>
    <dc:date>2015-02-17T12:46:26Z</dc:date>
    <item>
      <title>Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809403#M1035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we define variables and use them for dynamically deciding the path for data extract in Qlik Sense Desktop?&lt;/P&gt;&lt;P&gt;The following works on QlikView:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://crm.zoho.com/crm/private/xml/$(pTable)/getRecords?authtoken=$(vAuth)&amp;amp;newFormat=1&amp;amp;scope=crmapi&amp;amp;fromIndex=$(pStart)&amp;amp;toIndex=$(pEnd)&amp;amp;lastModifiedTime=$(pDate" rel="nofollow"&gt;https://crm.zoho.com/crm/private/xml/$(pTable)/getRecords?authtoken=$(vAuth)&amp;amp;newFormat=1&amp;amp;scope=crmapi&amp;amp;fromIndex=$(pStart)&amp;amp;toIndex=$(pEnd)&amp;amp;lastModifiedTime=$(pDate&lt;/A&gt;&lt;SPAN&gt;)] (XmlSimple, Table is [response/result/$(pTable)/row/FL]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to put table names and other variables in the Data path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saurabh Pandit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 06:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809403#M1035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T06:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809404#M1036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be &lt;A _jive_internal="true" data-avatarid="8802" data-userid="77808" data-username="mto" href="https://community.qlik.com/people/mto" style="color: #3778c7; font-family: inherit; font-size: 10pt; text-align: left; font-style: inherit;"&gt;Michael Tarallo&lt;/A&gt; helps you on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809404#M1036</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-17T07:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809405#M1037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh - (Jagan thanks for bringing this to our attention)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible if you disable Standard mode - documentation &lt;A href="http://help.qlik.com/sense/en-US/online/#../Subsystems/WorkingWith/Content/LoadData/DisableStandardMode.htm?Highlight=settings.ini"&gt;here&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you were attempting to use the Web File data connection and then populate the URL field with the URL you put in the original post. This WILL NOT WORK - with the default data connection mode. If you disable standard mode, YOU CAN USE the variables - but you need to put the connection&amp;nbsp; information in the script - JUST LIKE YOU WOULD when using QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;LOAD @1, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.mockaroo.com/1cd849d0/download?count=1000&amp;amp;key=0a1dac60" rel="nofollow"&gt;http://www.mockaroo.com/1cd849d0/download?count=1000&amp;amp;key=0a1dac60&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let us know how you do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike Tarallo&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 12:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809405#M1037</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2015-02-17T12:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809406#M1038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve it by disabling standard mode (=enabling legacy mode). Please refer to the following URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/sense/en-us/online/Subsystems/WorkingWith/Content/LoadData/DisableStandardMode.htm" style="font-size: 10pt; line-height: 1.5em;" title="https://help.qlik.com/sense/en-us/online/Subsystems/WorkingWith/Content/LoadData/DisableStandardMode.htm"&gt;https://help.qlik.com/sense/en-us/online/Subsystems/WorkingWith/Content/LoadData/DisableStandardMode.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Masaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 12:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809406#M1038</guid>
      <dc:creator>Masaki_Hamano</dc:creator>
      <dc:date>2015-02-17T12:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809407#M1039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.Thanks Jagan for pointing the question to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of the Server side Legacy mode settings. I wanted to try and implement it in Desktop mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I currently do is create qvds in QlikView and then import into Sense.&lt;BR /&gt;I wanted to reload data directly in Qlik Sense app which I should be able to do now by using the server only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems no option to do it via legacy mode in Desktop.&lt;/P&gt;&lt;P&gt;Though it is not much of a problem as App development can seamlessly be done on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Saurabh Pandit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 02:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809407#M1039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T02:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809408#M1040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Just a note worth mentioning in relation to someone facing similar issues.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes the client may have different groups accessing the same app and then need to refresh from separate data sources. We would typically use variables in similar situation.&lt;BR /&gt;You can explore applying the new rule based security to data connections via the server to solve the issue.&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;Cheers,&lt;/P&gt;&lt;P&gt;Saurabh Pandit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 02:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809408#M1040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T02:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809409#M1041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share me the demo app that showing how to fetch data from ZOHO CRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need the code i mean how to Fetch table. Example LEAD Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arsal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 14:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809409#M1041</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2015-10-03T14:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809410#M1042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing data fetching issue while fetching data from Zoho CRM. Can you please share the code for fetching data from Leads table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arsal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 20:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809410#M1042</guid>
      <dc:creator />
      <dc:date>2015-10-05T20:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809411#M1043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just posted a worked example pulling Potentials data using a custom view.&amp;nbsp; You can adapt this for leads.&amp;nbsp; &lt;A href="https://community.qlik.com/thread/216010"&gt;ZOHO API with Qlik REST Connector and table transpose&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 01:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809411#M1043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-10T01:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Environment Variables in Qlik Sense - Dynamic Path to data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809412#M1044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better to pass the variables to the REST Connector like this.&lt;/P&gt;&lt;P&gt;WITH CONNECTION (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QUERY "param1" "$(param1)",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QUERY "param2" "$(param2)"&lt;/P&gt;&lt;P&gt;&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; ); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a full worked example here: &lt;A href="https://community.qlik.com/thread/216010"&gt;ZOHO API with Qlik REST Connector and table transpose&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 01:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-Environment-Variables-in-Qlik-Sense-Dynamic-Path-to-data/m-p/809412#M1044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-10T01:42:53Z</dc:date>
    </item>
  </channel>
</rss>

