Post

2 followers Follow
1
Avatar

Retrieve value from PickList in custom column

I want to retrieve the current value from a PickList called "Country" when creating a custom column in a report. I tried the following and nothing work:

$C_Country - Error: Formula evaluation result data type is ObjectIdentifier instead of expected Numeric

 

ToString($C_Country)- Error: Function ToString() can be used only in calculated field
 
$C_ProjectCountry - Error: Invalid field name: 'C_ProjectCountry'
 
$C_Project.Country - Error: The field '$C_Project.Country' is invalid. You can only select fields from the current object.
 
Any help on this?
 

 

David Answered

Please sign in to leave a comment.

1 comment

0
Avatar

What object is the report being run on and which object is the custom field on? It seems like you are trying to pull a field from a different object, which may not be supported.

Josh Santos 0 votes
Comment actions Permalink