Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Firends,
I have a list Box where entries are 1, 2, 3 and 4 I dont want to show the tool tip or may be can we change the tool tip.
Please help.
Thanks,
Rohit Yadav
Hi Friends,
I used Expression instead of directly using List Box .
= if(%ComparisonPeriodType=1,
if(vYearSelect=0,'YTD ' & Right($(vFY),2) & ' vs YTD ' & Right($(vPFY),2),
'YTD ' & Right($(vCalYr),2) & ' vs YTD ' & Right($(vPrCalYr),2)
),
if(%ComparisonPeriodType=2,
if(vYearSelect=0, 'Ann ' & Right($(vFY),2) & ' vs Full Year ' & Right($(vPFY),2),
'Ann ' & Right($(vCalYr),2) & ' vs Full Year ' & Right($(vPrCalYr),2)
),
if(%ComparisonPeriodType=3,'Custom'
,
if(%ComparisonPeriodType=4,'3 Month vs 3 Month'
))))
Based on the changes even the tool tip discription have changed.
Thanks for helping.
Thanks,
Rohit Yadav
Hi,
Go to Properties, Caption. Uncheck all the options under "Special Icons".
Hope this helps!
Hi,
I am not using Caption at all..
Thanks,
Rohit Yadav
Please post an example image of your problem
You can edit the tooltip by entering your required text in the helptext under caption section.
Additionally a listbox values doesn't display a tooltip .
Not understand,
can you share with example.
Hi,
I think you meaned about the below popup in list box.
.
If that is the case, then you need change the Display Options as "Text" in the expressions as given in the below.
Hope this helps!
If this is not the case.. Kindly share any examples image of your problem...
Dear Pravinn,
The Tool Tip is only visible on the front end where as technically there are no tool tip present for List box,
as in case of charts.
So as there is no setting available to disable tool tip or change it so is there any work around?.
Thanks,
Rohit Yadav
Hi Friends,
I used Expression instead of directly using List Box .
= if(%ComparisonPeriodType=1,
if(vYearSelect=0,'YTD ' & Right($(vFY),2) & ' vs YTD ' & Right($(vPFY),2),
'YTD ' & Right($(vCalYr),2) & ' vs YTD ' & Right($(vPrCalYr),2)
),
if(%ComparisonPeriodType=2,
if(vYearSelect=0, 'Ann ' & Right($(vFY),2) & ' vs Full Year ' & Right($(vPFY),2),
'Ann ' & Right($(vCalYr),2) & ' vs Full Year ' & Right($(vPrCalYr),2)
),
if(%ComparisonPeriodType=3,'Custom'
,
if(%ComparisonPeriodType=4,'3 Month vs 3 Month'
))))
Based on the changes even the tool tip discription have changed.
Thanks for helping.
Thanks,
Rohit Yadav