custom field inforamtion to be limited to task row only

M

Majid

Hello Dear,
I have a custom field ( flag 1). I have many tasks and rerlated subtasks.
What I am seeing is that the No option is appreared for entire column. Can I
limit it to only be apperead to one row which is the task row. At present, I
choose the white font color to make it disappered.
Any suggestion is appreciated
 
J

John

Majid said:
Hello Dear,
I have a custom field ( flag 1). I have many tasks and rerlated subtasks.
What I am seeing is that the No option is appreared for entire column. Can I
limit it to only be apperead to one row which is the task row. At present, I
choose the white font color to make it disappered.
Any suggestion is appreciated

Majid,
One of the limitations of custom fields is that they generally either
apply to all tasks, (except for summary lines), or no tasks. If you need
to set the flag for just one task, either the formula associated with
the custom field needs to be more specific, or you need to use VBA. The
latter gives much greater flexibility.

Hope this helps.
John
Project MVP
 
M

Majid

Thanks John,
I am trying to write a VBA code or a fomula if I can
What I have is a custom field =flag 1
I want option "NO" to be highlighted untill YES selected
And it would be great if options YES and the highlight be appread only on
the summary task.
Please help me out on this
It is really appreciated
Majid
 
J

John

Majid said:
Thanks John,
I am trying to write a VBA code or a fomula if I can
What I have is a custom field =flag 1
I want option "NO" to be highlighted untill YES selected
And it would be great if options YES and the highlight be appread only on
the summary task.
Please help me out on this
It is really appreciated
Majid

Majid,
I find it easier to help someone if they explain what they are trying to
do rather than how they are trying to do it. So, instead of telling us
you want to highlight Flag1, how about explaining what Flag1 represents.
In other words, what determines if Flag1 is "yes" or "no"? Is there some
kind of criteria (formula or VBA code)? Is it changed manually by the
user? Whatever.

When you say you want Flag1 highlighted, what do you mean? There are
several text formatting options - color, italic, bold, etc. What is
special about summary lines? What determines why and when they will be
highlighted?

More questions than answers I'm afraid.
John
Project MVP
 
M

Majid

Hello John, Thank you for yor advice, it is very true.
I have one master file with several view tables, each view table has their
own custom field columns ( flag 1,2,3,4,5) each flag column represents one
key item for i.e contract staus and wethear is signed or not so team will
change NO to YES.
every view table shows summary task plus custom fields that needs to be
filed in by each team member.
What I want to do for the team member is that to complete the cell that
aligned with the summary task only, for exapmlle to change NO to YES and team
do not have to change the NO to YES for every tasks. What we do now is that
we enter the info. on the summary task row only and delete the defult NO
manually.
I hope I explained well
Thanks again Jhon for you effort to help me out on this.
 
J

John

Majid said:
Hello John, Thank you for yor advice, it is very true.
I have one master file with several view tables, each view table has their
own custom field columns ( flag 1,2,3,4,5) each flag column represents one
key item for i.e contract staus and wethear is signed or not so team will
change NO to YES.
every view table shows summary task plus custom fields that needs to be
filed in by each team member.
What I want to do for the team member is that to complete the cell that
aligned with the summary task only, for exapmlle to change NO to YES and team
do not have to change the NO to YES for every tasks. What we do now is that
we enter the info. on the summary task row only and delete the defult NO
manually.
I hope I explained well
Thanks again Jhon for you effort to help me out on this.

Majid,
Assuming I understand what you want, I have a real simple solution. If
all you want is a "yes" or "no" indication at a summary line, use spare
text fields (e.g. Text1, Text2, etc.) instead of flag fields. Also, do
not use a custom field with a value list. There are only two possible
responses so a value list doesn't really offer that much convenience. It
is not that difficult to enter a "yes" or "no". Don't tell me your guys
are that lazy. And by using spare text fields instead of spare flag
fields, the only entry will be at the summary line.

If for some reason I have misunderstood what you want or my simple
solution is just not elegant enough there is a more complex solution. An
event based macro could be developed that will trigger on the entry at
the summary line and change the values for all task lines below it.

If you reply, start a new thread. The number of posts in this newsgroup
has exceeded my preferred setting for this newsgroup (i.e. 100 messages)
and I generally only check old messages if I see an indicator that I
have responded.

Hope this helps.
John
Project MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top