Hi,
I would like to create a report with Main group by one field on related module.
It works if I choose field “name” but not working with other field (custom) .
I have this error :
And in the file cache :
{if strlen($fields..value) <= 0}
{assign var="value" value=$fields..default_value }
{else}
{assign var="value" value=$fields..value }
{/if}
<span class="sugar_field" id="{$fields..name}">{$fields..value}</span>
Normally this file contains : $fields.<<MY_FIELDS>>.value
Can you help me ?
PS: Sorry for my bad english :dry: