<?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 How to show the strikethrough in expressions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141678#M21286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;I updated my previous post, now is working with chars. Hope this solve your problem.&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2009 16:12:01 GMT</pubDate>
    <dc:creator>gmaguina</dc:creator>
    <dc:date>2009-04-17T16:12:01Z</dc:date>
    <item>
      <title>How to show the strikethrough in expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141675#M21283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;If the result more than 80,than shows 90.&lt;/P&gt;&lt;P&gt;If the result less than 80 , than shows 70.&lt;/P&gt;&lt;P&gt;How to format the expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 15:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141675#M21283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T15:05:50Z</dc:date>
    </item>
    <item>
      <title>How to show the strikethrough in expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141676#M21284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is very tricky. To try to solve your problem, first I tried using the &amp;lt;S&amp;gt; attribute (strikethrough tag in HTML) but is not recognized by QV.&lt;BR /&gt;According to manual, the only attribute you can use in Text Format option are:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;B&amp;gt; Bold , &amp;lt;I&amp;gt; Italic , &amp;lt;U&amp;gt; Underline&lt;BR /&gt;&lt;BR /&gt;all those should be single quoted to be recognized for QV.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The tricky solution:&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;First, build the logic to choose between 90 or 70 depending of condition. Depending of your fields may looks like:&lt;/P&gt;&lt;H3&gt;= If ( Sum(Field &amp;gt;= 80), '90' , chr(822) &amp;amp; '7' &amp;amp; chr(822) &amp;amp; '0' &amp;amp; chr(822) )&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the chr(822) is concatenated with a second char this one will appear as strikethrough.&lt;BR /&gt;The last chr(822) is just for visual purposes (test without the last one and you will note the difference).&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Gerardo&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 15:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141676#M21284</guid>
      <dc:creator>gmaguina</dc:creator>
      <dc:date>2009-04-17T15:42:46Z</dc:date>
    </item>
    <item>
      <title>How to show the strikethrough in expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141677#M21285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it can be set in Text Format,but I don't how to set it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 16:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141677#M21285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T16:00:12Z</dc:date>
    </item>
    <item>
      <title>How to show the strikethrough in expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141678#M21286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;I updated my previous post, now is working with chars. Hope this solve your problem.&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 16:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141678#M21286</guid>
      <dc:creator>gmaguina</dc:creator>
      <dc:date>2009-04-17T16:12:01Z</dc:date>
    </item>
    <item>
      <title>How to show the strikethrough in expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141679#M21287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, gmaguina,&lt;/P&gt;&lt;P&gt;The example in my question is only a example. Actually,I want to text format the measure in the table. If the measure more than X , then unstrikethrough. If else,then strikethrough.But I don't the value of the X, maybe X is another field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 16:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141679#M21287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T16:36:12Z</dc:date>
    </item>
    <item>
      <title>How to show the strikethrough in expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141680#M21288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. You want to strikethrough a Field not the '70' value. In that case there is not easy way to do it. There is not Text Format attribute for that.&lt;/P&gt;&lt;P&gt;A solution for that could be to load 2 fields in script, one with the strikethrough value and another one unstrikethrough, then in the expression choose between show the first or the second one.&lt;/P&gt;&lt;P&gt;To dinamically convert the value to strikethrough in the script, you will need to use Mapping and Replace or a Macro that convert each character to strikethrough version.&lt;BR /&gt;If you loading the information from a database you can also use some formulas to build the field as you want to see it.&lt;/P&gt;&lt;P&gt;Well this is just an idea. To be honest, even when this could work, I guess this solution will be complicated to build and use. I agree that would be nice to have more Text Format attributes like &amp;lt;STRIKE&amp;gt; strikethrough &amp;lt;SUB&amp;gt; Subscript &amp;lt;SUP&amp;gt; Superscript&lt;/P&gt;&lt;P&gt;Maybe QT Devs have hidden undocument Text Format to share with us? &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 22:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-strikethrough-in-expressions/m-p/141680#M21288</guid>
      <dc:creator>gmaguina</dc:creator>
      <dc:date>2009-04-17T22:48:31Z</dc:date>
    </item>
  </channel>
</rss>

