Doubt in TotalsCausedby keyword in Report

chandrurecchandrurec Member Posts: 560
Hi all,

I am grouping by Customer No,Item cat Code and Prod group code.

So I have 2 footers one for displaying the quantity value based on Customerno,Item cat code and Prod group code grouping and another footer to display the Quantity sum based on the Customer No.So I am giving the following code to display the Quantity sum based on only Customer No grouping.

IF CurrReport.TOTALSCAUSEDBY IN [FIELDNO("Item Category Code"),FIELDNO("Product Group Code")]
THEN CurrReport.SHOWOUTPUT(FALSE);

But i am not getting the Quantity total getting displayed based on Customer No grouping.

If anyone knows the solutin for the above mentioned scenario, Kindly let me know.

Thanks in advance.

Regards,
chandru.
Sign In or Register to comment.