Hi guys,
Another day, another report. We host events and I'm looking to create a guest-list report to list pertinent information about attendees to the event. I was hoping to either:
- Have a Parameter that worked as a lookup, as it does when filtering within CRM - search for the event. I've got a Parameter @eventlookup
- select * from eventtable, where (event_name = @eventlookup)
- This appears to be text or integer, I'm not sure if these is even possible?
- On the event form, there is a button for Run Report, could I set the report to run only against the event that this is initiated from?
I'm using SSRS in visual studio 2012, connecting to an on-prem 2015 dynamics.
As always, your help is greatly appreciated!
*This post is locked for comments