<?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>Question Re: help with IF statement in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaa-p/12719970#M4773394</link>
    <description>&lt;P&gt;Thank you both, I figures that value was string, so =If(ToNumber([object]) &amp;gt; 500&lt;STRONG&gt;;&lt;/STRONG&gt; "G") works with semicolon.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2023 20:06:41 GMT</pubDate>
    <dc:creator>zulo</dc:creator>
    <dc:date>2023-02-23T20:06:41Z</dc:date>
    <item>
      <title>help with IF statement</title>
      <link>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaq-p/12719967</link>
      <description>&lt;P&gt;Hello SAP experts, &lt;/P&gt;
  &lt;P&gt;I need some help with IF statement in Lunch Pad 4.3. I'm trying to create calculated column showing letter "G" if value is &amp;gt; 500. &lt;/P&gt;
  &lt;P&gt;=if([object]&amp;gt;500, "G") - giving me ERROR - Problem converting '500,' to a float.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2140990-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 05:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaq-p/12719967</guid>
      <dc:creator>zulo</dc:creator>
      <dc:date>2023-02-23T05:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: help with IF statement</title>
      <link>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaa-p/12719968#M4773392</link>
      <description>&lt;P&gt;you need to use semicolon instead of comma in the formula.&lt;/P&gt;&lt;P&gt;=if([object]&amp;gt;500; “G”)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;or another way to write if else statement&lt;/P&gt;&lt;P&gt;=if([Object]&amp;gt;500) then “G”&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 07:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaa-p/12719968#M4773392</guid>
      <dc:creator>amitrathi239</dc:creator>
      <dc:date>2023-02-23T07:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: help with IF statement</title>
      <link>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaa-p/12719969#M4773393</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;zulo&lt;/SPAN&gt;&lt;BR /&gt;This should work, but make sure your object is a numeric type. If it is a string, you will need to convert it to a number first. Try using the following syntax:

&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;=if(tonumber([object]) &amp;gt; 500, "G", "")&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Feb 2023 07:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaa-p/12719969#M4773393</guid>
      <dc:creator>Yogananda</dc:creator>
      <dc:date>2023-02-23T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: help with IF statement</title>
      <link>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaa-p/12719970#M4773394</link>
      <description>&lt;P&gt;Thank you both, I figures that value was string, so =If(ToNumber([object]) &amp;gt; 500&lt;STRONG&gt;;&lt;/STRONG&gt; "G") works with semicolon.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 20:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-with-if-statement/qaa-p/12719970#M4773394</guid>
      <dc:creator>zulo</dc:creator>
      <dc:date>2023-02-23T20:06:41Z</dc:date>
    </item>
  </channel>
</rss>

