Passing dataitem table filters to integer

jknauft
jknauft Member Posts: 89
I'm working on a report where I have two dataitems. One is the Job table and the other is an integer that loops through a custom purchase table. Is there any way to pass filters applied to the Job filter in the request form to the custom purchase table? I've tried using COPYFILTER but it doesn't do anything. I am resetting the Job table as part of the code so I'm assuming that removes all filters even those applied through the request form.

Would I need to copy filters to a temp table for storage or is there another way? Thanks.

Jon

Comments

  • Warfox
    Warfox Member Posts: 53
    Hi,

    if u don, t want that a filter is resetet u can use afaik the command: FilterGroups, change the group before u set the filter and after that u can change it back to the user filtergroup, this should be that what u have wanted, or?

    Greetings
  • David_Singleton
    David_Singleton Member Posts: 5,479
    jknauft wrote:
    ...
    Would I need to copy filters to a temp table for storage ...

    Thats how I would do it.
    David Singleton