Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, I try to set text color.
I want the node that start with "TTL___" and "STTL" have blue color. And I set the text color with this code
But some data is not change color. I'm not sure, it's will concern with the value of another dimension that has value = 0.
[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3010.textcolor.zip:550:0]
Could someone help me or suggest any better way to handle these issues?
Thank you.
I'd say - you are doing everything right. From what I can see, the color is not propagated in the "FICO_NODEGROUP" column( because the attribute is not defined there) and in the last set of columns, where your Period is NULL. So, if you copy your Text Color formula into the color attribute of the "FICO_NODEGROUP" dimension, and suppress nulls (which I think you need to do anyway), everything will be fine.
Hi Oleg, I already try to change my project follow your suggestion. It's suppress null data.
But some row still has a problem. If you can see from my QVW or picture( in row number 50), the text in Catalogue column is not change color. But in the same row, some data already change to blue color.
Furthermore can I shows all data by not suppress null value?
Do we have the way to handle its?
Hi all, now I try to change expression in text color to support my design.
I use this code :
It's nearly the design what I want. The text that start with 'TTL___' and 'STTL' changed to blue color. But the others texts that has null value change the color too.
Can someone suggest me, please?
Thank you.
I still stuck with this problem, Could anyone tell me the solution to solve this problem? ![]()
Hi,
Any one have work around on this ? Pls help me.
Regards
Is the problem come from the null value. Can we set text color when data has null value?
I found that the RGB color not work on null value, right???
If the problem from the RGB color, Can I set text color by use anothe function?