Selecting filter on request filterform of report dynamically

sri.tech23sri.tech23 Member Posts: 41
can we select the filter to be applied on a report dynamically and also display it on the request filter form where user makes an input.

let me explain with an eg.

on a report i have on the ReqFilter form location filter which is blank initially. Now i also have an options tab in which if the user checks a field then i have to update the value of location filter on the reqFilter field , but the imp thing here is that the filter values that are applied have to be displayed on the form so that the user can change the filter if required.

thanks in advance

Comments

  • matttraxmatttrax Member Posts: 2,309
    I don't believe you can do it the way you are talking about.

    You can, however, have a Text variable that changes based on your input. You can display this in a text box on the Options tab and then do a SETFILTER in the OnPreDataItem for your record.
Sign In or Register to comment.