0
Tooltip Formula
Need a formula to do something like the image.
Click over a Field and give me some information, this is posible.
Thanks
3 replies
-
I have a field that is a formula to show an input fields contents. The formula field is too short to show the entire contents sometimes so I have done this:
if 'DEVICE DESCRIPTION' then
alert('DEVICE DESCRIPTION')
end
If there is content in Device Description then
alert (' displays the description just like your screen shot')
Note this only works in a formula field and is placed in the On Click parameter/option. -
Hi, there's a better way to do this. Have a look at my implementation in Dashboard_v11_1.
Content aside
- 3 days agoLast active
- 3Replies
- 108Views
-
3
Following