Custom Crystal Report - IC. Sage 300 2014 PU4

I designed a report based on ICITEM,ICREORD and ICILOC that gives reorder quantities and some calculated columns for a parameterized input of location and item segment (from segment and to segment). These are dynamic parameters.

The  report DOES NOT pick up new segments added (and their associated items)!

I tried static parameters and it still does not pick up new item segments i.e if I add a segment today and relevant data, this report does not show these new items for the new segment.

Any ideas, suggestions would be welcome.

Thanks,

Parents
  • 0
    A couple of thoughts... (1) If you have your inventory segment values defined in IC Item Segment Codes you could add the ICSEGV to the Crystal and use it for the parameter / lookup. You do not need to link to the other tables & it will provide you with a shorter list for your lookup value. You would then add a Record Selection where the appropriate Item Segment = your parameter. (2) You may also need to set your table links from ICITEM to ICILOC & ICREORD to a Left Outer Join in case someone does not add the item to either of those tables. An inner join on either of them would require the Item to exisit in that table for it to appear on your report. (3) you could also use Sage Intelligence to create the report as it does not seem to have a problem creating lookups with large tables.
Reply
  • 0
    A couple of thoughts... (1) If you have your inventory segment values defined in IC Item Segment Codes you could add the ICSEGV to the Crystal and use it for the parameter / lookup. You do not need to link to the other tables & it will provide you with a shorter list for your lookup value. You would then add a Record Selection where the appropriate Item Segment = your parameter. (2) You may also need to set your table links from ICITEM to ICILOC & ICREORD to a Left Outer Join in case someone does not add the item to either of those tables. An inner join on either of them would require the Item to exisit in that table for it to appear on your report. (3) you could also use Sage Intelligence to create the report as it does not seem to have a problem creating lookups with large tables.
Children