*VIRTUAL* – Introduction to ASTA Powerproject

Request info

Online Asta Powerproject Training

A one day introduction to Powerproject which covers all topics needed to begin using the software to programme and run your project. The course is hands on with each delegate leaving the day being able to create a new project, link tasks showing the critical path, display structure in the project with Summary bars, colour code tasks e.g to show sub-contractor programmes and up-date the programme with progress showing a jagged drop down line.

Topics include:

• Understanding calendars
• Creating a project
• Logic linking
• Understanding and creating a critical path
• Understanding constraint flags and float
• Structuring a project with summary bars
• Code Libraries for task colour coding and filtering
• Bar chart display formatting options
• Annotations
• Tables and columns
• Introduction to progress
• Printing

The day is carried out using Zoom and delegates should have Powerproject installed ready for the day

Duration: 1 Day

Cost: £250 + Vat

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2024-12-13' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (18872) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC