<?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 Text and numeric value in one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316076#M1180771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Am I reading your expression correctly?:&lt;/P&gt;&lt;P&gt;=IF([Customer.Year Value 2011]&amp;gt;1,'what to do if &amp;gt;1',&lt;/P&gt;&lt;P&gt;If([Customer.Year Value 2011]&amp;lt;1,'what to do if &amp;lt; 1','&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;'what remains is what to do if =1')) &lt;/STRONG&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 11:10:34 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2012-01-30T11:10:34Z</dc:date>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316072#M1180767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to format a straight table with numbers and text in it. Unfortunately, it doesn't show the text only " - ", the numbers work fine though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code:&lt;/P&gt;&lt;P&gt;=IF([Customer.Year Value 2011]&amp;gt;1,Num([Customer.Year Value 2011],'#.###,#'),&lt;/P&gt;&lt;P&gt;If([Customer.Year Value 2011]&amp;lt;1,Num([Customer.Year Value 2011],'###,#%'),&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;text([Customer.Year Value 2011]))) &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; this is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 09:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316072#M1180767</guid>
      <dc:creator />
      <dc:date>2012-01-30T09:05:18Z</dc:date>
    </item>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316073#M1180768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/cdettmer" id="jive-7595116350830596610276" style="background-color: #e0eaf3; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;cdettmer&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you clarify more about the problem.Or you can show me the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316073#M1180768</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2012-01-30T10:43:13Z</dc:date>
    </item>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316074#M1180769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that in the table there are severyl different data types &lt;/P&gt;&lt;P&gt;percentage numbers, integer numbers and text&lt;/P&gt;&lt;P&gt;I want to define all three types in an if condition.&lt;/P&gt;&lt;P&gt;So this:&lt;/P&gt;&lt;P&gt; " =IF([Customer.Year Value 2011]&amp;gt;1,Num([Customer.Year Value 2011],'#.###,#'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Customer.Year Value 2011]&amp;lt;1,Num([Customer.Year Value 2011],'###,#%'),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/P&gt;&lt;P&gt;defines the numeric values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unfortunately now the text isn't recognized as text anymore. instead of NA what is supposed to stand there, only the sign " - " is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but I can't show you the script &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316074#M1180769</guid>
      <dc:creator />
      <dc:date>2012-01-30T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316075#M1180770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give a liyyle bit example of each datatype.&lt;/P&gt;&lt;P&gt;ie Number,text....so that I can identify your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316075#M1180770</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2012-01-30T10:56:51Z</dc:date>
    </item>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316076#M1180771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Am I reading your expression correctly?:&lt;/P&gt;&lt;P&gt;=IF([Customer.Year Value 2011]&amp;gt;1,'what to do if &amp;gt;1',&lt;/P&gt;&lt;P&gt;If([Customer.Year Value 2011]&amp;lt;1,'what to do if &amp;lt; 1','&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;'what remains is what to do if =1')) &lt;/STRONG&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316076#M1180771</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-01-30T11:10:34Z</dc:date>
    </item>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316077#M1180772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF([Customer.Year Value 2011]&amp;gt;1,'what to do if &amp;gt;1',&lt;/P&gt;&lt;P&gt;If([Customer.Year Value 2011]&amp;lt;1,'what to do if &amp;lt; 1','&lt;/P&gt;&lt;P&gt;yes this is right but as the third expression what I want to express is:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;'what remains is text')) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. my table looks loke this&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9%&lt;/P&gt;&lt;P&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,1&lt;/P&gt;&lt;P&gt;c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NA&lt;/P&gt;&lt;P&gt;a and b works but c is displayed as follows:&lt;/P&gt;&lt;P&gt;c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;Thanks for your help!!!&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316077#M1180772</guid>
      <dc:creator />
      <dc:date>2012-01-30T11:41:36Z</dc:date>
    </item>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316078#M1180773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; It is not c that is displayed as "-", it is Customer.Year Value 2011 = 1.&lt;/P&gt;&lt;P&gt;There are no values =1. the - is the null symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to rethink your IF statment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316078#M1180773</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-01-30T11:46:00Z</dc:date>
    </item>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316079#M1180774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I tried this&lt;/P&gt;&lt;P&gt;=IF([Customer.Year Value 20111]&amp;gt;1,Num([Customer.Year Value 20111],'#.###,#'),If([Customer.Year Value 20111]&amp;lt;=1,Num([Customer.Year Value 20111],'###,#%'),&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;if(istext([Customer.Year Value 2011]),text([Customer.Year Value 2011]))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But it's not working either&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316079#M1180774</guid>
      <dc:creator />
      <dc:date>2012-01-30T11:49:30Z</dc:date>
    </item>
    <item>
      <title>Text and numeric value in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316080#M1180775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I got it, I just changed the presentation of the Null value and set Null Value = NA&lt;/P&gt;&lt;P&gt;Thanks for the explanation of the if condition!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-and-numeric-value-in-one-table/m-p/316080#M1180775</guid>
      <dc:creator />
      <dc:date>2012-01-30T11:52:44Z</dc:date>
    </item>
  </channel>
</rss>

