sondev
IS-IT--Management
- Jan 7, 2005
- 22
I cannot figure out why this doesnt work!
I have to display the item {?StandardTravel} to show the data only if the BA_TT_CHARGE = "STD". Otherwise I do not need the data to be displayed. I have tried many variations of this in the select expert. None seem to work.
(
if {BILLING_ARRANGEMENTS.BA_TT_CHARGE} <> "STD" then
{?StandardTravel} = ""
else
{BILLING_ARRANGEMENTS.BA_TT_CHARGE} = {?StandardTravel}
)
I have to display the item {?StandardTravel} to show the data only if the BA_TT_CHARGE = "STD". Otherwise I do not need the data to be displayed. I have tried many variations of this in the select expert. None seem to work.
(
if {BILLING_ARRANGEMENTS.BA_TT_CHARGE} <> "STD" then
{?StandardTravel} = ""
else
{BILLING_ARRANGEMENTS.BA_TT_CHARGE} = {?StandardTravel}
)