I have a Yes/No box in my report. I want to split he data into yes and no, calculate data in a summary at the end of the report. I have used a text box and tried:
iif( [Yes/no box] = true,=sum([data]))
This only shows one of the records not the total!
iif( [Yes/no box] = true,=sum([data]))
This only shows one of the records not the total!