“Column ‘Version’ does not exist.” for non-English site
A site is created with default non-English language. Versioning in enabled for a list. When opens a list item with qListForm seeing error that column “Version” does not exist.
It's a localization issue: QWP works with display name of a field.
<P>As a workaround Calculated column can be created where the following formula is used:</P> <P>=LocalVersion</P> <P>where LocalVersion name of the Version field in your language</P> <P>Note: With this workaround Version looks as follows "string;#1.0"</P> <P>Another workaround - change display name of the localized Version column.</P> <P>The Version column is hidden and cannot be accessed from the List Settings. To rename the hidden column:</P> <P>1. Open any list column for editing and change URL to:<BR>Field=_UIVersionString</P> <P>2. Change the name of the field and save it.</P>
It's a localization issue: QWP works with display name of a field.