Forum Discussion

Daviejoe's avatar
Daviejoe
Memorable Member
6 years ago
Solved

Paginated Reports Parameters

Hi,   I'm having issues trying to create parameters in my Paginated Report where I can allow the user to either SELECT ALL of the field values or multiple values.  I have my parameters working for ...
  • Daviejoe's avatar
    6 years ago

    In my dataset Query I was using 

     

    WHERE
    Field.Line = (@Line)

     

    So i changed the Where clause to IN as per below

     

    Field.Line IN (@Line)

     

    Then went into my Report Parameter Properties and selected Allow Multiple Values