Skip to main content

I want to display a barcode image based on the order ID in such a way that the barcode displayed is not aligned with the row below the next order ID. I plan to position the barcode on the left if the order ID is odd and on the right if the order ID is even. How do I set this up in the condition section of the report designer?

 

You can set a formula on barcode suppress option 

For example 

In formula field set condition if id is even then true else false

in this way you can display and hide image on both left and right side


Reply