Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Report - Filter: Do not show inactive programs

Avatar

Level 10

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