Focal Point
Tolltip ........

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1931028471

July 04, 2006, 05:19 AM
kalyanswarna
Tolltip ........
Hi All,
iam using the percentage in my Graph.
it is doing multiply by 100 with database value.
my problem is here tooltip is showing the datbase value. iwant to show the percentage value in my tool tip in the bar graph.

is it Possible?please let me .

thanks,


Thanks,
Kalyan.S
------------------------------------
WebFOCUS 7.1.4, Win XP SP2,
Oracle8i.
------------------------------------
July 05, 2006, 07:37 AM
<JG>
kalyan It is not possible to change the display format in the tooltip.

All that you can do is change it completely for static text. The Macro features do not work
July 06, 2006, 01:03 AM
kalyanswarna
Thanks JG.


Thanks,
Kalyan.S
------------------------------------
WebFOCUS 7.1.4, Win XP SP2,
Oracle8i.
------------------------------------
October 16, 2007, 05:43 PM
Ved
Hi JG, Kalyan,

I actually got the MACROs to work... But I am searching for the MACRO for Value...



setToolTipDisplay(true);
setToolTipMode(false);
setUserToolTip("Value for [SL] is [Value]");
setToolTipBackgroundColor(new Color (222,236,255));
setToolTipColor(new Color(0,0,128));
setToolTipBackdropSize(3);
setToolTipFontName("Verdana");
setToolTipFontStyle(1);


I do not know what to put in the place of [Value] to make it work. The [SL] works nicely and fetches me the series label name.

Any idea????

Thanks, Ved


Web Focus 7.1.6
Hosted on Unix Box
October 16, 2007, 05:51 PM
Ved
Gotit....

It is [YV]...


Web Focus 7.1.6
Hosted on Unix Box