Possible to show only outline level of WBS in Gantt?

169 views
Skip to first unread message

Woody Wu

unread,
Jan 24, 2013, 12:39:43 AM1/24/13
to TaskJuggler Users

Hi,

I have too many task in my project, the Gantt chart is not convient to
see. I am thinking of only show the top three WBS level of tasks on the
report. For example, I want to show 1.2.1, but not 1.2.1.1 and 1.2.3.5.
Can I control this with TaskJuggler?

Thanks in advance.

--
woody
I can't go back to yesterday - because I was a different person then.

Chris Schlaeger

unread,
Jan 28, 2013, 3:19:05 PM1/28/13
to taskjugg...@googlegroups.com
hidetask treelevel() > 3

should do the trick.

Chris


--
You received this message because you are subscribed to the "TaskJuggler Users" group.
To post to this group, send email to taskjugg...@googlegroups.com
To unsubscribe from this group, send email to
taskjuggler-us...@googlegroups.com
For more information about TaskJuggler visit http://www.taskjuggler.org



Woody Wu

unread,
Jan 28, 2013, 8:59:12 PM1/28/13
to taskjugg...@googlegroups.com
On Mon, Jan 28, 2013 at 09:19:05PM +0100, Chris Schlaeger wrote:
> hidetask treelevel() > 3

I found it did not work, but ~(treelevel() < 3) works. I don't know why
and don't really understand the '~' operator. Anyway, you gave me a
right hint, thanks!
> ---
> You received this message because you are subscribed to the Google Groups "TaskJuggler Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to taskjuggler-us...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

Chris Schlaeger

unread,
Feb 16, 2013, 7:47:52 AM2/16/13
to taskjugg...@googlegroups.com

On Tue, Jan 29, 2013 at 2:59 AM, Woody Wu <narke...@gmail.com> wrote:
I found it did not work, but ~(treelevel() < 3) works.  I don't know why
and don't really understand the '~' operator.  Anyway, you gave me a
right hint, thanks!

~ means "not". 

hidetask ~(treelevel() < 3) 

essentially means something like

showtask treelevel() < 3

'showtask' is not a valid keyword though.

Chris

Beau Kissinger

unread,
Jul 4, 2025, 12:02:50 AMJul 4
to TaskJuggler Users
I got sth like this. Is it possible to show container task as blue bar like normal task when tasks in containers are hidden?

Screenshot From 2025-07-04 06-45-01.png
Reply all
Reply to author
Forward
0 new messages