<?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 Can I create an independent object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244969#M1206084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me fine tune my question.&lt;/P&gt;&lt;P&gt;Say, I have two table box(T1 &amp;amp; T2) and some other objects in my sheet. Is it possible to avoid reflection of the selection made in one table box to another table box but I dont care for other objects?&lt;/P&gt;&lt;P&gt;Point:&lt;/P&gt;&lt;P&gt;T1 and T2 should be independent i.e. my selection of row in T1 should not reflected in T2.&lt;/P&gt;&lt;P&gt;Can anyone help me please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 10:46:10 GMT</pubDate>
    <dc:creator>prabhu0505</dc:creator>
    <dc:date>2010-02-25T10:46:10Z</dc:date>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244969#M1206084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me fine tune my question.&lt;/P&gt;&lt;P&gt;Say, I have two table box(T1 &amp;amp; T2) and some other objects in my sheet. Is it possible to avoid reflection of the selection made in one table box to another table box but I dont care for other objects?&lt;/P&gt;&lt;P&gt;Point:&lt;/P&gt;&lt;P&gt;T1 and T2 should be independent i.e. my selection of row in T1 should not reflected in T2.&lt;/P&gt;&lt;P&gt;Can anyone help me please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244969#M1206084</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2010-02-25T10:46:10Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244970#M1206085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using a table box you could use a straight table type of chart and then check 'detached'.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244970#M1206085</guid>
      <dc:creator />
      <dc:date>2010-02-25T10:50:41Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244971#M1206086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Gordon.&lt;/P&gt;&lt;P&gt;But actually I'm not going to use any measures or facts in my table. Because of that if I tried to load my data into straight table it is not getting loaded.&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;A B C are the values, I'm going to load in the table not A,B,C,sum(D).&lt;/P&gt;&lt;P&gt;So it is not getting loaded in straight table case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244971#M1206086</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2010-02-25T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244972#M1206087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always create a dummy expression (such as a definition of 1) and then run the following code to make the width of the expression column 0 which will hide it (you only need to run it once):&lt;/P&gt;&lt;P&gt;sub AdjustCH&lt;BR /&gt;&lt;BR /&gt; set chart = ActiveDocument.GetSheetObject("CH99") ' CHANGE THE OBJECT ID&lt;BR /&gt; set p = chart.GetProperties&lt;/P&gt;&lt;P&gt;set expr = p.Expressions.Item(0).Item(0).Data.ExpressionVisual ' group.expression numbered from 0&lt;BR /&gt; expr.ColWidth = 0&lt;BR /&gt; chart.SetProperties p&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 15:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244972#M1206087</guid>
      <dc:creator />
      <dc:date>2010-02-25T15:16:22Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244973#M1206088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you ún-check the 'Suppress Zero Values'in Presentation Tab, You could use the Straight table chart with only dimensions and no expressions. No need of writing macros. Quite a useful feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 16:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244973#M1206088</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2010-02-25T16:43:51Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244974#M1206089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Though, for your original problem, using Set Analysis might be a better option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 16:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244974#M1206089</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2010-02-25T16:45:05Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244975#M1206090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;Yes you can do it.&lt;/P&gt;&lt;P&gt;I use thefollowing in script to provide a separate tabnle ie a summary table static , ( not using detached) for when user views document they can view their data plus a regional view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;table123:&lt;BR /&gt;join (table123)&lt;BR /&gt;load&lt;BR /&gt; variable1 as staticvariable1,&lt;BR /&gt; variable2 as staticvariable2&lt;BR /&gt;resident mymaintable;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 16:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244975#M1206090</guid>
      <dc:creator />
      <dc:date>2010-02-25T16:54:29Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244976#M1206091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your timely help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2010 08:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244976#M1206091</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2010-02-27T08:12:00Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244977#M1206092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi cjwhit,&lt;/P&gt;&lt;P&gt;Really it is a very useful tip.&lt;/P&gt;&lt;P&gt;But I have a doubt on it. That is whether it take more memory?&lt;/P&gt;&lt;P&gt;From your example:&lt;/P&gt;&lt;P&gt;variable1 and variable2 are already available in the document, if I'm again loading it's value using staticvariable1 and staticvariable2 whether the values will loaded again? If no then how it works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2010 08:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244977#M1206092</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2010-02-27T08:42:39Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244978#M1206093</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;Thanks for your overwhelming response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2010 08:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244978#M1206093</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2010-02-27T08:57:23Z</dc:date>
    </item>
    <item>
      <title>Can I create an independent object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244979#M1206094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just to add my two-pence, I would create a straight table as others have suggested with an expression of:&lt;/P&gt;&lt;P&gt;Sum({1} 1)&lt;/P&gt;&lt;P&gt;In the Presentation tab you can choose to hide the expression column.&lt;/P&gt;&lt;P&gt;Then, selections on the document will not effect this table.&lt;/P&gt;&lt;P&gt;(see attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2010 12:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-an-independent-object/m-p/244979#M1206094</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2010-02-27T12:53:14Z</dc:date>
    </item>
  </channel>
</rss>

