Hi,
Suppose I have two columns in the report. One location column and the other containing information about whether the location has sent all the data. I would like to go to another report from this report, but filtering data only to the locations that sent the data. I don't know how to pass multiple values to other report from column location (passing one value is not a problem).
Reports are based on diffrent packages and I would like to avoid creating a module.
Regards
sound like you are talking about a drill-through. you don't even need to pass data. you can filter the target report where <second col> = 'has sent all data'