<?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: GCHART - Grouping Charts by city (how to remove CITY=) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93854#M3496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had faced a similar issue while using Proc SGPANEL. I managed to solve it by using the NOVARNAME option. You can check if it works in proc gchart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2012 14:07:42 GMT</pubDate>
    <dc:creator>VD</dc:creator>
    <dc:date>2012-10-17T14:07:42Z</dc:date>
    <item>
      <title>GCHART - Grouping Charts by city (how to remove CITY=)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93850#M3492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using GCHART to show volumes by city... so I've used City to "grouped chart by".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On top of every chart I am getting something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CITY=TORONTO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then my chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CITY = NEWYORK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then my chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I remove CITY= and just show the name of the city...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 22:44:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93850#M3492</guid>
      <dc:creator>tparvaiz</dc:creator>
      <dc:date>2012-10-12T22:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: GCHART - Grouping Charts by city (how to remove CITY=)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93851#M3493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since there are many ways to generate the same chart examples of what you are currently doing will help us answer your question better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 14:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93851#M3493</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-10-15T14:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: GCHART - Grouping Charts by city (how to remove CITY=)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93852#M3494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on how you're doing things ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll probably use the following to suppress the default by-titles...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options nobyline;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you can specify your own custom title2 (without the 'CITY=') using something like ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title2 "#byval(&amp;amp;city)";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Google 'nobyline' and 'byval' for more info &amp;amp; variations of the techniques, such as ...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi23/Coders/p75.pdf" title="http://www2.sas.com/proceedings/sugi23/Coders/p75.pdf"&gt;http://www2.sas.com/proceedings/sugi23/Coders/p75.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 14:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93852#M3494</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-10-15T14:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: GCHART - Grouping Charts by city (how to remove CITY=)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93853#M3495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used label city='00'x before ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 14:43:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93853#M3495</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2012-10-16T14:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: GCHART - Grouping Charts by city (how to remove CITY=)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93854#M3496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had faced a similar issue while using Proc SGPANEL. I managed to solve it by using the NOVARNAME option. You can check if it works in proc gchart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 14:07:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GCHART-Grouping-Charts-by-city-how-to-remove-CITY/m-p/93854#M3496</guid>
      <dc:creator>VD</dc:creator>
      <dc:date>2012-10-17T14:07:42Z</dc:date>
    </item>
  </channel>
</rss>

