<?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: Replace dimension values names in object properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555994#M554107</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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; add a Calculated Dimension:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(Company='0','Zero',Company)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or in script&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(Company='0','Zero',Company)&lt;/SPAN&gt; as Company from tablename;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 18:14:48 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-09-23T18:14:48Z</dc:date>
    <item>
      <title>Replace dimension values names in object properties</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555991#M554104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one column named Company with all the values in the column equal to zero (no matter sens of that). &lt;/P&gt;&lt;P&gt;When I create a chart displaying sum of all records with Company = 0 (just one bar) the label of the bar is 0. I would like to change it to something else (e.g. 'zero') but from an object level (not script). Is there a way to do it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 17:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555991#M554104</guid>
      <dc:creator />
      <dc:date>2013-09-23T17:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension values names in object properties</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555992#M554105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of adding "Company" as a dimension, add a Calculated Dimension:&lt;/P&gt;&lt;P&gt;=if(Company='0','Zero',Company)&lt;/P&gt;&lt;P&gt;Change the label to Company&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Manas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 17:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555992#M554105</guid>
      <dc:creator>manas_bn</dc:creator>
      <dc:date>2013-09-23T17:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension values names in object properties</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555993#M554106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We can change the Label of Any dimension or expression from the object properties. If you do not want anything then give a space.&lt;/P&gt;&lt;P&gt;This label is displayed below/ aside the Axes.&lt;/P&gt;&lt;P&gt;If my understanding is correct then the 0 which is appearing at the top of the Bar is the data value..&lt;/P&gt;&lt;P&gt;If you want to remove this then&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to object properties&lt;/LI&gt;&lt;LI&gt;Go to Expressions tab&lt;/LI&gt;&lt;LI&gt;Uncheck the "Values on data points" box present in the middle bottom&lt;/LI&gt;&lt;LI&gt;Also since it is the value so it can not be changed&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please let me know if anything else is required.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 17:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555993#M554106</guid>
      <dc:creator>gopalopsharma</dc:creator>
      <dc:date>2013-09-23T17:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension values names in object properties</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555994#M554107</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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; add a Calculated Dimension:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(Company='0','Zero',Company)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or in script&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(Company='0','Zero',Company)&lt;/SPAN&gt; as Company from tablename;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 18:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-values-names-in-object-properties/m-p/555994#M554107</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-09-23T18:14:48Z</dc:date>
    </item>
  </channel>
</rss>

