When creating a view through the GUI, you can add fields and assign custom display names to them. When writing a file-based query view, can I do the same thing in XML? Here's an example in which I use a lookup and I'd like the column title to be 'Age', instead of the default name of 'Id age AgeInYears'.
<columns>
<column name="Id/age/AgeInYears"/>
</columns>
Thanks for the help. |