Create a Filter on a column using Picklist code and not picklist language dependant value
I have reports that are built with Filter conditions (on the column) on some picklist values. For example: 'FILTER("CustomObject6 Metrics"."# of CustomObject6s" USING CustomObject6."Indexed Pick 2" = 'Key Decision Maker'
The problem is that for users with English language it works well, but for users with another language, it retrieves an error that I suspect the translation to be the issue (Key Decision Maker is translated for the other countries). When I remove the columns with this type of filter it works without error.
I know some objects now have the language independant code available for use in column functions: such as for us: "Contract Picklist Fields (Code)" in addition to the "Contract Picklist Fields (User Language)"