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: 
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
MVP
MVP

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

- Marcus

View solution in original post

2 Replies
marcus_sommer
MVP
MVP

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

- Marcus

nicouek
Creator
Creator
Author

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