<?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: Change row value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262822#M398144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does you LEVEL2 Field even consist 16.30?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show us the value in Level2 from Excel without any modifications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 07:36:47 GMT</pubDate>
    <dc:creator>stabben23</dc:creator>
    <dc:date>2017-01-31T07:36:47Z</dc:date>
    <item>
      <title>Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262813#M398135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.30' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4&lt;/P&gt;&lt;P&gt;When I load this line, it will output in a pivot table showing 16.3 because in my excel sheet that I load from, 16.30 is shown as 16.3(For I don't know what reason. My company say its like that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to do is to change the 16.3 showing in the pivot table to '16.30'. Is there any way I can do it like for example&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.30' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2 AS '16.30'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code does not work btw. Thank very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 06:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262813#M398135</guid>
      <dc:creator />
      <dc:date>2017-01-31T06:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262814#M398136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample data and expected output to see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;atleast, 10 rows we are expecting &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262814#M398136</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-31T07:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262815#M398137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Try use the num() &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.30' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), num(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'##,##'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262815#M398137</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-31T07:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262816#M398138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this,Go to number tab of pivote chart and restrict to 2 decimals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151342_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262816#M398138</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-01-31T07:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262817#M398139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this it should work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262817#M398139</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-01-31T07:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262818#M398140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently when I use this code, &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.30' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4, I will receive a column of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEVEL4&lt;/P&gt;&lt;P&gt;16.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because my excel data treats 16.30 as 16.3 and therefore, loaded it as shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reality, the excel data that is 16.3 should be shown as 16.30 on my qlikview. So I would like to know if there is a way to manually load 16.3 but display it as 16.30. So the expected output on qlikview will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEVEL4&lt;/P&gt;&lt;P&gt;16.30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262818#M398140</guid>
      <dc:creator />
      <dc:date>2017-01-31T07:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262819#M398141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry tried but it doest work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262819#M398141</guid>
      <dc:creator />
      <dc:date>2017-01-31T07:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262820#M398142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll think he use this as Dimension value, not expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262820#M398142</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-31T07:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262821#M398143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but your method is to adjust the cell values decimal points. I would like to change the way my &lt;STRONG&gt;dimensions&lt;/STRONG&gt; are being displayed. something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.30' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2 AS '16.30'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to manually load that specific LEVEL2 Dimension as '16.30'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262821#M398143</guid>
      <dc:creator />
      <dc:date>2017-01-31T07:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262822#M398144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does you LEVEL2 Field even consist 16.30?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show us the value in Level2 from Excel without any modifications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262822#M398144</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-31T07:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262823#M398145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.30' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2 AS '16.30'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;#,##0.00) as level4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262823#M398145</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-01-31T07:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262824#M398146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Num funciton like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Num(IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; = '16.30' &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &amp;gt; '0')), &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),'00.00') &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AS LEVEL4&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262824#M398146</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-31T07:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262825#M398147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My excel is like this&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" height="231" src="https://community.qlik.com/legacyfs/online/151352_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" width="1059" /&gt;&lt;/P&gt;&lt;P&gt;I know my excel does not contain 16.30 but as mentioned, it treats 16.3 as 16.30.(I think it is some formatting issue)&lt;/P&gt;&lt;P&gt;when I use this code&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.30' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4&lt;/P&gt;&lt;P&gt;It works and it loads into qlikview as shown below&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151353_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, 16.3 is loaded with the above code. However, I want to display it as 16.30 because my boss wants it displayed as such. How do I manually change it to show as 16.30?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262825#M398147</guid>
      <dc:creator />
      <dc:date>2017-01-31T07:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262826#M398148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then Your if statment wont work, 16.30 doesent exsist.&amp;nbsp; Try this instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.3' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), num(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'##,##'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262826#M398148</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-31T07:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262827#M398149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.3' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt; '0'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'#,##0.00')&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL4 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Try!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262827#M398149</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-01-31T07:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change row value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262828#M398150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is Your DecimalSep?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="num.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151350_num.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Is it a . or a ,?&lt;/P&gt;&lt;P&gt;if it is a . use this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.3' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), num(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'##.##'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a , use this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.3' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; '0')), num(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'##,##'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; AS LEVEL4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 08:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-row-value/m-p/1262828#M398150</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-31T08:01:20Z</dc:date>
    </item>
  </channel>
</rss>

