Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I wondering if there was an expression to change the font size or color of a word. I tried incorporating html tags but this didn't seem to help. For example I tried the following
= if(
<H6> 'The quick brown fox' </H6>, '<B>', RGB(1,2,3)
)
Any ideas please?
In a chart you can click on the + in front of an expression on the Expressions tab of the properties window of the chart. Then choose Text Format and enter an expression like =If(sum(Value)>=1234,'<H1>', '<H3>'). The same can be done with dimensions.
Thanks for the reply and this would work perfectly in a chart as you explained but I'm trying to replicate this in a text object as seen below.....
The idea to have a hover message/pop-up window that has been formatted to suit when the user hovers the mouse over the text object. i.e. the color and font size of choice.
You can't customize the font properties of a help text pop-up.
Hi,
It is not possible to change the default format for this Help Text. Instead you can create text object and display the message with the styles you wish.
Regards,
Jagan.
Thanks Guys,
I sometimes find it bizzaire how the capability, input and output of an expression box can vary so much!
Hi Mike,
This is not yet possible in QlikSense , but you can always go with a custom style sheet / theme to achieve this all over the dashboard.
Thanks,
Sangram.