LogoLogo
Contact SupportRequest Access
  • Home
  • Overview
    • Getting Started
    • Installation
    • Starting a new TimeTable Project
    • Licensing
    • Microsoft Visio
    • TimeTable Ribbon
    • Configure TimeTable Window
  • Importing
    • Supported File Formats
    • Prepping your schedule
    • Importing a Schedule
    • Updates
    • Update Troubleshooting
  • Plan Mode vs Print Mode
  • Timescales
  • Manual Mode
    • Creating Blank Pages
    • What is Manual Mode
    • Adding Manual Tasks
    • Synchronized Copies
    • Step 1: Create a manual page
  • Styles
    • Using the Color Legend with imported metadata
    • Changing Colors
    • Set consistent colors across projects
  • Relationship Links
  • Critical
  • Abbreviations Tool
  • Print to scale
  • Best Practices
    • Multi-Page
    • Limitations
    • Activity Descriptions
  • 🔗Relationships
    • Imported vs Manual
    • Driving vs Non-Driving
  • Label Maker
  • Label Maker
    • Fields
    • Functions
      • List of Functions
  • Tools
    • Abbreviations
    • Label Maker
  • Troubleshooting
    • Extra TimeTable Shapes
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Abbreviations Tool

Task Descriptions from P6 and MS Project are too descriptive

PreviousCriticalNextPrint to scale

Last updated 2 years ago

Was this helpful?

Abbreviations are a great way to shorten those long task descriptions from your schedule import into something more concise that fits inside shorter task bars.

When you first install TimeTable Visio you’ll get a default abbreviations.csv file which includes almost 100 phrases and words with their corresponding abbreviations. This .csv can be copied and modified, and ultimately imported into your TimeTable Visio Project to automatically re-label your tasknames. You can (and probably should) keep separate CSV files for different projects.

Remember, hovering your mouse over a task will always show you its original name, and you can always reset the Task Label.

Understanding Regular Expressions

Regular Expressions is a powerful way to find and replace text when the text you want to find may just need to fit some constraints instead of being exact. For example, if the schedule appended the level to every task (i.e. "-L6", "-L7", etc.), you could use Regular Expressions to remove that extra text from all the activities that follow that some structure.

Because Regular Expressions are powerful, they can take some time to learn. The video below shows you everything you need to know with great examples.

Use AI to generate RegEx:

Here's a great cheat sheet you can use: .

https://retoolhacks.retool.com/embedded/public/7c56baa7-06f0-4ac9-8dbf-cfdb28547e0e?
https://cheatography.com/davechild/cheat-sheets/regular-expressions/