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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

subfield?

Hi,

I have the a field that is formatted like this example:- 100:780:876:600000

What is the easiest way to have each number in its own field in the expression formula?

Cheers,

Laura

Labels (1)
4 Replies
arulsettu
Master III
Master III

Hi

try like this

SubField('100:780:876:600000',':',1) as filed1,

SubField('100:780:876:600000',':',2) as filed2

SubField('100:780:876:600000',':',3) as filed3

SubField('100:780:876:600000',':',4) as filed4

Anonymous
Not applicable
Author

Hi,

the field that I used was just to show an example of the format.  their all different

arulsettu
Master III
Master III

can u post sample and your expecting result

Anonymous
Not applicable
Author

I've used MID:

MID([Tech1Data],8,3)