PDA

View Full Version : Custom Columns?


kittymomma
2006-12-14, 02:12 PM
Maybe I'm missing something, but is there a way to create custom columns that can be exported with the rest of the info to HTML?

I'm currently doing this with FastTrack, but the output isn't very fancy, and I have to control it with CSS.

If anyone has any suggestions, please reply!

Thanks in advance!

Lizard
2006-12-14, 04:07 PM
Step 1: create custom data columns in the task inspector.
Step 2: File > Customize HTML Templates...
Step 3: Go find that folder of html and css files you just created and edit it to include the columns you added in step one.
Step 4: Export your project to HTML and choose your custom template.

Bill Van Hecke
2006-12-14, 09:16 PM
The "Customizing HTML Templates" section of the OmniPlan Help covers this in more detail, but basically you'll want to add a table cell that includes a token representing your custom data. For example, if the custom data field was called "Manager", the token you'd add to the HTML template would be "{@Manager@}".

lsamberg
2008-09-19, 07:38 AM
Should this work at the PROJECT level also as well as the Task Level? I want the HTML header to use MY End Date, so I created a custom data line called MYEND and set it to a date.

I created a template uses {@MYDATE@} instead of {@ENDDATE@} but I just get nothing.

Lizard
2008-09-19, 03:16 PM
Sorry, the custom fields can only be included for tasks and resources right now. We have an open feature request for adding project custom data fields.