Constituent ID as a report parameter

Hi there folks,

I want to create a report whereby the Constituent ID (customer_no) is used as a parameter. Of course, this is easy enough if you know the constituent ID - does anyone know if it is possible for the report parameter to bounce open the constituent search screen?

I've tried searching the forums/documentation but can't find an answer. I note that none of the canned reports in our system which have the Constituent ID as a parameter have this.

Or does anyone have any great work arounds? All feedback is very gratefully received!

Martin

Parents
  • I haven't actually done this, but a quick idea is if you know you're going to be running the report on people that have something in common (i.e. you know you'll only ever be running it on people with a ticket order in the last month), you could have the parameter referencing a local view that pulls just those people. The display column could be the sort name, and the data would be the customer_No, so the user ends up with an alphabetical list of people to select from. But if it's going to be a huge list of people this would quickly get unwieldy for the user and potentially take a long time to load.

Reply
  • I haven't actually done this, but a quick idea is if you know you're going to be running the report on people that have something in common (i.e. you know you'll only ever be running it on people with a ticket order in the last month), you could have the parameter referencing a local view that pulls just those people. The display column could be the sort name, and the data would be the customer_No, so the user ends up with an alphabetical list of people to select from. But if it's going to be a huge list of people this would quickly get unwieldy for the user and potentially take a long time to load.

Children