<?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: How to enable data tips for graph in ods excel in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509650#M21947</link>
    <description>So you mean there is no option to enable data tips for graphs in ods excel.</description>
    <pubDate>Thu, 01 Nov 2018 18:49:45 GMT</pubDate>
    <dc:creator>vikaskubde</dc:creator>
    <dc:date>2018-11-01T18:49:45Z</dc:date>
    <item>
      <title>How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509521#M21941</link>
      <description />
      <pubDate>Thu, 01 Nov 2018 14:12:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509521#M21941</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-01T14:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509524#M21942</link>
      <description>There is a graphics option "imagemap=on" for ods html.&lt;BR /&gt;However this option is not applicable with ods excel.</description>
      <pubDate>Thu, 01 Nov 2018 14:16:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509524#M21942</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-01T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509528#M21943</link>
      <description>&lt;P&gt;Perhaps start by posting some information?&amp;nbsp; What code have you done, test data, example output?&amp;nbsp; Is this an Excel functionality, if so you would likely need to enable it in Excel.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I can gather from your post your talking about this type of thing:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a002596129.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a002596129.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if so that only works with the html destination.&amp;nbsp; Certain functionlity is specific to the destination, html is not Excel, Excel is not PDF etc.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 14:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509528#M21943</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-11-01T14:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509532#M21944</link>
      <description>Do we have any option to show the data tips on graph in SAS, after exporting a graph in excel using ods excel</description>
      <pubDate>Thu, 01 Nov 2018 14:26:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509532#M21944</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-01T14:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509540#M21945</link>
      <description>I have code like:&lt;BR /&gt;Ods excel file="d:/report.xlsx";&lt;BR /&gt;Proc split data=work.sorttemptablesorted;&lt;BR /&gt;Plot ib*week mn*week hm*week/ overlay&lt;BR /&gt;Grid vaxis=axis1 haxis=axis2 ;&lt;BR /&gt;Run;&lt;BR /&gt;Ods excel close;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the result window it showing the related graph and data tips as well.&lt;BR /&gt;&lt;BR /&gt;However, when I open the report.xlsx from destination, it is showing the graph but it is not showing the data tips over graph in excel.</description>
      <pubDate>Thu, 01 Nov 2018 14:38:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509540#M21945</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-01T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509558#M21946</link>
      <description>&lt;P&gt;The result window will be showing the HTML output from that.&amp;nbsp; Excel is not HTML and therefore does not have the HTML functionality.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 15:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509558#M21946</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-11-01T15:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509650#M21947</link>
      <description>So you mean there is no option to enable data tips for graphs in ods excel.</description>
      <pubDate>Thu, 01 Nov 2018 18:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509650#M21947</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-01T18:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509787#M21948</link>
      <description>&lt;P&gt;I do not find anything on Excel providing functionality to have data tips, so no.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 08:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509787#M21948</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-11-02T08:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable data tips for graph in ods excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509890#M21949</link>
      <description>Okay, please let me know once you find the solution.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vikas</description>
      <pubDate>Fri, 02 Nov 2018 14:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-enable-data-tips-for-graph-in-ods-excel/m-p/509890#M21949</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-02T14:49:03Z</dc:date>
    </item>
  </channel>
</rss>

