What i mean is
In cck module, when you use a select list field (combobox) you can show a value and store another just with the | character, example:
c|Critical
n|Normal
m|Minor

The cck store de c;n and m values while show to the user Critical; Normal and Minor

Now, i need to get the store value to rewrite the output of a field, not the show value. Because the views module display the value to the right of the |
I wonder if there is a way to do that??
Excuse my English please

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-3.x-dev » 6.x-2.x-dev
Component: Views Data » Views Integration
Category: support » feature

CCK would have to support this as an option on the field handler. Since we added rewriting, we've been slowly adding this to some internal fields on Views. This would probably be a very useful option for CCK.