maq
3 TopicsRemove blank childs in a Gantt chart with parent-child hierarchy
I cannot figure out a way to set up a Gantt chart that shows the full hierarchy (project - lv1, story - lv2, task - lv3), without showing blank childs (or default childs, parent as child). In my hierarchy, some stories (level 2) may not have child tasks, therefore the column "Task - LV3", calculated using PATHITEM, is empty. I am using the Gantt Chart by MAQ Software. I have created a filter measure that, if placed in a matrix with the same dimensions, only shows childs if a parent have some: Remove Blanks = SWITCH(TRUE(),AND(ISINSCOPE(Table[Level2]), ISBLANK(VALUES(Table[Level2]))), BLANK(), AND(ISINSCOPE(Table[Level3]), ISBLANK(VALUES(Table[Level3]))), BLANK(),1) However, I cannot find a way to make it work in the Gantt Chart. If I try to use it as a filter, it will only shows full hierarchies, namely items that have lv1 & lv2 & lv3, therefore losing all the stories (lv2) and projects (lv1) that do not have tasks (lv3). Can someone help? Thanks587Views0likes0CommentsCalendar Software by MAQ: Visual Customizations
I am a new user to MAQ Calendar application. So far so good, but the end user has requested some customizations that I have not been able to locate within the visualization settings. 1. Can the "Time" data be removed from the LIST view so it only reads the date and event? 2. I have identified how to REMOVE the week & day views- but can you make LIST view the DEFAULT? 3. Can you set the LIST view to START on Today's date vs starting on the first day of the month? Currently create a need to do a lot of scrolling to get to the current day if later in the month. 4. Can you prioritize which events appear first in a given day on the calendar view? Any guidance would be greatly appreciated! Thank you!1.6KViews0likes1Comment