Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i am having value in straight table using expression like sum(amount) so result like this
amount
2500
2320
2210
2010
1980
1500
1504
based on the input box value it will bring the highest value in straight table.
now i want to show difference in color. for example red color means based on value the red color should be differ
please suggest some ideas
thanks
What do you mean?
Can you attached screenshot/data Sample?
Hi arulsettu ,
Kindly open attached qvw file.
Look for Sheet 2. Limit the Top n values by Var2 Variable in input box.
Is this solves your Purpose exactly??
Hi,
Use pick and match function in expression tab under background color.
Ex: pick(match(sum(sales)>2500),red())... or you also use If()
This is what I get:
Yes Robert. It shows the color getting brighter as value increases.
Yes it does sorry.
The change was so small that I can not see it...ups
Try the ColorMix wizard. Open the Background Color Expression and open the expression editor. The wizard is located under File, Colormix wizard. Follow the prompts.
See: colormix » The Qlik Board!
I also tackle this problem by varying transparency. Check out this recipe for an example:
Qlikview Cookbook: Heat Table Chart http://qlikviewcookbook.com/recipes/download-info/heat-table-chart/
-Rob