home | products | customer | support | forums | contact
Sign in | Join |
in
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 05-28-2010 12:02

    voter count by language code

    I am trying to write a report that lists the voter counts for a survey by their language code.  Is this possible and if so, can you point me in the right direction?  If not possible in the interface, is it possible to use methods in the FeedbackSurvey.bll.dll assemble?  I see that there is a getvotercount method but I'm not sure how to use it.  thanks

  • 05-31-2010 1:39 In reply to

    • Tom
    • Top 10 Contributor
    • Joined on 05-19-2007
    • Switzerland
    • Data Illusion

    Re: voter count by language code

    Hi,

    you have to make a direct sql query in the DB to get the voter count on per language basis eg:

    select count(*), LanguageCode FROM vts_tbVoter GROUP BY LanguageCode

     

Page 1 of 1 (2 items)
(c) 2008 Data Illusion. All Rights Reserved.