J
Jim Aksel
The WBS column displays such as
1.
1.1
1.1.1
Etc. Using a mask, I am able to force something such as
A.01.
A.01.01
A.01.01.01
However what I would like to do is also force the length of the WBS to
"right fill" with .00 so that it is always a fixed width ...
A.01.00.00.00
A.01.01.00.00
A.01.01.01.00
A.02.00.00.00
I attempted to modify a text1 field with a formula similar to:
trim(str([WBS]))+choose(len([WBS]),".00.00.00",".00.00",".00","")
I think if I play with that long enough I can get it to concatenate.
Additionally, The summary level tasks are not reporting a length on WBS if I
use the formala text2=len([WBS)]. That is Text2 is blank on summary lines.
So, my Text1 formula returns blank on summary tasks as well.
Should I reapproach the problem using [Outline Level]?
However, I would like two more things..
1. Stop the formula at Level 6 of the WBS... Just combine with an IF
statement I suppose? So anything at WBS level 7 or higher just carries the
same number as level 6 (or perhaps it's just blank). Probably a "Choose"
function combine with Len([WBS])?
2. I would rather do this in the WBS field itself rather than the Text1
field. I will settle for use of WBS field only , even if I am forced to
accept a display all the way down to Outline Level 99.
Any ideas? Remember, we can't let the software win....
Jim
1.
1.1
1.1.1
Etc. Using a mask, I am able to force something such as
A.01.
A.01.01
A.01.01.01
However what I would like to do is also force the length of the WBS to
"right fill" with .00 so that it is always a fixed width ...
A.01.00.00.00
A.01.01.00.00
A.01.01.01.00
A.02.00.00.00
I attempted to modify a text1 field with a formula similar to:
trim(str([WBS]))+choose(len([WBS]),".00.00.00",".00.00",".00","")
I think if I play with that long enough I can get it to concatenate.
Additionally, The summary level tasks are not reporting a length on WBS if I
use the formala text2=len([WBS)]. That is Text2 is blank on summary lines.
So, my Text1 formula returns blank on summary tasks as well.
Should I reapproach the problem using [Outline Level]?
However, I would like two more things..
1. Stop the formula at Level 6 of the WBS... Just combine with an IF
statement I suppose? So anything at WBS level 7 or higher just carries the
same number as level 6 (or perhaps it's just blank). Probably a "Choose"
function combine with Len([WBS])?
2. I would rather do this in the WBS field itself rather than the Text1
field. I will settle for use of WBS field only , even if I am forced to
accept a display all the way down to Outline Level 99.
Any ideas? Remember, we can't let the software win....
Jim