<?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: label Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975667#M333539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;Many Thanks for your reply&lt;/P&gt;&lt;P&gt;i have 60 expression if can i select any one of expression from first chart &lt;/P&gt;&lt;P&gt;the same expression details i want to show in my details sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but label i can't able to select &lt;/P&gt;&lt;P&gt;if its required please find the my attachement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Aug 2015 09:22:29 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2015-08-22T09:22:29Z</dc:date>
    <item>
      <title>label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975665#M333537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Good Morning to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="96739" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/96739_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;i have one straight table like this ,here problem is circled one is label&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the next sheet i created one more table having all detail information about different &lt;/SPAN&gt;business&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;when i click that label i just want to move the detail sheet&lt;/P&gt;&lt;P&gt;how can i make label as click format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 07:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975665#M333537</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2015-08-22T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975666#M333538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a trigger that checks if only one of the problems are selected. If one single problem is selected then you can hide the current sheet and show the sheet with the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a little bit "risky" since there could possibly be other events than just clicking on the label that leads to only one label being selected - so the logic is not fail-safe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The steps:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Create two variables named &lt;STRONG&gt;vShowMain&lt;/STRONG&gt; and &lt;STRONG&gt;vShowDetails&lt;/STRONG&gt; and assign the number 1 to each of them&lt;/P&gt;&lt;P&gt;2) Create the two sheets - one for the Details and one for the Overview (unless you already want to use your main sheet)&lt;/P&gt;&lt;P&gt;3) The Overview sheet needs a &lt;STRONG&gt;Show Sheet - Conditional&lt;/STRONG&gt; that you can specify on the properties of the sheet like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;vShowMain &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4) The Details sheet needs a &lt;STRONG&gt;Show Sheet - Conditional&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;vShowDetails&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;5) Go to the &lt;STRONG&gt;Settings / Document Properties&lt;/STRONG&gt; and the &lt;STRONG&gt;Triggers&lt;/STRONG&gt; tab and select your field in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the &lt;STRONG&gt;Field Event Triggers&lt;/STRONG&gt; listbox&amp;nbsp; then press the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;On Select&lt;/STRONG&gt; - &lt;STRONG&gt;Add Action(s)&lt;/STRONG&gt; Button and add &lt;STRONG style="text-decoration: underline;"&gt;two actions&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; of type &lt;STRONG&gt;External&lt;/STRONG&gt; , &lt;STRONG&gt;Set Variable&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; variable: &lt;STRONG&gt;vShowMain&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG&gt;If( Count(DISTINCT TheLabel) = 1 , 0 , 1 )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; variable: &lt;STRONG&gt;vShowDetails&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG&gt;If( Count(DISTINCT TheLabel) = 1 , 1 , 0 )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;6) On the Details sheet you need some way of deselecting the single label so you can "leave" the sheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; It could be made by having a button with this &lt;STRONG&gt;Action:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Selection / Select in Field:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;Field: TheLabel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (use the actual field that is displaying the label ... not the column header)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 08:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975666#M333538</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-22T08:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975667#M333539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;Many Thanks for your reply&lt;/P&gt;&lt;P&gt;i have 60 expression if can i select any one of expression from first chart &lt;/P&gt;&lt;P&gt;the same expression details i want to show in my details sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but label i can't able to select &lt;/P&gt;&lt;P&gt;if its required please find the my attachement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 09:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975667#M333539</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2015-08-22T09:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975668#M333540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that you can't select any value in the label column? Are you using a Straight Table or a Pivot Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 09:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975668#M333540</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-22T09:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975669#M333541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes exactly Sorry its pivot table &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96741_Capture.PNG1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;when i click this label second sheet i m using same label expression for detail view &lt;/P&gt;&lt;P&gt;the same way for 60 expression every label i want to show the detail view&lt;/P&gt;&lt;P&gt;any way can i make label Click format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 09:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975669#M333541</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2015-08-22T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975670#M333542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it works for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 09:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975670#M333542</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-22T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975671#M333543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not able to do that i attached sample app&lt;/P&gt;&lt;P&gt;can you please show me how we can achieve this problem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 10:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975671#M333543</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2015-08-22T10:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975672#M333544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry - I don't know of any way to achieve this in a Pivot Table that is embedded in a container seven times. With one single Pivot Table you could have a button for each of the rows to the &lt;SPAN style="text-decoration: line-through;"&gt;right&lt;/SPAN&gt; left of the first column. But with seven pivot tables there is no way that I know of to be able to detect which of the container objects are visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only solution to this as far as I know is to abandon the container and emulate the container appearance with buttons instead and hiding and showing each pivot table. Then you could achieve this with buttons and detecting which of the pivot tables are currently active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 10:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975672#M333544</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-22T10:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975673#M333545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if can we achieve with one pivot table i will remove using Container object &lt;/P&gt;&lt;P&gt;above im using one list box if you select any value from list box details view sheet will appear&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;there im showing percentages also in list box, if nothing will work im planning to use that technique &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;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Niranjan &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 10:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975673#M333545</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2015-08-22T10:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975674#M333546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I can give you an example based on your Sample Application. But I am running out of time now for an appointment. Maybe I will be able to have a look at it later today or tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 10:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975674#M333546</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-22T10:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975675#M333547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you i will wait for your reply &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 10:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975675#M333547</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2015-08-22T10:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975676#M333548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should give you an idea on how to implement it I hope:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 11:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975676#M333548</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-22T11:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: label Issue</title>
      <link>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975677#M333549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But here i have some problem some chart having many expressions i have to scroll down &lt;/P&gt;&lt;P&gt;again client they dont want buttons (actually good idea but here it wont work)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your support &lt;/P&gt;&lt;P&gt;Niranjan, Many Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 12:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-Issue/m-p/975677#M333549</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2015-08-22T12:03:54Z</dc:date>
    </item>
  </channel>
</rss>

