I've got to create a standard view but I want to display column names different than originals. For example, this view will include the "ID" field, but I need to show its column header like "Order number". As far as I know Sharepoint doesn't let you choose the display name of a field for a specific view... How can I do this?
|
feedback
|
|
Maybe create calculated columsn that do nothing but display the content of the original field for each of the fields you want "translated", then include those in the new view? | |||
feedback
|