crystal reports - Pass Formula Field into Parameter Field -


is possible pass formula field parameter field in crystal reports?

example

parameter

{?jobnumber}

  • string
  • discrete , allow multiple values

user inputs job number 33882 , there associated jobs job number. (ie. 33882, 33768)

so want pass associated jobs parameter field (as array?). instead of record selection selecting 1 input (masterid = {?jobnumber})(33882), record selection selects associated jobs (masterid = {?jobnumber})(33882, 33768).


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -