kylel
(KyleL)
1
I’ve looked and looked and can’t quite find what I’m looking for when doing a BAQ/RDD/SSRS report.
Say I got a BAQ that just shows a product lookup/ID table and want the user to be able to pick a couple product lines.
Can’t filter on the BAQ side since you can’t do an IN on that BAQ dropdown list.
So what is the best solution?
Thanks,
Kyle
1 Like
Randy
(Randy Stulce)
2
I’ve never done a multi-select so
I’d probably try to see what stock reports do in this case, like jobtrav.
jbooker
(Josh Booker)
3
You can do IN() filters. Dig into this post and related linked topics for transforming multi-select lists to sql etc