<?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>Jeema Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>Jeema Tracker</description>
    <pubDate>Fri, 22 May 2026 11:12:18 GMT</pubDate>
    <dc:date>2026-05-22T11:12:18Z</dc:date>
    <item>
      <title>How to create a data table connected to a graph</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-data-table-connected-to-a-graph/m-p/143633#M215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have a Query regarding my code for a graph created in SAS.(PFA the html output for the same)&lt;/P&gt;&lt;P&gt;I have created a CBEMA curve graph in Base SAS. This chart generates events (data points) dynamically in a particular time frame. &lt;/P&gt;&lt;P&gt;My program generates an animated gif to show data events occuring dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My requirement now is that I want a data table above the graph, populated with the latest event(data point) generated on the graph.&lt;BR /&gt;I managed to generate the table, but as you can see in the attached html output, the table is getting created over the chart. I want the table to be aligned properly above the graph and the chart below it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code functioning:&lt;/STRONG&gt;&lt;BR /&gt;I have annotated the Cbema curve and the Data table separately in the code and have set both the annotated tables in one table named “anno_all “ and have called it in the proc gchart procedure.&lt;/P&gt;&lt;P&gt;According to my knowledge because of this my table is getting created over the chart. &lt;/P&gt;&lt;P&gt;So I want to know if it’s possible to call both the annotated tables(annocbema and anno_table) separately in the graph?&lt;/P&gt;&lt;P&gt;Is there any other method with which I can achieve my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pasting below the macro I created to generate the attached graph:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%macro iterate;&lt;BR /&gt;data _null_;&lt;BR /&gt;if 0 then set work.cbema nobs=nobs;&lt;BR /&gt;call symput ('n',nobs);&lt;BR /&gt;run;&lt;BR /&gt;%do i=1 %to &amp;amp;n;&lt;BR /&gt;data read&amp;amp;i (drop=Account);&lt;BR /&gt;set work.cbema (obs=&amp;amp;i);&lt;BR /&gt;run;&lt;BR /&gt;proc sql print;&lt;BR /&gt;create table events as&lt;BR /&gt;select Duration, Magnitude, Event from read&amp;amp;i;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; quit;&lt;BR /&gt;if Account="read&amp;amp;i";&lt;BR /&gt;data anno_table; set events;&lt;BR /&gt;length text $10;&lt;BR /&gt;function ="frame"; output;&lt;BR /&gt;xsys='3'; ysys='5'; hsys='1'; size=4; when='a'; function='label';&lt;BR /&gt;y=100-_n_*5;&lt;BR /&gt;x=5; position='1'; text=trim(left(Duration)); output;&lt;BR /&gt;x=15; position='2'; text=trim(left(Magnitude)); output;&lt;BR /&gt;x=25; position='3'; text=trim(left(Event)); output;&lt;BR /&gt;run;&lt;BR /&gt;data anno_all; set anno_table annocbema;&lt;BR /&gt;run;&lt;BR /&gt;proc gplot data=read&amp;amp;i; &lt;BR /&gt;plot magnitude*duration / annotate = anno_all haxis = axis1 vaxis = axis2 html=tips1;&lt;BR /&gt;plot2 magnitude*incident / &lt;BR /&gt;haxis = axis1 vaxis = axis2 html=tips1/*noframe*/&lt;BR /&gt; autovref cvref=graydd &lt;BR /&gt; autohref chref=graydd &lt;/P&gt;&lt;P&gt; des="" name="&amp;amp;name" ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;output;&lt;BR /&gt;%end;&lt;BR /&gt;%mend;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any kind of help will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11939i5F64CEDD4D27B057/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="gplot8.gif" title="gplot8.gif" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 08:28:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-data-table-connected-to-a-graph/m-p/143633#M215</guid>
      <dc:creator>Jeema</dc:creator>
      <dc:date>2014-07-31T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS BI Dashboard viewing offline</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-BI-Dashboard-viewing-offline/m-p/163334#M872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all and it really helped me resolve my query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 06:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-BI-Dashboard-viewing-offline/m-p/163334#M872</guid>
      <dc:creator>Jeema</dc:creator>
      <dc:date>2014-07-21T06:37:07Z</dc:date>
    </item>
    <item>
      <title>SAS BI Dashboard viewing offline</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-BI-Dashboard-viewing-offline/m-p/163331#M869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dashboard created in SAS BI Dashboard tool after importing the required data from excel. &lt;/P&gt;&lt;P&gt;I would like to know if we can view this dashboard offline? If yes, How can this be achieved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-BI-Dashboard-viewing-offline/m-p/163331#M869</guid>
      <dc:creator>Jeema</dc:creator>
      <dc:date>2014-07-02T09:36:40Z</dc:date>
    </item>
    <item>
      <title>Auto refreshing charts based on each iteration of a loop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Auto-refreshing-charts-based-on-each-iteration-of-a-loop/m-p/151706#M262523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to create a dynamic chart where the graph is refreshed in between short time intervals of say 5 seconds with different events plotted on the chart.&lt;/P&gt;&lt;P&gt;I have created a macro that creates a separate dataset for each event and within the macro have provided the plot graph function. So for each iteration(i.e each event) there will be a graph created.&lt;BR /&gt;Below is the described code I have created in Base SAS.But I am getting say 7 graphs for 7 events on the same page,wherein I want only a single graph to refresh every 5 seconds with the latest iterated event. &lt;BR /&gt;Any help for the code change below will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; proc sql noprint;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; select count(distinct Event)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into :n&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from Utildem.CbemaLabel;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; select distinct Event&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into :Event1 - :Event%left(&amp;amp;n)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from Utildem.CbemaLabel;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;%macro makeds;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; %do i=1 %to &amp;amp;n;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data &amp;amp;&amp;amp;Event&amp;amp;i (drop=Event);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set work.cbema;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if Event="&amp;amp;&amp;amp;Event&amp;amp;i";&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; proc gplot data=&amp;amp;&amp;amp;Event&amp;amp;i ; &lt;BR /&gt;plot magnitude*duration / annotate = annocbema haxis = axis1 vaxis = axis2 html=tips1;&lt;BR /&gt;plot2 magnitude*incident / &lt;BR /&gt;haxis = axis1 vaxis = axis2 html=tips1/*noframe*/&lt;BR /&gt; autovref cvref=graydd &lt;BR /&gt; autohref chref=graydd &lt;BR /&gt; des="" name="&amp;amp;name" ;&lt;BR /&gt; &lt;BR /&gt;run; &lt;/P&gt;&lt;P&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;*/&lt;BR /&gt;slept= sleep(5);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; %end;&lt;BR /&gt;%mend makeds;&lt;BR /&gt;%makeds;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 07:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Auto-refreshing-charts-based-on-each-iteration-of-a-loop/m-p/151706#M262523</guid>
      <dc:creator>Jeema</dc:creator>
      <dc:date>2014-06-23T07:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic auto refreshing charts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-auto-refreshing-charts/m-p/145795#M297267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt response.&lt;/P&gt;&lt;P&gt;We are using Base SAS to code the graph. &lt;/P&gt;&lt;P&gt;We are receiving the data from a meter during runtime, which would be the actual application.&lt;/P&gt;&lt;P&gt;As of now I have created a dataset after pulling the data from an excel and I need to populate each data(call it an Event) in the form of events in the graph which would happen in a span of time interval(lets say 10 seconds). So I believe I would require a Chart Dynamically generated by Data at runtime.&lt;/P&gt;&lt;P&gt;Is there any sample code that I can refer from to populate the change on the graph whenever an event occurs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-auto-refreshing-charts/m-p/145795#M297267</guid>
      <dc:creator>Jeema</dc:creator>
      <dc:date>2014-06-18T08:27:37Z</dc:date>
    </item>
    <item>
      <title>Dynamic auto refreshing charts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-auto-refreshing-charts/m-p/145793#M297265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create a chart which changes dynamically over time?&lt;/P&gt;&lt;P&gt;I have created a CBEMA curve graph which plots the data of the Power Quality events in Base SAS.&lt;/P&gt;&lt;P&gt;My requirement is to show the plot of scattered data (i.e the events) on the graph as they occur dynamically. &lt;/P&gt;&lt;P&gt;I want the graph to be refreshed automatically,and fetch the data row wise incrementing it in a particular small time frame gap (in seconds) thereby changing the graph dynamically over time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-auto-refreshing-charts/m-p/145793#M297265</guid>
      <dc:creator>Jeema</dc:creator>
      <dc:date>2014-06-18T08:00:28Z</dc:date>
    </item>
  </channel>
</rss>

