<?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: Formula help please! in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1774468#M59993</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;If (WildMatch([Animal],'D*'), 'Dog' ,'XX');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 16:25:26 GMT</pubDate>
    <dc:creator>Ksrinivasan</dc:creator>
    <dc:date>2021-01-14T16:25:26Z</dc:date>
    <item>
      <title>Formula help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1769892#M59546</link>
      <description>&lt;P&gt;Hi Brains Trust,&lt;/P&gt;&lt;P&gt;I wonder if you can please help me with my formula. The formula in a field I have created is to find the letter D in one of the other columns in the set. In the new field put the word 'Dog' and for all other letters/numbers that appear, put an 'X'.&lt;/P&gt;&lt;P&gt;If (WildMatch([Animals]'D*')=1, 'Dog' [,else 'X'])&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the table below;&lt;/P&gt;&lt;P&gt;D = Dog, C = Cow, H = Horse, F = Fish, B = Bird&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Colour&lt;/TD&gt;&lt;TD&gt;Animal&lt;/TD&gt;&lt;TD&gt;Results (Formula above)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brown&lt;/TD&gt;&lt;TD&gt;D, C, H&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Green&lt;/TD&gt;&lt;TD&gt;F, B&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Black&lt;/TD&gt;&lt;TD&gt;D, C, H, F, B&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried this formula but is still saying there is an error, can anyone shed some light on where I'm going wrong or what I could try?&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 23:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1769892#M59546</guid>
      <dc:creator>Bravo_B</dc:creator>
      <dc:date>2020-12-21T23:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Formula help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1769903#M59547</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131802"&gt;@Bravo_B&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;MapName:&lt;BR /&gt;Mapping LOAD * Inline&lt;BR /&gt;[&lt;BR /&gt;A1, A2&lt;BR /&gt;D, Dog&lt;BR /&gt;C, Cow&lt;BR /&gt;H, Horse&lt;BR /&gt;F, Fish&lt;BR /&gt;B, Bird&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;LOAD *, Trim(SubField(Animal,',')) as A1 INLINE [&lt;BR /&gt;Colour, Animal&lt;BR /&gt;Brown, "D, C, H"&lt;BR /&gt;Green, "F, B"&lt;BR /&gt;Black, "D, C, H, F, B"&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Load Colour, Concat(ApplyMap('MapName', A1, 'X'),',') as Animal Resident Temp group by Colour;&lt;/P&gt;&lt;P&gt;DROP Table Temp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 02:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1769903#M59547</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-12-22T02:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Formula help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1769906#M59548</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Do you have only 5 Vales or animals ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;D = Dog, C = Cow, H = Horse, F = Fish, B = Bird&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or is there something apart from this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 03:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1769906#M59548</guid>
      <dc:creator>RC_121985</dc:creator>
      <dc:date>2020-12-22T03:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formula help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1769907#M59549</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Yes, only 5 animals. It is part of something bigger, but I am just trying to work out the formula for this kind of scenario.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 04:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1769907#M59549</guid>
      <dc:creator>Bravo_B</dc:creator>
      <dc:date>2020-12-22T04:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Formula help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1774450#M59990</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Could you please provide the result what you are expecting in other column.&lt;/P&gt;&lt;P&gt;Not sure i, completely understood the problem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1774450#M59990</guid>
      <dc:creator>RC_121985</dc:creator>
      <dc:date>2021-01-14T15:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Formula help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1774457#M59991</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;your formula will be like this&lt;/P&gt;&lt;P&gt;If (WildMatch([Animals],'D*'), 'Dog' ,'XX');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ksrinivasan&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 16:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1774457#M59991</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-14T16:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Formula help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1774468#M59993</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;If (WildMatch([Animal],'D*'), 'Dog' ,'XX');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 16:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-help-please/m-p/1774468#M59993</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-14T16:25:26Z</dc:date>
    </item>
  </channel>
</rss>

