<?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 Computed Field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Computed-Field/m-p/1934104#M76944</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;I am having big trouble recreating this TABLEAU computed field in Qlik,&amp;nbsp;&lt;BR /&gt;please help&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;IF(LEFT([Quantity],1)&amp;lt;&amp;gt;"0") THEN (FLOAT(REPLACE(TRIM([Quantity]),".",""))) ELSE (FLOAT(TRIM([Quantity]))) END&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;BR /&gt;Ena&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 08:06:39 GMT</pubDate>
    <dc:creator>ena1309</dc:creator>
    <dc:date>2022-05-23T08:06:39Z</dc:date>
    <item>
      <title>Computed Field</title>
      <link>https://community.qlik.com/t5/App-Development/Computed-Field/m-p/1934104#M76944</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;I am having big trouble recreating this TABLEAU computed field in Qlik,&amp;nbsp;&lt;BR /&gt;please help&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;IF(LEFT([Quantity],1)&amp;lt;&amp;gt;"0") THEN (FLOAT(REPLACE(TRIM([Quantity]),".",""))) ELSE (FLOAT(TRIM([Quantity]))) END&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;BR /&gt;Ena&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Computed-Field/m-p/1934104#M76944</guid>
      <dc:creator>ena1309</dc:creator>
      <dc:date>2022-05-23T08:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Computed Field</title>
      <link>https://community.qlik.com/t5/App-Development/Computed-Field/m-p/1934117#M76947</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps you can try this expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;NOT LEFT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt; [Quantity]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; , 1 ) = &lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'0'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Num&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Replace&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;TRIM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;( &lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;[Quantity]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;),&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; '.'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; ''&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)),&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Num&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;TRIM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;[Quantity]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Computed-Field/m-p/1934117#M76947</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-23T08:39:59Z</dc:date>
    </item>
  </channel>
</rss>

