indicator criteria for a formula w/ graphical indicators

C

chris

I have a formula that subsequently sets some graphical indicators. In the graphical indicators window I set the criteria to
non-summary rows (the summary rows and project summary rows are not checked) only. However, I am getting the indicators in the summary rows as well. I was able to manual change the value so the indicator do not show up but there are lots of summary rows. Am I missing some other switch that has to be turned off somewhere to keep the summary rows from calculating ?
Thanks
 
G

Gérard Ducouret

Hello Chris,

In your formula, you'll introduce an IIF condition which will display a
strange big numeric value if the task is a summary :
IIf([Summary]=0;[MyField]*[OtherField];99999)
In the Graphical Indicators test, you introduce a test such as :
Equals....99999...display nothing

Hope this helps,

Gérard Ducouret


chris said:
I have a formula that subsequently sets some graphical indicators. In the
graphical indicators window I set the criteria to
non-summary rows (the summary rows and project summary rows are not
checked) only. However, I am getting the indicators in the summary rows as
well. I was able to manual change the value so the indicator do not show up
but there are lots of summary rows. Am I missing some other switch that has
to be turned off somewhere to keep the summary rows from calculating ?
 

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