<?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 from GetFieldSelections 2 conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/wildmatch-from-GetFieldSelections-2-conditions/m-p/646511#M236899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan &lt;/P&gt;&lt;P&gt;Thanx&amp;nbsp; so far your solution seems working thank you very much i will continue testing with it because i have a number of expression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 08:29:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-19T08:29:31Z</dc:date>
    <item>
      <title>wildmatch from GetFieldSelections 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-from-GetFieldSelections-2-conditions/m-p/646509#M236897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Guys &lt;/P&gt;&lt;P&gt;i have the below statement i use to conditionally enable an expression in a chart and this works perfect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Alt( WildMatch ( GetFieldSelections(%ExpressionName, '|'), '*Total Billed*' ) , 0 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user selects Total Billed from the %ExpressionName list box the the expression Total billed is enabled &lt;/P&gt;&lt;P&gt;fair enough &lt;/P&gt;&lt;P&gt; now my issue is :-&lt;/P&gt;&lt;P&gt;i want to add a second condition in the same statement like &lt;/P&gt;&lt;P&gt;a user enables the Total billed expression after &lt;/P&gt;&lt;P&gt;1. selecting the Total billed in %expressionName list box &lt;/P&gt;&lt;P&gt;2 .also select (for example) billing in the %ChartName ListBox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in English i would write it as &lt;/P&gt;&lt;P&gt;Enable Expression '&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;Total Billed'&lt;/STRONG&gt;&lt;/EM&gt; when '&lt;SPAN style="color: #008000;"&gt;Total Billed'&lt;/SPAN&gt; is Selected in &lt;SPAN style="color: #993300;"&gt;%ExpressionName&lt;/SPAN&gt; and &lt;SPAN style="color: #008000;"&gt;'Billing&lt;/SPAN&gt;' is selected in &lt;SPAN style="color: #993300;"&gt;%ChartName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope i make sense here &lt;/P&gt;&lt;P&gt;thanx in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 07:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-from-GetFieldSelections-2-conditions/m-p/646509#M236897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T07:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch from GetFieldSelections 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-from-GetFieldSelections-2-conditions/m-p/646510#M236898</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=WildMatch ( GetFieldSelections(%ExpressionName, '|'), '*Total Billed*' )&amp;nbsp; AND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WildMatch ( GetFieldSelections(&lt;SPAN style="color: #993300; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;%ChartName&lt;/SPAN&gt;, '|'), '*&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Billing&lt;/SPAN&gt;*' ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-from-GetFieldSelections-2-conditions/m-p/646510#M236898</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-19T08:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch from GetFieldSelections 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-from-GetFieldSelections-2-conditions/m-p/646511#M236899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan &lt;/P&gt;&lt;P&gt;Thanx&amp;nbsp; so far your solution seems working thank you very much i will continue testing with it because i have a number of expression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-from-GetFieldSelections-2-conditions/m-p/646511#M236899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T08:29:31Z</dc:date>
    </item>
  </channel>
</rss>

