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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

subfield not working

Subfield(created_time,'-',1) &'/'& Subfield(created_time,'-',2) &'/'& Subfield(created_time,'T',3)

fb_date.png

thirs subfield should return 09 but it is not returning 09

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this instead:

Date(Date#(Left(created_time, 10), 'YYYY-MM-DD'), 'YYYY/MM/DD')

View solution in original post

1 Reply
sunny_talwar
MVP
MVP

Try this instead:

Date(Date#(Left(created_time, 10), 'YYYY-MM-DD'), 'YYYY/MM/DD')