Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

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,
)))))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

4 Replies
Ralf_Heukäufer
Partner - Creator III
Partner - Creator III

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.

Ralf_Heukäufer
Partner - Creator III
Partner - Creator III

In the Qlik Desktop:

looks:

xyz1
Creator III
Creator III
Author

.

jonathandienst
Partner - Champion III
Partner - Champion III

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,
)))))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein