Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
.
Like this, perhaps:
If(Match(Phase, 'Project', 'Opportunity', 'Feasibililty'),
If(Commitment = 'On Schedule', 1,
If(Match(Commitment, 'Delayed', 'Incomplete Info'), 4,
If(Phase = 'Future' And Commitment = 'Future', 3,
If(Phase = 'Closed', 9
If(Match(Phase, 'Future', 'Delayed'), 8,
)))))
Hello,
I think you can´t use Masteritems color with this extension by now.
I think for another color you must change the style.css in the Extension folder.
In the Qlik Desktop:
looks:
.
Like this, perhaps:
If(Match(Phase, 'Project', 'Opportunity', 'Feasibililty'),
If(Commitment = 'On Schedule', 1,
If(Match(Commitment, 'Delayed', 'Incomplete Info'), 4,
If(Phase = 'Future' And Commitment = 'Future', 3,
If(Phase = 'Closed', 9
If(Match(Phase, 'Future', 'Delayed'), 8,
)))))