CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • General Discussion (please no support requests here!) (Moderator: Michał Mach) »
  • Searching participants that have attended any events at a given venue
Pages: [1]

Author Topic: Searching participants that have attended any events at a given venue  (Read 3067 times)

marshcast

  • I’m new here
  • *
  • Posts: 16
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: wordpress 3.4
  • MySQL version: mysql 5.5
  • PHP version: php5 5
Searching participants that have attended any events at a given venue
July 15, 2013, 06:53:46 am
Hello, CiviPeople!

Firstly, thanks for the huge amount of work and dedication you all put in to CiviCRM. Now if I can just work out how to use it... :/!!!

I think I keep trying to make things too complicated, but am finding that I have so many things I want it to do! With that in mind, I have a question...

Is it possible to search for contacts that have attended an event at a given venue?

I need to create a register so that staff can choose to tick off individuals that have attended events at particular venues. The register would be made up of past attendees.

This may sound a bit wierd, but for monitoring and funding purposes we need to know who went to what session. As these are open access play sessions in parks etc, registering online is not really an option.

I'm thinking that if I can search and find the contacts then I can make a smart group and work from there.

I can't find any way to do this, or even to search for participants that have attended events with particular attributes (people that have attended events in Bristol - for instance)

Is this possible? of is it a job for mysql and php?
« Last Edit: July 15, 2013, 06:56:39 am by marshcast »

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Searching participants that have attended any events at a given venue
July 15, 2013, 08:16:28 am
I may be wrong, but I think you would have to write a custom Report to do this. Or code it, as you suggest.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

marshcast

  • I’m new here
  • *
  • Posts: 16
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: wordpress 3.4
  • MySQL version: mysql 5.5
  • PHP version: php5 5
Re: Searching participants that have attended any events at a given venue
August 24, 2013, 09:19:58 am
OK, I'm back to this now, but am a bit lost in how to accomplish it.
How can I make the location (of events) available in a custom event report to find participants that attended that venue?

My Mysql and PHP are not good, but with a bit of a start, I think I can start to work out what's going on.

Can anyone point me in the right direction?

...please?


Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Searching participants that have attended any events at a given venue
August 24, 2013, 09:32:21 am

Check the developer book and the wiki. There are a few articles on how to modify reports and to extend them. I would start off with a report that comes close to what u want and modify it to meet your needs

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

marshcast

  • I’m new here
  • *
  • Posts: 16
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: wordpress 3.4
  • MySQL version: mysql 5.5
  • PHP version: php5 5
Re: Searching participants that have attended any events at a given venue
August 24, 2013, 10:58:18 am
Thanks Lobo... I've spent about a day and a half looking at the:
 - http://wiki.civicrm.org/confluence/display/CRMDOC/CiviReport+Reference
 - http://wiki.civicrm.org/confluence/display/CRMDOC33/CiviReport+structure+and+customization

and various other docs, but my php and mysql isn't good enough --this is my path to learning. There's not a lot of documentation in the code to take the pain away... :(

I think I need to refer to the loc_block_id in the civicrm_event table and use it to get the address_id, then I could show the addresses on the form, but how do I get info from two tables away and keep them relevant?

are the any templates which do this? I can't find any that aren't quite straightforward.

I know peoples time is precious, but I can put notes in a template and hopfully help others through the process if I can understand it.

Appreciate if people are too busy, though...

Marsh

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • General Discussion (please no support requests here!) (Moderator: Michał Mach) »
  • Searching participants that have attended any events at a given venue

This forum was archived on 2017-11-26.