<?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: WildMatch expression in Text Object, wrong syntax or not possible? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432461#M488476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spoke too soon.&amp;nbsp; This should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRJ_Current like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*Exit*', $(='[PRJ_P'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;' Phase Exit Date Target]'), $(='[PRJ_P'&amp;amp;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)&amp;amp;' Phase Entry Date Target]')) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 20:28:19 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2013-01-17T20:28:19Z</dc:date>
    <item>
      <title>WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432457#M488472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(WildMatch([FieldA], '*Exit*'), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; THEN this expression to create the field to use: ['Text[FieldValue]Text'], &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; ELSE this expression to create the field to use: ['Text[FieldValue-1]Text']&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If&lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRJ_Current&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '*Exit*'), 'PRJ_P'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;' Phase Exit Date Target', 'PRJ_P'&amp;amp;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)&amp;amp;' Phase Entry Date Target') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Ellen&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 18:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432457#M488472</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-01-17T18:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432458#M488473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRJ_Current like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*Exit*', 'PRJ_P'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;' Phase Exit Date Target', 'PRJ_P'&amp;amp;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)&amp;amp;' Phase Entry Date Target') &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 19:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432458#M488473</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-01-17T19:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432459#M488474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting close! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns the text value: "PRJ_P1 Phase Entry Target". However, this is actually the name of a field, [PRJ_P1 Phase Entry Target], and I want the field value to be presented vs. the name of the field in text. I tried bracketing the whole THEN and ELSE statements, but that doesn't seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I had last:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRJ_Current like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*Exit*', ['PRJ_P'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;' Phase Exit Date Target'], ['PRJ_P'&amp;amp;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)&amp;amp;' Phase Entry Date Target']) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Nicole!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 19:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432459#M488474</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-01-17T19:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432460#M488475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm thinking that dollar sign expansion needs to be used here somehow.&amp;nbsp; I will need to play around with it some to get it to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 20:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432460#M488475</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-01-17T20:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432461#M488476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spoke too soon.&amp;nbsp; This should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRJ_Current like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*Exit*', $(='[PRJ_P'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;' Phase Exit Date Target]'), $(='[PRJ_P'&amp;amp;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)&amp;amp;' Phase Entry Date Target]')) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 20:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432461#M488476</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-01-17T20:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432462#M488477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRJ_Current like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*Exit*',&amp;nbsp;&amp;nbsp;&amp;nbsp; ' ['PRJ_P'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;' Phase Exit Date Target']', &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&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;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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '['PRJ_P'&amp;amp;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)&amp;amp;' Phase Entry Date Target']') &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;may be its not underatand&amp;nbsp; the code for condition ---&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;' ['PRJ_P'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRJ_Current Phase ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;' Phase Exit Date Target']',--&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;can u try that expression in text box, if that works create a variable&amp;nbsp; and assign to it...&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 20:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432462#M488477</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2013-01-17T20:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432463#M488478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ellen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a Text Box, you need to aggregate or filter the fields you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field FieldA has more than one value (I think this is true), the WildMatch function "doesn't know" which one get to return the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show in a Text Box if there is a string in any value of a field, you coud use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( Count ({&amp;lt;FieldA={"*Exit*"}&amp;gt;} FieldA) &amp;gt;1, 'Yes, the field has Exit string', 'No, the field hasn't Exit string')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work in a TextBox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 21:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432463#M488478</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2013-01-17T21:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432464#M488479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it! Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 22:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432464#M488479</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-01-17T22:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432465#M488480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sebastian. The field only has one value but thank you for your responding!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 22:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432465#M488480</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-01-17T22:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch expression in Text Object, wrong syntax or not possible?</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432466#M488481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for responding!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 22:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-expression-in-Text-Object-wrong-syntax-or-not-possible/m-p/432466#M488481</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-01-17T22:15:30Z</dc:date>
    </item>
  </channel>
</rss>

