<?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: How to Extract Connection String DateBase name into Excel sheet when .QVW application is reload? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86544#M768247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do work around using another table to get that into variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET Connection = 'ODBC CONNECT TO [xe;DBQ=xe] (XUserId is YJBOAUJOeA, XPassword is ZNBMOUJOeD)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load SubField(TextBetween('$(Connection)','[',']'),';',-1) as Connection AutoGenerate 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note - &lt;/STRONG&gt;you can use now Binary Load &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 13:10:01 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-06-29T13:10:01Z</dc:date>
    <item>
      <title>How to Extract Connection String DateBase name into Excel sheet when .QVW application is reload?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86541#M768244</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;Please any one tell me to,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Extract Connection string Database name in Qlikview Scripting and this connection string Database name export to Excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connection String: &lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [xe;DBQ=xe] (XUserId is YJBOAUJOeA, XPassword is ZNBMOUJOeD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above connections string, we have a requirement to Export this connection string Database name into Excel or any other object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database is : DBQ=xe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can you any one please tell me the solution of this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bakshu.&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/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86541#M768244</guid>
      <dc:creator>shaikbakshu</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract Connection String DateBase name into Excel sheet when .QVW application is reload?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86542#M768245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubField(TextBetween('ODBC CONNECT TO [xe;DBQ=xe] (XUserId is YJBOAUJOeA, XPassword is ZNBMOUJOeD);','[',']'),';',-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET Connection = &lt;STRONG style="font-size: 13.3333px;"&gt;'ODBC CONNECT TO [xe;DBQ=xe] (XUserId is YJBOAUJOeA, XPassword is ZNBMOUJOeD);';&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use this to get that?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=SubField(TextBetween($(Connection),'[',']'),';',-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 10:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86542#M768245</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-27T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract Connection String DateBase name into Excel sheet when .QVW application is reload?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86543#M768246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is i was use data model through Binary load. i want connection string Database name with in the binary load .QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Binary &lt;D&gt;;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the above Binary load datamodel convertion.qvw file Connection string Database name.&lt;/P&gt;&lt;P&gt;Why because i call the datamodel convertion.qvw file by passing variables.&lt;/P&gt;&lt;P&gt;Means&lt;/P&gt;&lt;P&gt;BINARY [$(QVW_Dir)\$(Tab).qvw];&lt;/P&gt;&lt;P&gt;When load this .QVW file then after or before i want to&amp;nbsp; Export above Binary load&amp;nbsp; connection string Database name&lt;/P&gt;&lt;P&gt;like "DBQ=xe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bakshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 11:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86543#M768246</guid>
      <dc:creator>shaikbakshu</dc:creator>
      <dc:date>2018-06-27T11:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract Connection String DateBase name into Excel sheet when .QVW application is reload?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86544#M768247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do work around using another table to get that into variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET Connection = 'ODBC CONNECT TO [xe;DBQ=xe] (XUserId is YJBOAUJOeA, XPassword is ZNBMOUJOeD)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load SubField(TextBetween('$(Connection)','[',']'),';',-1) as Connection AutoGenerate 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note - &lt;/STRONG&gt;you can use now Binary Load &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 13:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Extract-Connection-String-DateBase-name-into-Excel-sheet/m-p/86544#M768247</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-29T13:10:01Z</dc:date>
    </item>
  </channel>
</rss>

