PWA view with a filter using text10 custom field

F

Frank Blough

Is it possible to use the text10 field in a filter for a PWA view? I understand the text10 field has a field_type_enum value of 21 and that the filter would use the enumeration instead of the string value. How can I find the enumerated value for the values? In other words if on the client side I would filter by the string ADS on the server side in the view I would need to use a number.


Submitted via EggHeadCafe - Software Developer Portal of Choice
Build a Cross-Browser ASP.NET CSS-Only Menu UserControl
http://www.eggheadcafe.com/tutorial...ce-d17d1b482676/build-a-crossbrowser-asp.aspx
 
A

Andrew Lavinsky

I assume you're talking about 2007? In this case, no that's not possible.
You can't reference local fields in enterprise fields or views.

You're better off just converting to using an enterprise field. If you need
to surface that in the Gantt Chart somehow, then you need to use your local
Text10 field to reference the enterprise field.


- Andrew Lavinsky
Blog: http://blogs.catapultsystems.com/epm
 
Top