I have a report that goes like this:
Field Desc Comparison Qty
------ -------- --------------
If {tablename.QOHB} if {tablename.QOHB} tablename.field
<> {@Comparison Qty} <> {@Comparison Qty} +tablename.field
then "QOHB" then "On Hand" +tablename.field
Then I need this to change to:
Field Desc Comparison Qty
------ -------- ---------------
if {tablename.QALCB} if {tablename.QALCB} sum(tabelename.
<> {@Comparison Qty} <> {@Comparison Qty} field+tablename.
then "QALCB" then "Order Deatils" field)
How do I get both of these to be on my report when fields and formulas are changing?
Any suggestions would be a great help. Thank you s-)
Field Desc Comparison Qty
------ -------- --------------
If {tablename.QOHB} if {tablename.QOHB} tablename.field
<> {@Comparison Qty} <> {@Comparison Qty} +tablename.field
then "QOHB" then "On Hand" +tablename.field
Then I need this to change to:
Field Desc Comparison Qty
------ -------- ---------------
if {tablename.QALCB} if {tablename.QALCB} sum(tabelename.
<> {@Comparison Qty} <> {@Comparison Qty} field+tablename.
then "QALCB" then "Order Deatils" field)
How do I get both of these to be on my report when fields and formulas are changing?
Any suggestions would be a great help. Thank you s-)