Options

Selection to Report

RosOmarRosOmar Member Posts: 7
Guys,

A stupid question again..

How can I copy multiple selected rows to a report as filters?

Lets say on Item List page we select many items, then we would want (Item No,...) to be set as filters when we open a report (onAction).

I can get one row, with settableview, but no many rows...

Thanks in advance.

Best Answer

  • Options
    bbrownbbrown Member Posts: 3,268
    Answer ✓
    Use SetSelectionFilter to assign the same selections to the record variable you are passing to SetTableView.
    There are no bugs - only undocumented features.

Answers

  • Options
    bbrownbbrown Member Posts: 3,268
    Answer ✓
    Use SetSelectionFilter to assign the same selections to the record variable you are passing to SetTableView.
    There are no bugs - only undocumented features.
Sign In or Register to comment.