Problem with Table Relation

matttraxmatttrax Member Posts: 2,309
In the Item table, there is a field Item Category Code which is related to the Item Category table.

On the Item Card, I can do a lookup on the field, select it, and it will populate down to the item card.
On a report with Item as a dataitem, I have Item Category as a filter. When I do a lookup and select it, it does NOT populate the filter field.

What have I forgotten to check?

Comments

  • SogSog Member Posts: 1,023
    Is this in the request form of the report.
    If so, did you design the requestform yourself or is this on the generated tab of the dataitem?
    Did you set filters in any of the on...form triggers?
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • matttraxmatttrax Member Posts: 2,309
    Yes, it is the request form.
    It is on the system generated tab for the data item. Used ReqFilterFields to put it there.
    No filters are set anywhere in the data item unless specified on the Request Form.
Sign In or Register to comment.