Im using Crystal 8.5 and I want to write a formula in my paramater so When the user that accesses the report chooses Yes in the paramater then it will show the particular field if they Choose No it will suppress the field
My paramater field name is {?Show costs}
They can select either Yes or NO
field that it needs to suppress is {ILT_COST}
If they choose YES then a quick ex below
ITEM COST PRICE
1001 15 30
1005 12 25
If they choose NO it should show
ITEM COST PRICE
1001 30
1005 25
Any help with this formula would be great Thanks
My paramater field name is {?Show costs}
They can select either Yes or NO
field that it needs to suppress is {ILT_COST}
If they choose YES then a quick ex below
ITEM COST PRICE
1001 15 30
1005 12 25
If they choose NO it should show
ITEM COST PRICE
1001 30
1005 25
Any help with this formula would be great Thanks