<?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: Chart a-axis with null data in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaa-p/12534966#M4699052</link>
    <description>&lt;P&gt;Hi, it doesn't work. chart showing a specific dates only but I want to display fixed date axis for each item. Each chart should display all dates from column A  regardless ship date in column D &lt;/P&gt;</description>
    <pubDate>Fri, 21 Jan 2022 00:25:07 GMT</pubDate>
    <dc:creator>meemz</dc:creator>
    <dc:date>2022-01-21T00:25:07Z</dc:date>
    <item>
      <title>Chart a-axis with null data</title>
      <link>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaq-p/12534964</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;
  &lt;P&gt;I want to truck shipment over specific period for example Q1 and Q2 for 2018 - 2019 and represent result in crystal report chart. &lt;/P&gt;
  &lt;P&gt;I do left join date table with shipment table but date with no shipment is not being displayed. I want to display all dates for each item even no shipment. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2012620-screenshot-20220118-020013.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;Kindly advise me &lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 23:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaq-p/12534964</guid>
      <dc:creator>meemz</dc:creator>
      <dc:date>2022-01-17T23:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chart a-axis with null data</title>
      <link>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaa-p/12534965#M4699051</link>
      <description>&lt;P&gt;I would create two formulas to set default values for these fields when they're null.  They would look like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{@Item}
if IsNull({MyTable.Item}) then 'N/A' else {MyTable.Item}

{@Cost}
if IsNull({MyTable.Cost}) then 0 else {MyTable.Cost}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Be sure to set the null handling in the Formula Editor to "Exceptions for Nulls" so that IsNull() will work correctly.  Then, use these variables in the chart instead of the fields.&lt;/P&gt;&lt;P&gt;-Dell&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 14:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaa-p/12534965#M4699051</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2022-01-18T14:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Chart a-axis with null data</title>
      <link>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaa-p/12534966#M4699052</link>
      <description>&lt;P&gt;Hi, it doesn't work. chart showing a specific dates only but I want to display fixed date axis for each item. Each chart should display all dates from column A  regardless ship date in column D &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 00:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaa-p/12534966#M4699052</guid>
      <dc:creator>meemz</dc:creator>
      <dc:date>2022-01-21T00:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chart a-axis with null data</title>
      <link>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaa-p/12534967#M4699053</link>
      <description>&lt;P&gt;One simple solution is to select 'Numeric Axis' when selecting the chart type. Then, select 'Date Axis...'.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2010798-numeric-or-date-axis-chart.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 13:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/chart-a-axis-with-null-data/qaa-p/12534967#M4699053</guid>
      <dc:creator>ido_millet</dc:creator>
      <dc:date>2022-01-21T13:58:25Z</dc:date>
    </item>
  </channel>
</rss>

