<?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: SAS Visual Analytics Schedule Chart error in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576895#M12849</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13745"&gt;@Madelyn_SAS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. In effect, my dataset has more than 3000 rows, however I thougth that this chart will group the values, taking into account that the selected task si the column Project that only has 8 different values.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2019 13:21:34 GMT</pubDate>
    <dc:creator>mm84</dc:creator>
    <dc:date>2019-07-26T13:21:34Z</dc:date>
    <item>
      <title>SAS Visual Analytics Schedule Chart error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576860#M12847</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have problems trying to show data in a Schedule Chart in SAS Visual Analytics. My dataset has data simmilar to the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;
CREATE TABLE WORK.MYDATA
(Project char(10), 
 Dataset char(10),
 StartDateProject datetime format=datetime18. ,
 EndDateProject datetime format=datetime18.
);


INSERT INTO WORK.MYDATA
VALUES('Project1', 'Dataset1', "26jul2019:08:10:20"dt, "26jul2019:08:10:50"dt) 
VALUES('Project1', 'Dataset2', "26jul2019:08:10:20"dt, "26jul2019:08:10:50"dt) 
VALUES('Project2', 'Dataset1', "26jul2019:10:10:67"dt, "26jul2019:12:10:50"dt)
VALUES('Project2', 'Dataset1', "26jul2019:10:10:67"dt, "26jul2019:12:10:50"dt)
VALUES('Project2', 'Dataset1', "26jul2019:10:10:67"dt, "26jul2019:12:10:50"dt); 

QUIT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;In SAS Visual Analytics I have an Schedule Chart where I want to show Projects and its Start and Finish DateTime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However it does not show anything because it says there si too much data to show.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assing Project to Task, and Start/EndDateProject to Start and Finish fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me what am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 11:02:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576860#M12847</guid>
      <dc:creator>mm84</dc:creator>
      <dc:date>2019-07-26T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Analytics Schedule Chart error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576889#M12848</link>
      <description>&lt;P&gt;In SAS Visual Analytics on SAS Viya, the limit for Schedule Charts is 3,000 result rows, which are the rows returned from the query itself. Could your actual data be exceeding that limit? You could apply a filter, maybe a slider, and keep adjusting to see if results show up. Depending on your release, you might have an &lt;STRONG&gt;Override system limit&lt;/STRONG&gt; option for the object.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 13:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576889#M12848</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2019-07-26T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Analytics Schedule Chart error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576895#M12849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13745"&gt;@Madelyn_SAS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. In effect, my dataset has more than 3000 rows, however I thougth that this chart will group the values, taking into account that the selected task si the column Project that only has 8 different values.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 13:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576895#M12849</guid>
      <dc:creator>mm84</dc:creator>
      <dc:date>2019-07-26T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Analytics Schedule Chart error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576908#M12850</link>
      <description>&lt;P&gt;The limit is on the number of unique rows returned from the query and not data that will actually be visualized in the chart.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 14:16:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Schedule-Chart-error/m-p/576908#M12850</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2019-07-26T14:16:47Z</dc:date>
    </item>
  </channel>
</rss>

