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: 
mdmukramali
Specialist III
Specialist III

Finding the Phase of the Project?

Dear All,

I'm trying to find the current phase of the project in my application.

Each project has 4 phases .

1-INITATING

2-PLANNING

3-ECECUTING

4-TESTING

to know the project phase the conditions are

1)  Project-status should be In-Progress

2) check the Project phase in order wise and task completed percentage.

find the attached sample file which contains detail explanation about the scenario.

Thanks,

Mukram

1 Reply
Clever_Anjos
Employee
Employee

Please check if

=subfield(MinString({<TaskPercentageCompleted={"<100"}>}TaskName),'-',2) & '  Phase'

satisfies your needs