Skip to main content
Solved

Report Designer Conditional Watermark


Hi all,

I would like to clarify if watermark can be conditional upon release?  Let’s say, on a Purchase Receipt document, can we have a "Draft" watermark display if it is printed prior to having the status changed to Released? If possible, how do we execute it on the Report Designer?

Thanks.

Best answer by nhatnghetinh

Hi @danursha44 

You can create a text box in Report Designer like this:

= IIf( [POReceipt.Status] = 'H', 'DRAFT', '' )

 

 

 

 

Best Regards,

NNT

View original
Did this topic help you find an answer to your question?

6 replies

nhatnghetinh
Captain II
Forum|alt.badge.img+11

Hi @danursha44 

With draft Purchase Receipt you may not be able to print directly at the Purchase Receipt screen.

 

But you can print the draft Purchase Receipt at: Purchases > Printed Forms: Purchase Receipt

 

 

 

 

 

Best Regards,

NNT


  • Author
  • Freshman I
  • 5 replies
  • July 3, 2024

Hi @nhatnghetinh 

If I am not wrong the latest version can allow users to print purchase receipt prior to the status of being released.

 

However, when it was printed, the watermark did not appear. I was wondering if there is a possibility for me to have the draft watermark appear.


nhatnghetinh
Captain II
Forum|alt.badge.img+11

Hi @danursha44 

Can I ask what is the specific watermark? Please send the screenshot with a specific description of the watermark.

 

Best Regards,

NNT


WillH
Varsity II
Forum|alt.badge.img
  • Varsity II
  • 35 replies
  • July 3, 2024

@danursha44  - 
You should be able to do it by altering the “VisibleExpr” of an image file or Text Box to make it display only when the receipt isn’t at a released status yet.


nhatnghetinh
Captain II
Forum|alt.badge.img+11
  • Captain II
  • 397 replies
  • Answer
  • July 3, 2024

Hi @danursha44 

You can create a text box in Report Designer like this:

= IIf( [POReceipt.Status] = 'H', 'DRAFT', '' )

 

 

 

 

Best Regards,

NNT


  • Author
  • Freshman I
  • 5 replies
  • July 3, 2024
WillH wrote:

@danursha44  - 
You should be able to do it by altering the “VisibleExpr” of an image file or Text Box to make it display only when the receipt isn’t at a released status yet.

Hi, both the methods work. Thank you!

Just wondering if you could appear ‘draft’ on the entire page rather than just in a corner?

Managed to do this. but looking if i could have it on one whole page?

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings