|
: 50 : 51 : 1 |
wouldn't it be nice to have the option to add an alt/title text to an icon in a view when selecting the option 'display values as icons' ?
for example if I mover over an icon with number 12 I get default the meaningless alt text: 'Pencil Icon'.
expanding the formula something like this:
@If( Status = "Draft" ; 12 : "This document has not been published yet" ; 182 : "Published" )
might be a bit more useful
|