<?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: Inherit graphic elements order in &amp;quot;Internal Viewer Tables&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inherit-graphic-elements-order-in-quot-Internal-Viewer-Tables/m-p/918785#M318499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Petter, this work for me !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 16:28:24 GMT</pubDate>
    <dc:creator>glacoste</dc:creator>
    <dc:date>2015-07-29T16:28:24Z</dc:date>
    <item>
      <title>Inherit graphic elements order in "Internal Viewer Tables"</title>
      <link>https://community.qlik.com/t5/QlikView/Inherit-graphic-elements-order-in-quot-Internal-Viewer-Tables/m-p/918783#M318497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, I have 2 QlikView Documents:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- The first is a load document, in other words this is read from database tables and creates the QlikView tables.&lt;/P&gt;&lt;P&gt;- The second read from first model using the "Binary" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both documents I can order the graphic elements using the "Internal Viewer Tables", I only want to order the first document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to inherit or copy/paste the order of the elements in the draw area? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 20:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherit-graphic-elements-order-in-quot-Internal-Viewer-Tables/m-p/918783#M318497</guid>
      <dc:creator>glacoste</dc:creator>
      <dc:date>2015-07-28T20:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inherit graphic elements order in "Internal Viewer Tables"</title>
      <link>https://community.qlik.com/t5/QlikView/Inherit-graphic-elements-order-in-quot-Internal-Viewer-Tables/m-p/918784#M318498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I know of where&amp;nbsp; you can get and manipulate the Table Viewer "graphic"/layout properties is by enabling the prj-folder so QlikView stores and updates all application information (except data model) in XML files in the prj-folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The prj-folder can be enabled for a specific qvw-file by making a folder named the same as the qvw-file but without any extension and -prj appended to the file name. Like this:&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC.QVW requires an empty/newly created folder named ABC-prj - which you just create yourself with Windows Explorer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you have done that you will notice that this folders gets populated and updated each time you open, save, store the QVW-file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this folder you will find a file named "DocInternals.xml" and in this XML-file you will find a section named &amp;lt;TableViewData&amp;gt;. Here you will find all accessible attributes for the tables and links between the tables that the Table Viewer has. I have made a new QVW by just creating an empty QlikView document called QV1.QVW and a new folder alongside QV1.QVW called QV1-prj. My load script is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Characters:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Chr(RecNo()+Ord('A')-1) as Alpha, RecNo() as Num autogenerate 26;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASCII:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if(RecNo()&amp;gt;=65 and RecNo()&amp;lt;=90,RecNo()-64) as Num,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Chr(RecNo()) as AsciiAlpha, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; RecNo() as AsciiNum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;autogenerate 255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Where (RecNo()&amp;gt;=32 and RecNo()&amp;lt;=126) or RecNo()&amp;gt;=160 ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Transactions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; TransLineID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; TransID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; mod(TransID,26)+1 as Num,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Pick(Ceil(3*Rand1),'A','B','C') as Dim1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Pick(Ceil(6*Rand1),'a','b','c','d','e','f') as Dim2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Pick(Ceil(3*Rand()),'X','Y','Z') as Dim3,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Round(1000*Rand()*Rand()*Rand1) as Expression1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Round(&amp;nbsp; 10*Rand()*Rand()*Rand1) as Expression2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Round(Rand()*Rand1,0.00001) as Expression3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Rand() as Rand1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; IterNo() as TransLineID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; RecNo() as TransID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Autogenerate 1000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; While Rand()&amp;lt;=0.5 or IterNo()=1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Comment Field Dim1 With "This is a field comment";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you open the Table Viewer and manipulates the placement of the tables a little bit you can save your document and close it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you use Notepad or the free Notepad++ which can be used to edit the XML-file you will find in the QV1-prj folder named DocInternals.xml. You will see something similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-07-29 #1.PNG" class="jive-image image-1" src="/legacyfs/online/94348_2015-07-29 #1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change various parts of this section and save the xml-file and then reopen QV1.qvw and it will change accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to the final conclusion ... you could if you have two similar data model in two different QlikView applications cut and paste parts or the entire section of &amp;lt;TableViewData&amp;gt; between them. Just make sure that you understand the different parts of it and that the data models are very similar if not identical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherit-graphic-elements-order-in-quot-Internal-Viewer-Tables/m-p/918784#M318498</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-07-29T05:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inherit graphic elements order in "Internal Viewer Tables"</title>
      <link>https://community.qlik.com/t5/QlikView/Inherit-graphic-elements-order-in-quot-Internal-Viewer-Tables/m-p/918785#M318499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Petter, this work for me !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 16:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherit-graphic-elements-order-in-quot-Internal-Viewer-Tables/m-p/918785#M318499</guid>
      <dc:creator>glacoste</dc:creator>
      <dc:date>2015-07-29T16:28:24Z</dc:date>
    </item>
  </channel>
</rss>

