<?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 GROUP= option is not used when the number of groups exceeds the maximum. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/822487#M22954</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a boxplot/barchart but I have received " GROUP= option is not used when the number of groups exceeds the maximum." after putting the following code.&lt;/P&gt;&lt;P&gt;Background: The boxplot/barchart&amp;nbsp; that I am creating is with time in the x-axis (should be six bar charts) and the y-axis showing the proportion of the a categorical variable with 5 levels. But then from the second bar chart onwards, they would be teased out further depending on the categories of the previous bar chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods listing close;
ods rtf file='xx.rtf' style=newchart ;
proc sgrender data=allfalls4 template=blockplot2  ;
format fallstat survey. ;
run;
ods rtf close;
ods listing;&lt;/PRE&gt;&lt;P&gt;Before entering the above codes, I have been using PROC Template and those code in the "PROC TEMPLATE " should be correct as I have also been using those codes to create other graphs that I want. But those datasets are with less number of 'groups'.&lt;/P&gt;&lt;P&gt;So my best estimation about the error of creating this code is because my current dataset is with more 'groups' (over 1000) and the code that I have been using didn't cope.&amp;nbsp; I tried to search online and one of the possible ways is to use "GROUPMAX" option but I am not sure how /where I should add them in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I wonder if I could be directed about the feasibility of putting "groupmax" either to "ods listing close;" or "Proc template" in order to create such graph? Or if there are anything else to correct this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 02:39:15 GMT</pubDate>
    <dc:creator>VKWS</dc:creator>
    <dc:date>2022-07-11T02:39:15Z</dc:date>
    <item>
      <title>GROUP= option is not used when the number of groups exceeds the maximum.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/822487#M22954</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a boxplot/barchart but I have received " GROUP= option is not used when the number of groups exceeds the maximum." after putting the following code.&lt;/P&gt;&lt;P&gt;Background: The boxplot/barchart&amp;nbsp; that I am creating is with time in the x-axis (should be six bar charts) and the y-axis showing the proportion of the a categorical variable with 5 levels. But then from the second bar chart onwards, they would be teased out further depending on the categories of the previous bar chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods listing close;
ods rtf file='xx.rtf' style=newchart ;
proc sgrender data=allfalls4 template=blockplot2  ;
format fallstat survey. ;
run;
ods rtf close;
ods listing;&lt;/PRE&gt;&lt;P&gt;Before entering the above codes, I have been using PROC Template and those code in the "PROC TEMPLATE " should be correct as I have also been using those codes to create other graphs that I want. But those datasets are with less number of 'groups'.&lt;/P&gt;&lt;P&gt;So my best estimation about the error of creating this code is because my current dataset is with more 'groups' (over 1000) and the code that I have been using didn't cope.&amp;nbsp; I tried to search online and one of the possible ways is to use "GROUPMAX" option but I am not sure how /where I should add them in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I wonder if I could be directed about the feasibility of putting "groupmax" either to "ods listing close;" or "Proc template" in order to create such graph? Or if there are anything else to correct this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 02:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/822487#M22954</guid>
      <dc:creator>VKWS</dc:creator>
      <dc:date>2022-07-11T02:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP= option is not used when the number of groups exceeds the maximum.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/822525#M22955</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/418361"&gt;@VKWS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;is this really a visual analytics question?&lt;/P&gt;
&lt;P&gt;Or wouldn't it better fit under&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph" target="_blank"&gt;Graphics Programming - SAS Support Communities&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/bd-p/ods_base_reporting" target="_blank"&gt;ODS and Base Reporting - SAS Support Communities&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;Best Markus&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 11:27:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/822525#M22955</guid>
      <dc:creator>MarkusWeick</dc:creator>
      <dc:date>2022-07-11T11:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP= option is not used when the number of groups exceeds the maximum.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/822575#M22956</link>
      <description>&lt;P&gt;The GROUPMAX option is set on the ODS Graphics statement. Just specify the option sometime before you run PROC SGRENDER:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics / groupmax=2000; &amp;nbsp;/* For example */&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 16:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/822575#M22956</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2022-07-11T16:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP= option is not used when the number of groups exceeds the maximum.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/823759#M22965</link>
      <description>Many thanks for your reply. This is really helpful and really appreciate your help.</description>
      <pubDate>Mon, 18 Jul 2022 01:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GROUP-option-is-not-used-when-the-number-of-groups-exceeds-the/m-p/823759#M22965</guid>
      <dc:creator>VKWS</dc:creator>
      <dc:date>2022-07-18T01:56:53Z</dc:date>
    </item>
  </channel>
</rss>

