<?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 Get Database Name which we have connected to? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781147#M276741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup - there is more than one way to skin a cat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 13:32:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-28T13:32:57Z</dc:date>
    <item>
      <title>How to Get Database Name which we have connected to?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781141#M276735</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;Is there any function available in Qlikview which gives us currently connected Database name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached herewith screenshot for reference. I want to store these values in Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapnil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781141#M276735</guid>
      <dc:creator>swapnil_kumbhar</dc:creator>
      <dc:date>2015-01-28T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Database Name which we have connected to?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781142#M276736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a user interacts with a Qlikview document there is no connection with a database. Only when the document is reloading will there be a connection with a database. If you want you can create variables in the script containing the connection information, but you have to set the values yourself. You could then use the variables in the CONNECT statement too. What some developers do is create files for small script snippets for connection statements and use the &lt;EM&gt;include&lt;/EM&gt; or &lt;EM&gt;must_include&lt;/EM&gt; variables to insert these script files in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781142#M276736</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-28T13:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Database Name which we have connected to?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781143#M276737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of my data sources are Oracle databases and I often need to extract the Oracle User Name and include it as a field in the QlikView table.&amp;nbsp; Which I do using this SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c5356; font-family: Arial, Helvetica, sans-serif; font-size: 12.961296081543px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT user FROM dual ;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c5356; font-family: Arial, Helvetica, sans-serif; font-size: 12.961296081543px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c5356; font-family: Arial, Helvetica, sans-serif; font-size: 12.961296081543px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781143#M276737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-28T13:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Database Name which we have connected to?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781144#M276738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So for that Variable i need to insert connection information manually. I will not get it automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781144#M276738</guid>
      <dc:creator>swapnil_kumbhar</dc:creator>
      <dc:date>2015-01-28T13:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Database Name which we have connected to?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781145#M276739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781145#M276739</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-28T13:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Database Name which we have connected to?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781146#M276740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, yes, you can get all sorts of metadata from a dbms too. But if you first specify you want to connect to database foo as user bar and you then want this values available as variables as well, why not create them as variables in the first place and then reuse those variables in the connect statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781146#M276740</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-28T13:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Database Name which we have connected to?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781147#M276741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup - there is more than one way to skin a cat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Database-Name-which-we-have-connected-to/m-p/781147#M276741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-28T13:32:57Z</dc:date>
    </item>
  </channel>
</rss>

