Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!
SOLVED

Report - Filter: Do not show inactive programs

Avatar

Level 8

Hello,

 

I created a task report with two groupings to show 

 

Company -> Program -> Projects -> Tasks

 

Now I want to filter out all inactive programs. Therefore I added the following code to the textmode.

project:program:isActive=true
project:program:isActive_Mod=eq

 

Unfortunately this leads to an error message.

 

Invalid Parameter: Search Parameter value "project:program:isActive"

 

 

Can anybody give me a hint, what I am doing wrong?

 

Regards

Lars

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

It is probably too many table jumps - it's always tricky trying to pull program info into a task report.

Is it possible to have your report be a project report instead? You can still pull company and you'd be able to filter out inactive programs with the 'program is active' = true/false filter...

If this helped you, please mark correct to help others : )

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

It is probably too many table jumps - it's always tricky trying to pull program info into a task report.

Is it possible to have your report be a project report instead? You can still pull company and you'd be able to filter out inactive programs with the 'program is active' = true/false filter...

If this helped you, please mark correct to help others : )