Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
How we can get multiple colors for multiple expressions in single Text Object..
TEXT Object :
Example : Sales Vs Profit ( Values are like : 1500 Vs 5000)
Output : 1500 (in green) Vs 5000 (in red)
1500 Vs 5000
How we can achieve this scenario ...any suggestions ?
Regards,
Madhu
if([sales <1500 , green(), and profit <5000 ,red())
Simple answer is you can't.
You can use two text boxes and align them, etc., but I'm not a fan of this.
You can use an extension to do some of this:
QlikTip #39: Displaying Html content within QlikView (Minimalistic HtmlTextBox Object Extension)
It is not possible in a single textbox, but you can achieve this by using two text boxes.
or use extension object...http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-exten...