Need to display fields but only when another field is "xx"

S

Steve

I have a report that that shows canceled and completed jobs (3 and 4)
i only want to display the SalesSpiff amount if the job is completed.
I have tried to use the IIF([JobStatus]="3",[SalesSpiff],"") but i
cannot seem to make it work.

Any suggestions?
 
A

Andi Mayer

I have a report that that shows canceled and completed jobs (3 and 4)
i only want to display the SalesSpiff amount if the job is completed.
I have tried to use the IIF([JobStatus]="3",[SalesSpiff],"") but i
cannot seem to make it work.

Any suggestions?

is [JobStatus] a report control?

is [JobStatus] a string?

If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW
 

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