<?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: Crystal Report help! in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13990990#M453174</link>
    <description>if isnull ({PURC_ORDER_LINE.PART_ID}) then if isnull ({PURC_ORDER_LINE.VENDOR_PART_ID} then {PURC_ORDER_LINE.MFG_PART_ID} else {PURC_ORDER_LINE.VENDOR_PART_ID} else {PURC_ORDER_LINE.PART_ID}</description>
    <pubDate>Mon, 20 Jan 2025 14:01:51 GMT</pubDate>
    <dc:creator>YL1008</dc:creator>
    <dc:date>2025-01-20T14:01:51Z</dc:date>
    <item>
      <title>Crystal Report help!</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaq-p/13989321</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are working on a receiving report to be able to show all part (part number, vendor part number &amp;amp; mfg part number) under the part number field. However, after several attempts of modifications, the field still shows part number only. Please help us on this modifications. Thank you.&lt;/P&gt;&lt;P&gt;1. Change "Exceptions for nulls" to "Default Values for nulls".&lt;/P&gt;&lt;P&gt;2. In the Select Expert, change the part that checks for nulls to this:&lt;/P&gt;&lt;P&gt;(&lt;BR /&gt;{PURC_ORDER_LINE.MFG_PART_ID}) &amp;lt;&amp;gt; "" OR&lt;BR /&gt;{PURC_ORDER_LINE.VENDOR_PART_ID}) &amp;lt;&amp;gt; "" OR&lt;BR /&gt;{PURC_ORDER_LINE.PART_ID} &amp;lt;&amp;gt; ""&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Change the formula to this:&lt;/P&gt;&lt;P&gt;if Trim({PURC_ORDER_LINE.PART_ID}) = "" then&lt;BR /&gt;if Trim({PURC_ORDER_LINE.VENDOR_PART_ID}) = "" then&lt;BR /&gt;{PURC_ORDER_LINE.MFG_PART_ID}&lt;BR /&gt;else&lt;BR /&gt;{PURC_ORDER_LINE.VENDOR_PART_ID}&lt;BR /&gt;else&lt;BR /&gt;{PURC_ORDER_LINE.PART_ID}&lt;/P&gt;&lt;P&gt;the result does not come to be completed again. not sure what else we can do. thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 16:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaq-p/13989321</guid>
      <dc:creator>YL1008</dc:creator>
      <dc:date>2025-01-17T16:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Report help!</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13989729#M453158</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;CR considers nulls as not blank or empty data.&lt;/P&gt;&lt;P&gt;Hit the F1 key to bring up the Help file and the search on "isnull" for examples on how to&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 14:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13989729#M453158</guid>
      <dc:creator>DonWilliams</dc:creator>
      <dc:date>2025-01-18T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Report help!</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13990989#M453173</link>
      <description>does it sound right?</description>
      <pubDate>Mon, 20 Jan 2025 14:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13990989#M453173</guid>
      <dc:creator>YL1008</dc:creator>
      <dc:date>2025-01-20T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Report help!</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13990990#M453174</link>
      <description>if isnull ({PURC_ORDER_LINE.PART_ID}) then if isnull ({PURC_ORDER_LINE.VENDOR_PART_ID} then {PURC_ORDER_LINE.MFG_PART_ID} else {PURC_ORDER_LINE.VENDOR_PART_ID} else {PURC_ORDER_LINE.PART_ID}</description>
      <pubDate>Mon, 20 Jan 2025 14:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13990990#M453174</guid>
      <dc:creator>YL1008</dc:creator>
      <dc:date>2025-01-20T14:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Report help!</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13991372#M453176</link>
      <description>try one thing at a time, you still have to test for the other conditions...</description>
      <pubDate>Tue, 21 Jan 2025 01:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/crystal-report-help/qaa-p/13991372#M453176</guid>
      <dc:creator>DonWilliams</dc:creator>
      <dc:date>2025-01-21T01:16:19Z</dc:date>
    </item>
  </channel>
</rss>

