create two formulas like display1 & display2
for e.g for display1 the formula contains
if item = "L" then
qty
else
selling price;
in same for display2 the formula contains
if item = "L" then
selling price
else
qty;
then place the fields
name discription @display1 @display2 net amount
i hope this may workout for you.