tonyvee1973
IS-IT--Management
Hi all
Have a report which data has duplicates in that I need supressed. I have a formula (@qty) in the details section and in the section expert area to suppress I have the formula below.
//This formula suppresses the Details line
//when there are duplicate values contained in the fields.
{ORD_DETAIL.OD_STOCK_CODE} = Next({ORD_DETAIL.OD_STOCK_CODE}) And
{ORD_DETAIL.OD_ORDER_NUMBER} = Next({ORD_DETAIL.OD_ORDER_NUMBER}) And
{@f_qty} = Next({@f_qty})
It suppresses the details ok but when I sum on {@qty} it still sums the supressed values.
Sure this is really simple for someone but driving me nuts. I have googled this over an dover but all the answers are so complex. - Help!
Have a report which data has duplicates in that I need supressed. I have a formula (@qty) in the details section and in the section expert area to suppress I have the formula below.
//This formula suppresses the Details line
//when there are duplicate values contained in the fields.
{ORD_DETAIL.OD_STOCK_CODE} = Next({ORD_DETAIL.OD_STOCK_CODE}) And
{ORD_DETAIL.OD_ORDER_NUMBER} = Next({ORD_DETAIL.OD_ORDER_NUMBER}) And
{@f_qty} = Next({@f_qty})
It suppresses the details ok but when I sum on {@qty} it still sums the supressed values.
Sure this is really simple for someone but driving me nuts. I have googled this over an dover but all the answers are so complex. - Help!