ariela
1
Hi folks,
I’ve a generic form and a portal.
field1 and field2 are from related table, inside the portal.
I need to use an html label like %%field1%%%%field2%%
and I would that label for each row inside the portal
That’s possible?
I hope it’s clear.
Thanks for all
Regards
Andrea
Harjo
2
yes, is possible!
you want the two fields attached to eachother?
two ways:
1.) %%relation_to_relation.field1%%
%%relation_to_relation.field2%%
2.) by a calculation:
make an calculation:
relation_to_relation.field1 + relation_to_relation.field2
ariela
3
Thanks HJK,
and if I would format field2? I need that field2 will be formatted as “M-$ ,###.00”
I think it’s impossible with a label …
Regards
Andrea