Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please find attached excel file.
I need to get only the values which exists in SECOND place without blanks.
For Eg:
54 Old Forge Lane, BeachRoad, County Down, US, BT67 U89
I need to get the value BeachRoad only
Please can anyone help me how to get this.
Thanks.
=subfield ( '54 Old Forge Lane, BeachRoad, County Down, US, BT67 U89' , ',' , 2 )
=subfield ( '54 Old Forge Lane, BeachRoad, County Down, US, BT67 U89' , ',' , 2 )
subfield( Address, ',', 2)
Load
Address,
Trim(subfield( Address, ',', 2)) AS Address2
FROM
Hi Amelia.
I believe I saw something on this exact topic late last year.
Please see this thread and I wish you the best of luck in getting correct results: How to get correct values
Kind regards
BI Architect Consultant
Hi Amelia,
Please find the attachment.
Santhosh
Thanks it's working.
Thanks for sending the qvw file and it's working.
Thanks.
Thanks for your prompt reply and it's working