- Values from PickLists on Reports
- Posted by Paul McBride on September 27th, 2004
I have a picklist for my accounts screen. I want to create a custom report,
and have it be sortable by the picklist "name". However, when I look in the
AccountBase table, only the value is stored in the table (which, of course,
makes perfect sense.). How do I access the descriptive value, and not the
numeric one, for my report?
- Posted by kat on September 27th, 2004
Picklist values are stored in the stringmap table.
- Posted by John O'Donnell on September 28th, 2004
just one little addition...lets assume your picklist is called
cfpjohnspicklist.
if you drop this field onto your report you will see just a number which is
its id from the stringmap table.
if you look at the fields again in crystal you will see an addition called
cfpjohnspicklistname....this is the one that contains the actual text
--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSol...aqLanding.aspx
"kat" <anonymous@discussions.microsoft.com> wrote in message
news:22da01c4a4bd$880527f0$a501280a@phx.gbl...
- Posted by Paul McBride on September 28th, 2004
Thank you both.
"John O'Donnell" <csharpconsulting@nospam-hotmail.com-nospam> wrote in
message news:u3xGKgQpEHA.2032@TK2MSFTNGP10.phx.gbl...
- SDK Access to PickLists (Windows CRM) by Chris Ericoli
- Linking 2 Picklists (Windows CRM) by Raul Pardo
- Where are Picklists stored? (Windows CRM) by David
- Multiple Selection Picklists (Windows CRM) by
- Country picklists (Windows CRM) by Henning Jespersen, WM-data

