Hello Merago...
I think you want to display Product details if there is no discount on the product.
Right Click the Field --> Format Field --> Common Tab --> Click on the Formula Editor Button next to Display String --> and enter this code:
If isnull({Discount}) or {Discount} = 0
then {Product Details}
Else {Discount}
Hope this helps!
--Sunny