<?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: Text Format Property Pitvo Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332397#M411474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be just this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(CustomerType = 'L1', '&amp;lt;B&amp;gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2017 20:20:43 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-06-07T20:20:43Z</dc:date>
    <item>
      <title>Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332394#M411471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having issue with the text format of dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When customerType is equal to L1 it has to take bold format but there are customer which has L1 but don't take this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why Qlikview isn't reconize those cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just typed this expression in text format:&lt;/P&gt;&lt;P&gt;=if(WildMatch(Concat(DISTINCT CustomerType),'*L1*'), '&amp;lt;B&amp;gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332394#M411471</guid>
      <dc:creator />
      <dc:date>2017-06-07T19:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332395#M411472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your dimension here? CustomerType?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332395#M411472</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T20:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332396#M411473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;My dimension is the customer name but each customer has his customertype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just verified what information is loading from DataSource and it has L1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332396#M411473</guid>
      <dc:creator />
      <dc:date>2017-06-07T20:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332397#M411474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be just this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(CustomerType = 'L1', '&amp;lt;B&amp;gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332397#M411474</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T20:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332398#M411475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do that and the result is equal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(WildMatch(Concat(DISTINCT CustomerType),'*L1*'), '&amp;lt;B&amp;gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You Ensure that wherever it has L1 will apply format; but really I don't know why qv not reconize this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332398#M411475</guid>
      <dc:creator />
      <dc:date>2017-06-07T20:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332399#M411476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you are making selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Only({1}CustomerType) = 'L1', '&amp;lt;B&amp;gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332399#M411476</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T20:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332400#M411477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expresion {1} is for all data... are you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332400#M411477</guid>
      <dc:creator />
      <dc:date>2017-06-07T20:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332401#M411478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I combine that expression with another field, that is, two validations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Only({1}CustomerType) = 'L1' and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Only({1}CustomerCompany) = 7&lt;/STRONG&gt;, '&amp;lt;B&amp;gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 21:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332401#M411478</guid>
      <dc:creator />
      <dc:date>2017-06-07T21:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Text Format Property Pitvo Table</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332402#M411479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should be able to... is this not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 09:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Format-Property-Pitvo-Table/m-p/1332402#M411479</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-08T09:09:30Z</dc:date>
    </item>
  </channel>
</rss>

