Page 1 of 1

How to display action / opportunities on custom stat

PostPosted: Tue May 15, 2018 11:15 am
by Manu_O
Hi,

I would like to display the "value : action / opportunities" when I drag the mouse over my custom stat (see attached file).

I tried to change the format type as "Expression" and entered the value : format_number( (action / opp) , 1 , true , true )

But like that it doesn't work.

I don't want to use the "show times / opportunities" of the profile editor. I want it like it is displayed in the attached file.

How could I do that ?

Thank you !

Re: How to display action / opportunities on custom stat

PostPosted: Tue May 15, 2018 8:10 pm
by Flag_Hippo
In order for the times/opportunities values to appear in the tooltip for your custom statistic the value expression for your stat needs to be in the following format:

(a / b) * 100

Re: How to display action / opportunities on custom stat

PostPosted: Wed May 16, 2018 11:13 am
by Manu_O
All right, thank you Flag !

highfalutin