<?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 Different Format on Different Rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283951#M105522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John Witherspoon's solution works if you specify "Predefined Expression" in the Number Tab of Properties window. If you force any other format on that tab, it overwrites Num(FIELD, Format).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 15:34:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-21T15:34:12Z</dc:date>
    <item>
      <title>Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283943#M105514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;In my excel report I have one colum A with 6 rows results. Each Row contains a different format, for example,&amp;nbsp; numeric format, % format, Date format, money format. Its possible to do that&amp;nbsp; in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 19:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283943#M105514</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-12-06T19:16:26Z</dc:date>
    </item>
    <item>
      <title>Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283944#M105515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I am not sure if I have fully understood the question. Do you want to load this data from Excel to QlikView or do you want to create similar data? You can do transformation within QV to clean the data. There are many functions and you can use Peek() &amp;amp; Previous() record based functions to clean up your data. Please can you explain in detail or post an example for more understanding.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 21:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283944#M105515</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-12-06T21:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283945#M105516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I don't know the conditions for your rows, but it's certainly possible.&amp;nbsp; For instance, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;num(sum(Amount),if(Amount&amp;gt;100,'#,##0','#,##0.00'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String some ifs together or use pick(match()) or whatever you want to select the right format based on your conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 23:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283945#M105516</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-06T23:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283946#M105517</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;Thanks for your replies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is load the data excel to QlikView and change the format rows. I Attached the excel example.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 23:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283946#M105517</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-12-06T23:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283947#M105518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, it appears that you have a column (though&amp;nbsp; you haven't named it) that indicates the data type.&amp;nbsp; I'd associate an actual format with each of these in a table in the script, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Data Types]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Data Type: Format&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Numeric: #,##0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Percentage: #,##0.00%&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Money: $#,##0.00;($#,##0.00)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;] (delimiter is ':');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;num(sum(Amount),Format)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 23:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283947#M105518</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-06T23:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283948#M105519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but doesn´t work. No changes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 00:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283948#M105519</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-12-07T00:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283949#M105520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any more ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 00:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283949#M105520</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-12-07T00:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283950#M105521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="jiveTT-hover-user jive-username-link"&gt;pgalvezt&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let try with my attached files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use with my attached excel file to view the result. For your original excel have some problem with one row &amp;lt;Porcentage&amp;gt; and I change it to &amp;lt;Percentage&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 01:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283950#M105521</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-12-07T01:15:00Z</dc:date>
    </item>
    <item>
      <title>Different Format on Different Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283951#M105522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John Witherspoon's solution works if you specify "Predefined Expression" in the Number Tab of Properties window. If you force any other format on that tab, it overwrites Num(FIELD, Format).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 15:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Format-on-Different-Rows/m-p/283951#M105522</guid>
      <dc:creator />
      <dc:date>2012-03-21T15:34:12Z</dc:date>
    </item>
  </channel>
</rss>

