Remeartificer
Technical User
Can someone help me with a Report expression please?
I have a report that gets printed in response to a company quote. The report has a changeable heading at the top that either says aprooved or Cancellation.
If the Quote is accepted then the quote amount is shown in this report. If the quote is ridiculous then the heading is changed to Cancellation.
The problem I have is that if it is cancelled then my boss does not want the quote figure to be shown.
I have therefore changed the QuoteAmount field to a text box and entered =sum([quoteamount]) into the field. This still leaves me with the amount shown.
What I want is an expression in there that says if the reportdecision=cancellation then the quoteamount is not shown.
I am getting to grips with the basics of this but this one has me stuck. Can anyone please advise?
Many thanks.
I have a report that gets printed in response to a company quote. The report has a changeable heading at the top that either says aprooved or Cancellation.
If the Quote is accepted then the quote amount is shown in this report. If the quote is ridiculous then the heading is changed to Cancellation.
The problem I have is that if it is cancelled then my boss does not want the quote figure to be shown.
I have therefore changed the QuoteAmount field to a text box and entered =sum([quoteamount]) into the field. This still leaves me with the amount shown.
What I want is an expression in there that says if the reportdecision=cancellation then the quoteamount is not shown.
I am getting to grips with the basics of this but this one has me stuck. Can anyone please advise?
Many thanks.