<?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: Variable with the { included in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843796#M69823</link>
    <description>&lt;P&gt;That did the trick thank you so much!&lt;/P&gt;</description>
    <pubDate>Thu, 07 Oct 2021 18:18:45 GMT</pubDate>
    <dc:creator>Evan0211</dc:creator>
    <dc:date>2021-10-07T18:18:45Z</dc:date>
    <item>
      <title>Variable with the { included</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843767#M69815</link>
      <description>&lt;P&gt;I have a variable like this:&lt;/P&gt;&lt;P&gt;{&amp;lt;[Total Value]={"&amp;gt;1000000"}&amp;gt;}&lt;/P&gt;&lt;P&gt;I am then taking that variable and using it to calculate a KPI like this:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[Category]={'Auto'}&amp;gt; * $($(vFilter))}[SA Title])&lt;/P&gt;&lt;P&gt;The KPI should count all of the Auto columns with a total cost over 1000000.&lt;/P&gt;&lt;P&gt;When I get the expression back, it comes in like this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;=Count({&amp;lt;[Category]=['Auto']&amp;gt; * {&amp;lt;[Total Value]={"&amp;gt;1000000"}&amp;gt;}}[Title])&lt;/P&gt;&lt;P&gt;The {...} around the &amp;lt;[Total Value] section is throwing errors.&amp;nbsp; I have the {} in there because this also filters a table and that works correctly.&amp;nbsp; Is there a way to remove the {} from the variable when I do the count for the KPI?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 17:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843767#M69815</guid>
      <dc:creator>Evan0211</dc:creator>
      <dc:date>2021-10-07T17:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with the { included</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843775#M69817</link>
      <description>&lt;P&gt;$(=textbetween('$(vFilter)','{', '}',1))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Count({&amp;lt;[Category]={'Auto'}&amp;gt; *&amp;nbsp;$(=textbetween('$(vFilter)','{', '}',1)) }[SA Title])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 17:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843775#M69817</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-10-07T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with the { included</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843788#M69819</link>
      <description>&lt;P&gt;Unfortunately, that expresses to:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[Category]=['Auto']&amp;gt; * - }[Title])&lt;/P&gt;&lt;P&gt;and says there is an error in the expression: '}' expected&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 17:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843788#M69819</guid>
      <dc:creator>Evan0211</dc:creator>
      <dc:date>2021-10-07T17:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with the { included</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843790#M69821</link>
      <description>&lt;P&gt;You're right, that will not get after first }.&amp;nbsp; try this instead:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$(=right(left('$(vFilter)', len('$(vFilter)') - 1), len('$(vFilter)') - 2))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Count({&amp;lt;[Category]={'Auto'}&amp;gt; * $(=right(left('$(vFilter)', len('$(vFilter)') - 1), len('$(vFilter)') - 2)) }[SA Title])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 18:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843790#M69821</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-10-07T18:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with the { included</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843796#M69823</link>
      <description>&lt;P&gt;That did the trick thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 18:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843796#M69823</guid>
      <dc:creator>Evan0211</dc:creator>
      <dc:date>2021-10-07T18:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with the { included</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843800#M69824</link>
      <description>&lt;P&gt;Great.&amp;nbsp; please mark correct solution so thread can be closed.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 18:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843800#M69824</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-10-07T18:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with the { included</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843801#M69825</link>
      <description>&lt;P&gt;May be this works as well, not sure -&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[Category]={'Auto'}&amp;gt; * $(=replace('$(vFilter)','{&amp;lt;','&amp;lt;'))[SA Title])&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 18:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-with-the-included/m-p/1843801#M69825</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2021-10-07T18:27:18Z</dc:date>
    </item>
  </channel>
</rss>

