Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have data as below
ID Score1 Score2
1 36 32
2 32 24
3 22 12
4 29 30
I want to create a stacked bar chart for each expression and color code that stack based on the color code in Qliksense.
Dimension:
ID
Measure:
Exp1 - Sum(Score1)
Color Code
if(Score1 >0 and Score1 <20,red(),
if(Score1 >20 and Score1 <35,yellow(),green()))
Exp2 - Sum(Score2)
Color Code
if(Score2 >0 and Score2 <20,red(),
if(Score2 >20 and Score2 <35,yellow(),green()))
Thank you very much.
What are you getting currently?
What are you getting currently?
PFA QVF.
Here ID 1 - Score 1 should be red
ID 3 - Score1 should be red
ID 4 - Score 1 should be yellow...
Are you expecting this?
Can I see the QVF ? not sure what blue is for 2 as it should be yellow...
This? PFA
yup...dont see attachment...Thank you very mcuh..
Can you please send the attachment ?
I apologies for that? Here are the 2 versions. Because, In QV we have direct facility but QS, We need to work around
If you solve your issue, Please do it your job and if still not yet solved please free to ask Qlik Community Tip: Marking Replies as Correct or Helpful