Hi,
I try to change a value in list view, using before render field:
$fields["myfield"]->value = "test";
Checking the field's value with print_r shows, that the value has changed. But the list view still shows the old value. What's going wrong here?
Thanks
Alex