Click here to Skip to main content
15,895,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my subreport I've suppressed the record based on criteria. I've used shared variables for this. Now I want to show sum of non suppressed records. I tried the simple sum function also the running total method and changed its evaluate condtion but still it is including all the records and giving me sum of all the records for each IssueNo. Following is my suppress condition
if({usp_rptDateWiseSolution.IssueDate}>={@SharedRecipeDate} and {usp_rptDateWiseSolution.IssueDate}<{@NextSharedRecipeDate} AND {usp_rptDateWiseSolution.IssueQty}>0)
then false
else true
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900