Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a Crystal Report with the condition in two sepatare table, using .NET. The condition is below check the present of value from another table and display results based on condition. When I apply to the crystal report, does not return any value.

I am using Crystal Report 2008
VB
if {BAQReportResult.PartTran.TranType} = 'STK-CUS' then  
Sum({BAQReportResult.ShipDtl.OurInventoryShipQty})
Posted
Updated 20-Mar-13 8:53am
v2

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