Hi,
Iam trying to group a field, but I don't really get How I want it. Table.fieldtype( say: grouping by that field)
and that field has data such as OUND0201,OUND0201,OUND302,
OUND0501,OUND0601,OUND0602
this is my @type
if right({Table.fieldtype},2)='01' then
'your business number'
else if right({Table.fieldtype},2)='02' then
'your aff number'
How can I group by only by the last 2 characters of the field. Please help me with any thoughts on this
Thanks,
Sameer
Iam trying to group a field, but I don't really get How I want it. Table.fieldtype( say: grouping by that field)
and that field has data such as OUND0201,OUND0201,OUND302,
OUND0501,OUND0601,OUND0602
this is my @type
if right({Table.fieldtype},2)='01' then
'your business number'
else if right({Table.fieldtype},2)='02' then
'your aff number'
How can I group by only by the last 2 characters of the field. Please help me with any thoughts on this
Thanks,
Sameer