Hi, Can anyone help me with formula(HTML)?
So, there is a field A. and this field consists of 'Company+Name+ID'. I only want 'Name' and 'ID'.
Thus, I made a formula like this : {field_name} || {field_ID}.
However, I want to also make this formula(HTML) field a link so that you can see the total amount of the items.
I typed this
'
|{field_name}||'%20'||{field_ID}||'&detail=FORMULAHTML&detailname='||{field_name}||'%20'||{field_ID}||' target=_blank'||{field_name}||' '||{field_ID}||'
/a'
but the above doesn't work... It makes the Formula(HTML) clickable , however, I don't see the correct result.