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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Specialist
Specialist

Condition for matching 5th ND 6TH RECORD

 Hi ,

 

I have  a below field as :-

FKSTL_PRPS

0000080000

0000000010

CZ010812

CZ019011

 

I want to get only those ID's whose 5th and 6th records a= *08*

Can anyone please help ?

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

you can use this 

FKSTL_PRPS

0000080000

0000000010

CZ010812

CZ019011

where mid(FKSTL_PRPS,5,2) = '08'

View solution in original post

1 Reply
lironbaram
Partner - Master III
Partner - Master III

you can use this 

FKSTL_PRPS

0000080000

0000000010

CZ010812

CZ019011

where mid(FKSTL_PRPS,5,2) = '08'