<?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 Re: SAS VA - Line chart display 0 values in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835706#M16485</link>
    <description>&lt;P&gt;You should be able to create a calculated measure with an expression like,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;IF 'Discontinued Patients'n NotMissing

RETURN 'Discontinued Patients'n

ELSE 0&lt;/PRE&gt;
&lt;P&gt;I think this should work?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 20:26:03 GMT</pubDate>
    <dc:creator>Sam_SAS</dc:creator>
    <dc:date>2022-09-28T20:26:03Z</dc:date>
    <item>
      <title>SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/548511#M12204</link>
      <description>&lt;P&gt;I have 1.5M transactions data with a date field "accounting date" from 1/1/2017 to 3/31/2019. In SAS VA, I duplicated the category accounting date to format in 'Month' to show a comparison of 2017, 2018, and current 2019 spend. However, even though there is no data from April to December 2019, The 2019 line is showing $0 value from April to December. I would prefer it to stop at March 2019. Any advise would help. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASVA.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28444i148847E58FBF8DDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="SASVA.jpg" alt="SASVA.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 14:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/548511#M12204</guid>
      <dc:creator>MChan</dc:creator>
      <dc:date>2019-04-04T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/548522#M12205</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/178120"&gt;@MChan&lt;/a&gt;,&amp;nbsp;I moved your post to the VA Community. I think you'll have more luck getting a good answer here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, welcome to the SAS Communities &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 14:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/548522#M12205</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-04-04T14:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/548708#M12209</link>
      <description>&lt;P&gt;The default behavior is in fact to stop rendering data points if there is no data. Are you sure - that your data source indeed doesn't contain any data rows for the given dates? It feels like there are rows holding the value 0? It either needs to be a missing value or entirely missing as row.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had a quick try using some sample data here using VA 7.4 and the line for 2012 stops as expected in July given that's the last data available in my data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="va74_line_chart_dates.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28455iDDB8FD07DF4DB506/image-size/large?v=v2&amp;amp;px=999" role="button" title="va74_line_chart_dates.png" alt="va74_line_chart_dates.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Falko&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 08:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/548708#M12209</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2019-04-05T08:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/563643#M12584</link>
      <description>&lt;P&gt;Dear Falko,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a VA 7.4 example related to this question. Please see attached line chart. This example is the result of several filters applied to the data. As you can see there is no value for the months 3, 5, 6 and 7 of 2018 and months 5 and 6 of 2019.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that I would need to modify my dataset in such a way that 0 is the result for these months instead of a null (.) value. How can I best accomplish this when the measure shown is the number of records resulting from multiple filters that can be applied to the dataset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Line chart.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29989iA7C585D56295D69E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Line chart.png" alt="Line chart.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 07:09:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/563643#M12584</guid>
      <dc:creator>barry_van_dijk</dc:creator>
      <dc:date>2019-06-05T07:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/705856#M14512</link>
      <description>Hey &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/171206"&gt;@barry_van_dijk&lt;/a&gt;, did you figure out a solution to your problem? I'm having the same issue where there are rows for certain dates but some dates don't have any entries. When I plot this, it shows the change from one date to another and skips over the dates in between where I would like to have the line drop to 0 and then back up to the next date that has rows of data. The y-axis in my situation is a distinct function with a group-by context.</description>
      <pubDate>Mon, 14 Dec 2020 22:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/705856#M14512</guid>
      <dc:creator>armte</dc:creator>
      <dc:date>2020-12-14T22:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835679#M16483</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/335204"&gt;@armte&lt;/a&gt;&amp;nbsp;did you ever figure out how to solve this? I too have a situation where I want my line chart to drop to 0 from months where there is null data. However the line chart just kind of skips over those null dates with a straight line which makes it appear that there is data for those null months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 18:16:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835679#M16483</guid>
      <dc:creator>MikeBsocal</dc:creator>
      <dc:date>2022-09-28T18:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835694#M16484</link>
      <description>&lt;P&gt;To add to the previous comment, here's an example of how VA visualizes for months with&amp;nbsp;null data. We're trying to have zero displayed on the line chart when a month has null data; and on a bar chart (lower chart in pic) we're trying to have months display where the value is null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;is this something you might know how to resolve? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MikeBsocal_0-1664391229328.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75692i14D7EE4F6FD35D00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MikeBsocal_0-1664391229328.png" alt="MikeBsocal_0-1664391229328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 18:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835694#M16484</guid>
      <dc:creator>MikeBsocal</dc:creator>
      <dc:date>2022-09-28T18:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835706#M16485</link>
      <description>&lt;P&gt;You should be able to create a calculated measure with an expression like,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;IF 'Discontinued Patients'n NotMissing

RETURN 'Discontinued Patients'n

