I need a report that will work with the =wizardheader(pv!processSteps,pv!currentStep) function.

I need a report that will work with the =wizardheader(pv!processSteps,pv!currentStep) function.

I am hoping we can show active processes and then see the status of where it is.

Right now we have to go into the process dashboard to see the status for each.

Thank You
Keith...

OriginalPostID-37376

  Discussion posts and replies are publicly visible

Parents
  • The wizard header function is part of a plugin so it can't be used in a report. I believe if you place the following expression in the report:

    index(pv!processSteps,pv!currentSteps)

    Assuming that the process variable names for the process steps and the current steps are the same across all of your processes, this expression should give you the name of the step you are on in each.
Reply
  • The wizard header function is part of a plugin so it can't be used in a report. I believe if you place the following expression in the report:

    index(pv!processSteps,pv!currentSteps)

    Assuming that the process variable names for the process steps and the current steps are the same across all of your processes, this expression should give you the name of the step you are on in each.
Children
No Data