Hi,
I am genarating a simple report. In CustTable I am having Boolean(YesNo) type for Car Field. now i want to genarate only "no" type custDetails.
Thanks in Adv
Well, Jhosap
create a list report using dataitem custTable as you refer it the on the properties of that data item DataItemTableView filter the the 'No' only
i.e SORTING(No.) WHERE(Car=CONST(No))
regards
david