ELSE 0&lt;/PRE&gt;
&lt;P&gt;I think this should work?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 20:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835706#M16485</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2022-09-28T20:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835724#M16486</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're getting closer. Using your formula we can generate a zero for a null when some other measure forces every month to display. However when we filter it down to our drug of interest -- if it doesn't have a value in every month -- all the null-now-zero values and months disappear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With all drugs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MikeBsocal_0-1664401440982.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75695iEF54793BCA532C75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MikeBsocal_0-1664401440982.png" alt="MikeBsocal_0-1664401440982.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filtered down to one drug:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MikeBsocal_1-1664401471770.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75696iB58D65073F163BC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MikeBsocal_1-1664401471770.png" alt="MikeBsocal_1-1664401471770.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 21:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835724#M16486</guid>
      <dc:creator>MikeBsocal</dc:creator>
      <dc:date>2022-09-28T21:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835827#M16491</link>
      <description>&lt;P&gt;Oh, I see -- some months, some of the drugs don't have a row in the table. I don't think you can solve this using the VA expression editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would probably be simplest to make some sort of loop expression in your data preparation stage to generate the missing values or zeroes. I think? I think it should be possible, but I am not an expert by any means at data prep.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 12:40:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835827#M16491</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2022-09-29T12:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835834#M16492</link>
      <description>&lt;P&gt;Echoing what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;said, what you are wanting to do is not currently possible. Visual Analytics cannot make up data points that do not exist in the data. The only exception is crosstabs where we have to make up data crossings that may not exist in the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an open feature request for the line chart scenario and I have added this thread to it. The only way around it for the time being will be to add rows for the non-existent months into your data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 13:06:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835834#M16492</guid>
      <dc:creator>HunterT_SAS</dc:creator>
      <dc:date>2022-09-29T13:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835892#M16497</link>
      <description>&lt;P&gt;Thanks Sam. Is there anything you can think of as a workaround? Such as grabbing a measure that is always populated for every month then using it as a Hidden value or something like that? I've been experimenting with that but haven't yet landed on anything that works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are your other clients doing this? It's a common chart to show: a years worth of values wherein some of the months have null values...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 16:57:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835892#M16497</guid>
      <dc:creator>MikeBsocal</dc:creator>
      <dc:date>2022-09-29T16:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835894#M16498</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28814"&gt;@HunterT_SAS&lt;/a&gt;&amp;nbsp;. Just saw this response now. After I'd already replied to Sam.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 17:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835894#M16498</guid>
      <dc:creator>MikeBsocal</dc:creator>
      <dc:date>2022-09-29T17:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835901#M16499</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your idea of using a measure in the Hidden data role is interesting and might be worth a shot. I would not be shocked if you could trick VA into doing what you want, but it is not normally supposed to work this way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 17:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835901#M16499</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2022-09-29T17:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835916#M16500</link>
      <description>&lt;P&gt;I think the problem you're going to find here is once you filter out these categorical values for Current_Product that have the Months you're looking for, then it won't matter what you do unfortunately with Hidden measures or anything else.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This does remind me though, another way to get the same type of crossing for other objects is to use the Lattice roles. I made up some data similar to what you're doing, so here in a bar chart with Lattice Row = Current_Product:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HunterT_SAS_0-1664476647149.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75714i238A5299A14C233A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HunterT_SAS_0-1664476647149.png" alt="HunterT_SAS_0-1664476647149.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Between the two values for "Current_Product", all months will be displayed and you'll see no bars for months where there is no data. But again once you get rid of one of these Products, the months for those will go away too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 18:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/835916#M16500</guid>
      <dc:creator>HunterT_SAS</dc:creator>
      <dc:date>2022-09-29T18:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA - Line chart display 0 values</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/836182#M16502</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28814"&gt;@HunterT_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying this: I've created a simple table (excel sheet) with 12 month numbers (1 through 12 for each month of year) and the corresponding month names in a second column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I'm creating a calculated field in my main data that extracts the month from the Report Month -- so now I have a Month Number in both tables. I want to join these two tables on Month Number. Using a Left or Outer join. I'm hoping to force the 12 month numbers into the joined data, thus months with null patient count values will still be displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I heard in a SAS Explore Training yesterday with&amp;nbsp;Dominique Weatherspoon that I can only create a join using a Calculated Item with SAS Data Studio -- but it can't be done in VA. Do you know how to do that? I haven't figured it out yet. This is my first time in Data Studio... I can get to the join piece of it but I don't see the option to use the calculated field I created for Month Number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 18:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Line-chart-display-0-values/m-p/836182#M16502</guid>
      <dc:creator>MikeBsocal</dc:creator>
      <dc:date>2022-09-30T18:10:24Z</dc:date>
    </item>
  </channel>
</rss>

