Hi all,
This is a tip on how to set the column header name text/icon tooltip. I often set the width of columns and many times they are narrower than the column header title which means I get something like "Exp..." instead of "Experiments" etc. etc. and this hack solved that.
As the label for column in query set the following:
Text: <span title='Experiments'>Experiments</span>
Icon: <i title='Experiments' class='fa fa-flask'></i>
NB: It HAVE TO be ' and not ", I tried it with " first and didn´t work so posted a FR about this and then for the fun of it tested ' which did work 😃. Having this directly in Aware (FR) is still ideal of course.