PDA

View Full Version : Exporting single tasks' info like %Done etc


m_arts
2010-01-14, 08:54 AM
I am seeking info from OmniPlan support or users about how I might isolate / export a single task's info (such as % Done) when I export via an HTML template. Are there tokens for 'grabbing' values from a single task?

Maybe I'm missing this in general documentation, etc. But all I can find in 'HTML Template' help in OmniPlan is info which described exporting values for whole project.

Any help would be appreciated!

Thanks.

RobTrew
2010-03-29, 12:09 AM
I am seeking info from OmniPlan support or users about how I might isolate / export a single task's info (such as % Done) when I export via an HTML template. Are there tokens for 'grabbing' values from a single task?

I would probably use Applescript to generate a very simple and unadorned XML representation of the selected task(s), and then apply an XSLT template to generate the formatted HTML version that I wanted.

--