BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

I've copy and pasted a sample gchart program from the online documentation to create a web-based bar chart with drill-down capability. From what I understand in the documentation, all you should need to do to switch between the java and activex device drivers is to change that parameter in the goption statement. This does work - somewhat. Using the java device I get nice drill-down charts. With activex, I get the charts, but no drill-down; if I double click on a bar, I get options for manipulating the graph similar to right-clicking with the java device. Is this as it should be? What might I be doing wrong?

Also, is there a way for users who do not have SAS installed on their machine to view the java based pages?

Thanks!

Paul
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
This may be a relevant document available on the SAS support http://support.sas.com/ website using the SEARCH facility. Also, the presumption is that you were prompted and accepted the ActiveX driver install? Information such as your SAS version and service pack level will be important info when reviewing the document.

Scott Barry
SBBWorks, Inc.

Usage Note 10102: Requirements for displaying graphs produced by the SAS/GRAPH ACTIVEX device driver
http://support.sas.com/kb/10/102.html
DanH_sas
SAS Super FREQ
Concerning the drilldown question, activex does not support all of the java applet drilldown modes. I'm not sure which example you're running, but if the java drill behavior is to subset the graph, that is DRILLDOWNMODE=LOCAL and is not supported by activex.

The answer to your second question is "yes". The key is having your network admin copy the java jar files to a location in your network viewable by everyone in your intranet (prefereably addressable through your web server). Then, instead of using the default codebase in SAS, set the CODEBASE= option on the ODS HTML statement to point to this location in your network (such as an HTTP:// location). When you deploy your files, everyone will see your graphs.
deleted_user
Not applicable
Thank you! This works great!

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 3264 views
  • 0 likes
  • 3 in conversation