Filter On A String That I have Built

ricky76ricky76 Member Posts: 204
I wondered if anyone could help. I pass into the request form of a report entry numbers that meet a certain criteria. I then want the report to filter on only the records that have been passed into the string. For example my text field on the request field will read 10|15|20|25. How can i then make sure that the report only runs for these four records? Any help would be most appreciated.

Comments

  • ufukufuk Member Posts: 514
    You can filter the related field with your variable on OnPreDataItem.
    Ufuk Asci
    Pargesoft
  • ricky76ricky76 Member Posts: 204
    Many thanks.
Sign In or Register to comment.