<?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 how can i shoe X in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015130#M83864</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have field that calculates percentages.&lt;/P&gt;
&lt;P&gt;Sometimes a result of 253,444 %.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want it to display 900%+ in such a situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;how can i do it in analyze sheet/UI?&lt;/P&gt;</description>
    <pubDate>Sun, 11 Dec 2022 12:20:11 GMT</pubDate>
    <dc:creator>ZachDev</dc:creator>
    <dc:date>2022-12-11T12:20:11Z</dc:date>
    <item>
      <title>how can i shoe X</title>
      <link>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015130#M83864</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have field that calculates percentages.&lt;/P&gt;
&lt;P&gt;Sometimes a result of 253,444 %.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want it to display 900%+ in such a situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;how can i do it in analyze sheet/UI?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 12:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015130#M83864</guid>
      <dc:creator>ZachDev</dc:creator>
      <dc:date>2022-12-11T12:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: how can i shoe X</title>
      <link>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015136#M83865</link>
      <description>&lt;P&gt;Try this.&lt;/P&gt;
&lt;P&gt;If ([DigitField]&amp;gt;900, dual('900+',900), [DigitField]) as [ModifiedDigit]&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 09:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015136#M83865</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-12-11T09:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: how can i shoe X</title>
      <link>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015150#M83869</link>
      <description>&lt;P&gt;I explained it differently,&amp;nbsp;Maybe now it will be clearer&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 13:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015150#M83869</guid>
      <dc:creator>ZachDev</dc:creator>
      <dc:date>2022-12-11T13:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: how can i shoe X</title>
      <link>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015217#M83879</link>
      <description>&lt;P&gt;900% = 9&lt;/P&gt;
&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;If( [PercentMeasure] &amp;gt;9, '900+', [PercentMeasure])&lt;/P&gt;
&lt;P&gt;or maybe this will work as well&lt;/P&gt;
&lt;P&gt;rangemin([PercentMeasure], dual('900+',900))&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 05:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-can-i-shoe-X/m-p/2015217#M83879</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-12-12T05:57:42Z</dc:date>
    </item>
  </channel>
</rss>

