Forum Discussion
Daviejoe
6 years agoMemorable Member
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 ...
- 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
Daviejoe
6 years agoMemorable Member
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
- Daviejoe6 years agoMemorable Member
I did have to laugh when I've accepted my solution as the answer to my own question haha.
Thought it best to close it down as solved 🙂
- amitchandak6 years agoSuper User
Daviejoe , Kudos from My side. That what you can not give to your answer 😀
- Daviejoe6 years agoMemorable Member
Gratefully recieved my friend 😀👍
Stay Safe!