Translation not working in related views

Hi everyone!

Has anyone had this problem when trying to translate a column of a related view?

The related view/column shows the original name of the column, not the translated one. However, when I click all columns are translated in the detail view:

I’m using a virtual ref column to translate everything.

Does anyone know how to fix this?

Thanks in advance for your time :slightly_smiling_face:

Check that you’ve not got anything relating to CONTEXT() in the column name formula

1 Like

Actually, I added CONTEXT() to the formula and now it works. Thanks!

2 Likes