<?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: Variable's value in -prj folder xml in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065925#M934789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every QVW or QVD file contains an XML header that describes various properties of that particular file (including table layout and data lineage).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That header can be read into QlikView by opening the file using the XML import filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2016 21:05:02 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-03-01T21:05:02Z</dc:date>
    <item>
      <title>Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065919#M934778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Where can I find a the value or content of a variable in xml files generated in -prj folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 20:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065919#M934778</guid>
      <dc:creator>bluecarbon</dc:creator>
      <dc:date>2016-03-01T20:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065920#M934779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nowhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's one of the issues with exporting QVW documents to a -prj directory. Variable values don't survive the export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In most cases, you could mitigate this weakness by (re)defining your variables in your load script. Which is a best practice anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 20:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065920#M934779</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-01T20:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065921#M934781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it's an option to parse the XML code that is part of each QVW (you can load the XML code e.g. using the QV wizard), it looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;VariableDescription&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Name&amp;gt;vMax&amp;lt;/Name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;IsConfig&amp;gt;false&amp;lt;/IsConfig&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;IsReserved&amp;gt;false&amp;lt;/IsReserved&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;ShownValue&amp;gt;&amp;lt;/ShownValue&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;RawValue&amp;gt;3&amp;lt;/RawValue&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Comment&amp;gt;&amp;lt;/Comment&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/VariableDescription&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 20:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065921#M934781</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-01T20:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065922#M934783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried creating -prj folder for a QVW with variable and then deleted the QVW. When I created a blank QVW and saved it with the same name as -prj folder, I got the variables back with expressions in it. Wondering where exactly this information is stored and getting recreated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 20:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065922#M934783</guid>
      <dc:creator>bluecarbon</dc:creator>
      <dc:date>2016-03-01T20:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065923#M934785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain me how the above XML is created out of a QVW file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 20:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065923#M934785</guid>
      <dc:creator>bluecarbon</dc:creator>
      <dc:date>2016-03-01T20:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065924#M934787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you do a reload? The empty document was created using File-&amp;gt;New?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do what you tell me you did, I (still) get a nice document with a series of empty variables. Using 11.20SR12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 21:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065924#M934787</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-01T21:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065925#M934789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every QVW or QVD file contains an XML header that describes various properties of that particular file (including table layout and data lineage).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That header can be read into QlikView by opening the file using the XML import filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 21:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065925#M934789</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-01T21:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065926#M934791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just saved it with the same name as -prj folder and closed it and opened it again. But I was seeing all system configuration variables too listed in the variable overview. Below is the steps to recreate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Create a QVW with name var.qvw and created few variables in it.&lt;/P&gt;&lt;P&gt;2. Saved it and closed it.&lt;/P&gt;&lt;P&gt;3. Created a folder var-prj in the same location where qvw is stored.&lt;/P&gt;&lt;P&gt;4. Open the var.qvw and click save and close it.&lt;/P&gt;&lt;P&gt;5. Delete var.qvw&lt;/P&gt;&lt;P&gt;6. Create a blank qvw and save it as var under same location where it was deleted and close it.&lt;/P&gt;&lt;P&gt;7. Now open the var.qvw and you will be seeing all variables listed in AllProperties.XML file in var.qvw variable overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 21:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065926#M934791</guid>
      <dc:creator>bluecarbon</dc:creator>
      <dc:date>2016-03-01T21:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065927#M934793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;With QV12, look into AllProperties.xml.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I somehow mixed up the files. AllProperties.xml still only contains the properties of the variables, not the content.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 21:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065927#M934793</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-01T21:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065928#M934795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I opened a qvw file in WordPad and I was able to see the xml having values of Variable Description. But still not in any other xml files generated inside -prj folder of QV11 version.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 21:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065928#M934795</guid>
      <dc:creator>bluecarbon</dc:creator>
      <dc:date>2016-03-01T21:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065929#M934797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AllProperties.xml will contain all variables that were defined in the original document, including the system variables that are automatically created during the first reload. But not their content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In step 6, do you get an invitation to overwrite the project files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 22:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065929#M934797</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-01T22:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065930#M934799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you're looking at the &lt;EM&gt;Comment&lt;/EM&gt; property which is indeed saved together with all other variable properties to AllProperties.xml (see the bottom field of the Settings-&amp;gt;Variable overview dialog). However, that's not the variable &lt;EM&gt;value&lt;/EM&gt; as listed in the Definition field (middle one in Variable overview)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 22:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065930#M934799</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-01T22:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Variable's value in -prj folder xml</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065931#M934801</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 style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;What if you load the current QVW back into itself as XML at the end of the load script, mind blowing I know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;You can then store the variables out into the -PRJ folder as a text file, with this method you will also be able to use source control on&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;the -PRJ folder as it will have your variables text file in it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The only issue you would have is having to reload your document every time you create or make changes to your variables for them to be visible in your variable output text file.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-s-value-in-prj-folder-xml/m-p/1065931#M934801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-05T08:51:43Z</dc:date>
    </item>
  </channel>
</rss>

