<?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 Bar chart with reference lines in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Bar-chart-with-reference-lines/m-p/927654#M18002</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Hi I am currently building a dashboard on viya for learners as part of my masters program and for one part I need to display values on a bar chart but I also would like to add a line on each bar that is the cut-off value but I can't find a object that allows me to do it in such a way. Is there any way I can do this ?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;P&gt;This is how my Bar chart looks I have values for each year for the size but I still need to display the cut-off value on this bar chart in a line or something for each year can this be done in VA?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-05-09 112850.png" style="width: 332px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96369iB9F9612FF15C2663/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-05-09 112850.png" alt="Screenshot 2024-05-09 112850.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 09 May 2024 09:29:32 GMT</pubDate>
    <dc:creator>GeorgevdW</dc:creator>
    <dc:date>2024-05-09T09:29:32Z</dc:date>
    <item>
      <title>Bar chart with reference lines</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Bar-chart-with-reference-lines/m-p/927654#M18002</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Hi I am currently building a dashboard on viya for learners as part of my masters program and for one part I need to display values on a bar chart but I also would like to add a line on each bar that is the cut-off value but I can't find a object that allows me to do it in such a way. Is there any way I can do this ?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;P&gt;This is how my Bar chart looks I have values for each year for the size but I still need to display the cut-off value on this bar chart in a line or something for each year can this be done in VA?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-05-09 112850.png" style="width: 332px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96369iB9F9612FF15C2663/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-05-09 112850.png" alt="Screenshot 2024-05-09 112850.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 May 2024 09:29:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Bar-chart-with-reference-lines/m-p/927654#M18002</guid>
      <dc:creator>GeorgevdW</dc:creator>
      <dc:date>2024-05-09T09:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with reference lines</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Bar-chart-with-reference-lines/m-p/927718#M18004</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/364303"&gt;@GeorgevdW&lt;/a&gt;! You might want to look into a Targeted Bar Chart. You can add a target for each value that you need. To do this, you'll have to build the target into the dataset. You also won't be able to use a Group, but as an alternative, you can use&amp;nbsp; lattice columns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 192pt;" border="0" width="256" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="64" height="19" style="height: 14.4pt; width: 48pt;"&gt;Product&lt;/TD&gt;
&lt;TD width="64" style="width: 48pt;"&gt;Year&lt;/TD&gt;
&lt;TD width="64" style="width: 48pt;"&gt;Size&lt;/TD&gt;
&lt;TD width="64" style="width: 48pt;"&gt;Target&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;A&lt;/TD&gt;
&lt;TD align="right"&gt;2017&lt;/TD&gt;
&lt;TD align="right"&gt;10&lt;/TD&gt;
&lt;TD align="right"&gt;12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;A&lt;/TD&gt;
&lt;TD align="right"&gt;2018&lt;/TD&gt;
&lt;TD align="right"&gt;20&lt;/TD&gt;
&lt;TD align="right"&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;A&lt;/TD&gt;
&lt;TD align="right"&gt;2019&lt;/TD&gt;
&lt;TD align="right"&gt;30&lt;/TD&gt;
&lt;TD align="right"&gt;34&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;B&lt;/TD&gt;
&lt;TD align="right"&gt;2017&lt;/TD&gt;
&lt;TD align="right"&gt;40&lt;/TD&gt;
&lt;TD align="right"&gt;45&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;B&lt;/TD&gt;
&lt;TD align="right"&gt;2018&lt;/TD&gt;
&lt;TD align="right"&gt;50&lt;/TD&gt;
&lt;TD align="right"&gt;48&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;B&lt;/TD&gt;
&lt;TD align="right"&gt;2019&lt;/TD&gt;
&lt;TD align="right"&gt;60&lt;/TD&gt;
&lt;TD align="right"&gt;55&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;C&lt;/TD&gt;
&lt;TD align="right"&gt;2017&lt;/TD&gt;
&lt;TD align="right"&gt;70&lt;/TD&gt;
&lt;TD align="right"&gt;80&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;C&lt;/TD&gt;
&lt;TD align="right"&gt;2018&lt;/TD&gt;
&lt;TD align="right"&gt;80&lt;/TD&gt;
&lt;TD align="right"&gt;75&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;C&lt;/TD&gt;
&lt;TD align="right"&gt;2019&lt;/TD&gt;
&lt;TD align="right"&gt;90&lt;/TD&gt;
&lt;TD align="right"&gt;89&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&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="Stu_SAS_0-1715264878431.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96385i260D222DE9327EA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Stu_SAS_0-1715264878431.png" alt="Stu_SAS_0-1715264878431.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_1-1715264918753.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96387iF778026BB9B2E7F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Stu_SAS_1-1715264918753.png" alt="Stu_SAS_1-1715264918753.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have multiple values that you're aggregating, simply repeat the target value for each row in the data and then set its aggregation to Average. Since Visual Analytics aggregates automatically, this will ensure that the target value is not summed and remains the value you expect.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 14:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Bar-chart-with-reference-lines/m-p/927718#M18004</guid>
      <dc:creator>Stu_SAS</dc:creator>
      <dc:date>2024-05-09T14:30:02Z</dc:date>
    </item>
  </channel>
</rss>

