Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
nicouek
Creator
Creator

Conversion or Rewrite

Hello Everybody

I have a  [DateField] from the source showing the values "20211025" I would like some help transforming it into  (10/25/2021).

Please help...

Thank you

1 Solution

Accepted Solutions
marcus_sommer

You could try: date(date#([DateField], 'YYYYMMDD'), 'MM/DD/YYYY')

- Marcus

View solution in original post

2 Replies
marcus_sommer

You could try: date(date#([DateField], 'YYYYMMDD'), 'MM/DD/YYYY')

- Marcus

nicouek
Creator
Creator
Author

Wow, that was incredible! Thank you again...