<?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: Column heading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392360#M803313</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&gt;Script:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product, CP, SP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 100, 150&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 100, 90&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Create a straight chart.&lt;/P&gt;&lt;P&gt;Dimension: Product&lt;/P&gt;&lt;P&gt;Expression: CP-SP&lt;/P&gt;&lt;P&gt;Expression label: = if((CP-SP)&amp;lt;0,'Loss',if((CP-SP)&amp;gt;0,'Profit','Loss/Profit'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can replace "CP-SP" with your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2017 08:25:33 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2017-11-15T08:25:33Z</dc:date>
    <item>
      <title>Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392351#M803304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello eveyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183256_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt; it is possible ,when i select Negative(Red color) Value that time column name change to Loss and when i select Positive (Green color)Value then it change to profit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&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/Column-heading/m-p/1392351#M803304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392352#M803305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never tried this before, Even don't have s/w to test. For a while my thought come up as&lt;/P&gt;&lt;P&gt;Below expression should be add for Label of expression with equal sign&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Measure &amp;lt; 0, 'Loss', If(Measure &amp;gt;0, 'Profit'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 07:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392352#M803305</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-15T07:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392353#M803306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In qlik, you can't select a figure/expression; you select a field value. If you click on a calculated number and see it is selected, you have actually selected a dimension value. By handling that selection you could probably write a conditional expression for dynamic label. Try to share your sample app to work upon for specific help in details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 07:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392353#M803306</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-11-15T07:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392354#M803307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prachi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work you have to write condition in exp lable box.&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;=If(Measure &amp;lt; 0, 'Loss', If(Measure &amp;gt;0, 'Profit'))&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 07:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392354#M803307</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-11-15T07:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392355#M803308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tested? If so, Okay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 07:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392355#M803308</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-15T07:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392356#M803309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had applied my application this long back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 07:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392356#M803309</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-11-15T07:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392357#M803310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prachi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pfa sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392357#M803310</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-11-15T08:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392358#M803311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i have ,its working but not properly.in some cases its shows profit or loss otherwise it shows -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392358#M803311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T08:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392359#M803312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't have license key, could you please share a screen shot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392359#M803312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T08:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392360#M803313</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&gt;Script:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product, CP, SP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 100, 150&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 100, 90&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Create a straight chart.&lt;/P&gt;&lt;P&gt;Dimension: Product&lt;/P&gt;&lt;P&gt;Expression: CP-SP&lt;/P&gt;&lt;P&gt;Expression label: = if((CP-SP)&amp;lt;0,'Loss',if((CP-SP)&amp;gt;0,'Profit','Loss/Profit'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can replace "CP-SP" with your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392360#M803313</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-11-15T08:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392361#M803314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183320_Capture.JPG" style="height: auto;" /&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/183321_Capture1.JPG" style="height: auto;" /&gt;&lt;IMG alt="Capture2.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/183322_Capture2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392361#M803314</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-11-15T08:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392362#M803315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means, You could need this&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;=If(Measure &amp;lt; 0, 'Loss', If(Measure &amp;gt;0, 'Profit', 'Profit / Loss'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 09:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392362#M803315</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-15T09:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392363#M803316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i had tried but not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 10:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392363#M803316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Column heading</title>
      <link>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392364#M803317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 11:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-heading/m-p/1392364#M803317</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-11-15T11:19:14Z</dc:date>
    </item>
  </channel>
</rss>

