<?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: Data format in single cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312790#M1180203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I figured it out, that is the formula i'm using&lt;/P&gt;&lt;P&gt;=IF("expression"&amp;gt;1,Num("expression",'#.###,#'),&lt;/P&gt;&lt;P&gt;("expression"&amp;lt;1,Num("expression",'###,#%'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2012 13:59:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-27T13:59:48Z</dc:date>
    <item>
      <title>Data format in single cell</title>
      <link>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312786#M1180199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another question.&lt;/P&gt;&lt;P&gt;It it possible to change the data format of a single cell? I know that you can change the colour and borders via Design Grid but can I also change the number format for one cell?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. I have a table where there are numbers in ###,#% and in #.### format but right now I can only choose #.### OR ###,#% but I would like to have both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got what I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 10:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312786#M1180199</guid>
      <dc:creator />
      <dc:date>2012-01-27T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Data format in single cell</title>
      <link>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312787#M1180200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi cdettmer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fairly sure you can write the formatting in the expression / definition and then use an IF statement to toggle between the formatting. Though I am fairly new myself and not exactly sure of the code! my gues would be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Number() - Number1 &amp;lt; Number3&lt;/P&gt;&lt;P&gt;&amp;nbsp; , format ####&lt;/P&gt;&lt;P&gt;&amp;nbsp; , If( Today() - number 3 &amp;lt; number 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , format ######%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , format ######,#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 11:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312787#M1180200</guid>
      <dc:creator>oxtontom</dc:creator>
      <dc:date>2012-01-27T11:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data format in single cell</title>
      <link>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312788#M1180201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi oxtontom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the expression "number" are you adressing a specific cell or do you want me to enter the number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 11:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312788#M1180201</guid>
      <dc:creator />
      <dc:date>2012-01-27T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data format in single cell</title>
      <link>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312789#M1180202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well that is settled but QV doen't accept the term format. Does anyone knows the syntax?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 12:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312789#M1180202</guid>
      <dc:creator />
      <dc:date>2012-01-27T12:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data format in single cell</title>
      <link>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312790#M1180203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I figured it out, that is the formula i'm using&lt;/P&gt;&lt;P&gt;=IF("expression"&amp;gt;1,Num("expression",'#.###,#'),&lt;/P&gt;&lt;P&gt;("expression"&amp;lt;1,Num("expression",'###,#%'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 13:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-format-in-single-cell/m-p/312790#M1180203</guid>
      <dc:creator />
      <dc:date>2012-01-27T13:59:48Z</dc:date>
    </item>
  </channel>
</rss>

