Title
“Column ‘Version’ does not exist.” for non-English siteDescription
Cause
It's a localization issue: QWP works with display name of a field.Resolution
As a workaround Calculated column can be created where the following formula is used:
=LocalVersion
where LocalVersion name of the Version field in your language
Note: With this workaround Version looks as follows "string;#1.0"
Another workaround - change display name of the localized Version column.
The Version column is hidden and cannot be accessed from the List Settings. To rename the hidden column:
1. Open any list column for editing and change URL to:
Field=_UIVersionString
2. Change the name of the field and save it.