BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DavidPhillips2
Rhodochrosite | Level 12

I’m trying to work off of SAS article

http://support.sas.com/kb/44/319.html to customize a ghart tooltip in SAS 9.2.  I can customize my tooltip using this method if I store the tooltip as part of a dataset.  However I would like to be able to send a text string to the gchart html variable without storing it in a dataset to avoid overhead. 

  1. E.g.
    html = 'title="Term: Fall 2014
    Degree level: Baccalaureate'
1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

Your chart is created from a dataset.

Why not create the tips at the same time from the dataset? How exactly do you "send" data to an HTML variable without putting this variable in a dataset and populating it?

The example shows the (only) way to create tooltips..

View solution in original post

1 REPLY 1
ChrisNZ
Tourmaline | Level 20

Your chart is created from a dataset.

Why not create the tips at the same time from the dataset? How exactly do you "send" data to an HTML variable without putting this variable in a dataset and populating it?

The example shows the (only) way to create tooltips..

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1242 views
  • 0 likes
  • 2 in conversation