Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please see app attached.
Need help with the script so it renames certain responses.
'email' needs to be included in EMAIL as this is the correct field. Simiarly 'letter, 'Letter' need to be included in LETTER. 'Phone', 'phone' and 'tel' need to be under PHONE and 'text' needs to be in TEXT.
Appreciate any assistance.
Chris
you may use
LOAD upper(Contact) as Contact,
Count
FROM
see the attachment.
hope it helps..
Try below,
Upper(Replace(Upper(Contact), 'TEL', 'PHONE'))
hi,
see the attachment
Regards,
Dharma
Hi,
May be like this.
Regards
ASHFAQ
Hi Chris.
look at my application With Sadeep and all suggestions
You will not get tel under PHONE as specified below.
'Phone', 'phone' and 'tel' need to be under PHONE
Regards
ASHFAQ