crystal report selection criteria

When creating a crystal report, can I have different select criteria for different records within the same report?  For example, I am attempting to create a SMOI report and need current Inventory information ie, quantity on hand, average cost, etc but also need the unit sales history for a specific range of time ?  I seem to be able to have one set of data or the other, but never both?

Do I need to create the historical sale of units as a different group with different select criteria within the same report?  Ultimately, this report will just be exported to excel as a master data record and resorted and formatted. I am just trying to get all the data I need on one crystal report


 

Thanks,

Parents
  • 0

    Yes you can do that, which tables were you planning on using?

  • 0 in reply to BigLouie

    For the current inventory information -I am using the IM1_InventoryMasterfile and IM2_InventoryItemWhseDetl (value is greater than 0) for the current Inventory information.

    For the units sold by sku within a specific time frame -I am using the IM5_InventoryTransactionDetail with the criteria of "SO" as transaction type and transaction date range is 10/1/2012 - 3/31/2014.

    I either get the inventory value to agree with my current day value but units sold is incorrect, or my units sold is correct but the inventory value is less than actual as some skus did not have sales in that date range and were not included in the report.

Reply
  • 0 in reply to BigLouie

    For the current inventory information -I am using the IM1_InventoryMasterfile and IM2_InventoryItemWhseDetl (value is greater than 0) for the current Inventory information.

    For the units sold by sku within a specific time frame -I am using the IM5_InventoryTransactionDetail with the criteria of "SO" as transaction type and transaction date range is 10/1/2012 - 3/31/2014.

    I either get the inventory value to agree with my current day value but units sold is incorrect, or my units sold is correct but the inventory value is less than actual as some skus did not have sales in that date range and were not included in the report.

Children