Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get values which exists in Second place

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.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

=subfield ( '54 Old Forge Lane, BeachRoad, County Down, US, BT67 U89' , ',' , 2 )

View solution in original post

10 Replies
Anonymous
Not applicable
Author

=subfield ( '54 Old Forge Lane, BeachRoad, County Down, US, BT67 U89' , ',' , 2 )

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

subfield( Address, ',', 2)


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Load

Address,
Trim(subfield( Address, ',', 2)) AS Address2
FROM
(
ooxml, embedded labels, table is Sheet2);

magavi_framsteg
Partner - Creator III
Partner - Creator III

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

Magnus Åvitsland

BI Architect Consultant

Framsteg Business Intelligence Corp.

Not applicable
Author

Hi Amelia,


Please find the attachment.


Santhosh

Not applicable
Author

Thanks it's working.

Not applicable
Author

Thanks for sending the qvw file and it's working.

Not applicable
Author

Thanks.

Not applicable
Author

Thanks for your prompt reply and it's working