<?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: Missing categories in bar chart in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/475648#M10603</link>
    <description>&lt;P&gt;I have tried this, but the bar and label is still missing from the bar graph.&amp;nbsp; Not sure if this is because it's a zero value or if report designer doesn't recognize the value resulting from Boolean transformations (I get the concept but don't know the proper terms!).&amp;nbsp; Has anyone managed to force the graph to display the label?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jul 2018 14:41:38 GMT</pubDate>
    <dc:creator>jm1309</dc:creator>
    <dc:date>2018-07-05T14:41:38Z</dc:date>
    <item>
      <title>Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357805#M7147</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's my first time in the forum so I hope this question hasn't been posted before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem with SAS VA is that when using a bar chart, some of my groups don't have values in every category. Thus in these categories, there is no bar shown. is there a way to show a "zero" bar or at least a missing space where that bar should normally be? here is an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13818iBB14E49CC5D791B1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SASVAChart.png" title="SASVAChart.png" /&gt;</description>
      <pubDate>Thu, 11 May 2017 10:14:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357805#M7147</guid>
      <dc:creator>Caro2</dc:creator>
      <dc:date>2017-05-11T10:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357808#M7148</link>
      <description>&lt;P&gt;Well, first thing that comes to my mind, just add a row in your data for each missing category, with a result of 0, then all the categories will appear.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:24:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357808#M7148</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-11T10:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357809#M7149</link>
      <description>&lt;P&gt;yes that would be possible, but I would need to think about every possible combination of categories and also filters that may appear which makes this really hard. I was hoping for an easier solution directly in VA...&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357809#M7149</guid>
      <dc:creator>Caro2</dc:creator>
      <dc:date>2017-05-11T10:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357813#M7150</link>
      <description>&lt;P&gt;Well, I can't help with VA specifics, however code wise its pretty straight forward, just create a template of your categories, and then merge that with the data you have. &amp;nbsp;If you need specifics per parts of your data then proc sort distinct your data for the values you want, add a do loop to assign the categories, then merge back. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:34:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357813#M7150</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-11T10:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357833#M7151</link>
      <description>&lt;P&gt;You may be able to use a calculated query with the missing function to force VA to output a value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8815i1063723E4A073247/image-size/medium?v=1.0&amp;amp;px=-1" border="0" alt="Capture.GIF" title="Capture.GIF" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 11:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/357833#M7151</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-05-11T11:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/475648#M10603</link>
      <description>&lt;P&gt;I have tried this, but the bar and label is still missing from the bar graph.&amp;nbsp; Not sure if this is because it's a zero value or if report designer doesn't recognize the value resulting from Boolean transformations (I get the concept but don't know the proper terms!).&amp;nbsp; Has anyone managed to force the graph to display the label?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 14:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/475648#M10603</guid>
      <dc:creator>jm1309</dc:creator>
      <dc:date>2018-07-05T14:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/475652#M10604</link>
      <description>&lt;P&gt;what happens if you try 0.000001 instead of 0 (just as a test)&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 14:52:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/475652#M10604</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2018-07-05T14:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/475669#M10605</link>
      <description>&lt;P&gt;Thanks for the suggestion. I had tried this with 0.1 and it still didn't work. Will keep experimenting.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 15:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/475669#M10605</guid>
      <dc:creator>jm1309</dc:creator>
      <dc:date>2018-07-05T15:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/535858#M11914</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any solution within VA for this yet? I am running into the same issue with a crosstab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 14:30:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/535858#M11914</guid>
      <dc:creator>xiluzhang</dc:creator>
      <dc:date>2019-02-15T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Missing categories in bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/535878#M11915</link>
      <description>&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs8926E06"&gt;Visual Analytics cannot show a row that does not exist in the data source. In this example, there is no &lt;STRONG&gt;Status&lt;/STRONG&gt; for &lt;STRONG&gt;TaskA&lt;/STRONG&gt; for &lt;STRONG&gt;Jan 12&lt;/STRONG&gt; and &lt;STRONG&gt;Feb 12&lt;/STRONG&gt; but those rows do exist in the data source with missing values. If rows 4 and 5 did not exist at all, Visual Analytics could not insert them. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs8926E06"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN&gt;&lt;IMG width="266" height="190" style="border-width: 0px;" alt="" src="https://sirius.na.sas.com/services/api/attachments/2548784950590736668/data" border="0" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs8926E06"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs8926E06"&gt;This is what the table looks like with missing values in rows 4 and 5. If rows 4 and 5 did not exist, then &lt;STRONG&gt;TaskA&lt;/STRONG&gt; would show only one row: Success. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs8926E06"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN&gt;&lt;IMG width="431" height="156" style="border-width: 0px;" alt="" src="https://sirius.na.sas.com/services/api/attachments/2548784950590900508/data" border="0" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 18:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Missing-categories-in-bar-chart/m-p/535878#M11915</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2019-02-19T18:42:43Z</dc:date>
    </item>
  </channel>
</rss>

