<?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: Distinguishing Between Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139494#M898584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tej,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to see attachments, you will need to view the thread in the community itself rather than through your Inbox &amp;amp; Activity section of your profile. When viewing in the Inbox &amp;amp; Activity section, after you click on a line item to view more detail, you can click on the blue thread title to go to the actual thread. There you should see the attachment included with replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a direct link to this particular thread: &lt;A href="https://community.qlik.com/message/1091012"&gt;Re: Distinguishing Between Charts&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please also take a moment to &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-14806"&gt;mark replies as Correct or Helpful&lt;/A&gt; as well.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Let me know if you need any further assistance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Qlik Community Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 18:23:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-25T18:23:16Z</dc:date>
    <item>
      <title>Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139488#M898578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to ask a simple question that I think can be done but I am not sure how to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have 2 data sets: OLD and NEW. I created two straight tables: one for OLD and one for NEW.&amp;nbsp; SO now 2 straight tables are on my sheet now. Is there a way for me to put a button to distinguish between OLD and NEW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a button so if I click an OLD button, only the OLD straight table will be shown and the NEW straight table will be hidden and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically, is there a way to create a filter that distinguishes between different sheet objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I correctly explained what I am trying to accomplished. This would be a big help to me. Thanks in advance!&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/Distinguishing-Between-Charts/m-p/1139488#M898578</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139489#M898579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You sure can. There are lots of techniques to accomplishing this. The basic information you need is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All objects have an Object ID (Properties &amp;gt; General Tab)&lt;/P&gt;&lt;P&gt;All objects have a Show property (Properties &amp;gt; Layout Tab)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can switch the Show property to Conditional&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the conditional is false or 0, then the object will be hidden. If it is any other number or true, it will be shown&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use a variable in this field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add variables (Settings &amp;gt; Variable Overview)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add a variable and name it something memorable (like "variable")&lt;/P&gt;&lt;P&gt;You can create a button that assigns values to a variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Sheet Object &amp;gt; Button &amp;gt; Actions Tab &amp;gt; Add &amp;gt; Action Type: External , Action: Set Variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the Variable box choose your variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the Value box type =NOT &lt;EM&gt;$(variable)&lt;/EM&gt; -- this will simply cycle it between true and false every time you click it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go back to your two charts you created.&lt;/P&gt;&lt;P&gt;You can enter &lt;STRONG&gt;&lt;EM&gt;$(variable)&lt;/EM&gt;&lt;/STRONG&gt; into the Show Conditional property in the Layout tab for one. And &lt;STRONG&gt;NOT &lt;EM&gt;$(variable)&lt;/EM&gt;&lt;/STRONG&gt; for the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end result is that one of them will show when the variable is true, the other when the variable is false.&lt;/P&gt;&lt;P&gt;Lastly, position them in the exact space with the same size, and it will appear as if every time you flip the button, the values change. The user won't have a clue that it is a separate chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139489#M898579</guid>
      <dc:creator>deec</dc:creator>
      <dc:date>2016-07-25T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139490#M898580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;an example in the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 16:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139490#M898580</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-25T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139491#M898581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Damian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Do I need to add a condition where I write something like =if &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;variable, 0,1,0) &lt;/STRONG&gt;&lt;/EM&gt;in the conditional tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the steps you mentioned but I feel like I am missing a step. So I went to the variables tab and added a new variable called 'variable'. Then I created a button and in the variable box I chose my variable and put =NOT $(variable) in the Value box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also put $(variable) in the conditional box in layout for one chart and NOT $(variable) for the other, but when I put them on top of each other and clicked the button, the values were not changing and it appears as if nothing was happening. Do I need to change something in the Layer tab? Or am I just missing a step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139491#M898581</guid>
      <dc:creator />
      <dc:date>2016-07-25T17:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139492#M898582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey maxgro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I can't seem to find an attachment to your reply though. Please help me locate this if it is attached. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Tej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139492#M898582</guid>
      <dc:creator />
      <dc:date>2016-07-25T17:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139493#M898583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never mind, I found the solution to my problem. I just had to add the if statement to the Value box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the help and the quick replies!! It is very much appreciated!&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;Tej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 18:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139493#M898583</guid>
      <dc:creator />
      <dc:date>2016-07-25T18:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139494#M898584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tej,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to see attachments, you will need to view the thread in the community itself rather than through your Inbox &amp;amp; Activity section of your profile. When viewing in the Inbox &amp;amp; Activity section, after you click on a line item to view more detail, you can click on the blue thread title to go to the actual thread. There you should see the attachment included with replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a direct link to this particular thread: &lt;A href="https://community.qlik.com/message/1091012"&gt;Re: Distinguishing Between Charts&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please also take a moment to &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-14806"&gt;mark replies as Correct or Helpful&lt;/A&gt; as well.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Let me know if you need any further assistance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Qlik Community Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 18:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139494#M898584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T18:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139495#M898585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a Container...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 03:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139495#M898585</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-07-26T03:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing Between Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139496#M898586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're absolutely right, I did miss an important instruction using that technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The starting variable value should be set to 1 or True. Otherwise, when you push the button, NOT $(variable) would be trying to reverse a value-less object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could this be the problem?&lt;/P&gt;&lt;P&gt;I can upload a simple example if you still need it today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-Between-Charts/m-p/1139496#M898586</guid>
      <dc:creator>deec</dc:creator>
      <dc:date>2016-07-26T12:48:03Z</dc:date>
    </item>
  </channel>
</rss>

