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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Sharbel
Contributor III
Contributor III

Load from excel file

Hi ,

Need some help in converting time written in Yellow cell into data as shown in Green cells as follows:

Sharbel_0-1675080653331.png

Please find attached sample file

Appreciate your help,

Sharbel

Labels (1)
2 Solutions

Accepted Solutions
SerhanKaraer
Creator III
Creator III

Hello Sharbel,

try this:

subfield(Tuesday,'-',1) as in, subfield(Tuesday,'-',2) as out

View solution in original post

Sharbel
Contributor III
Contributor III
Author

2 Replies
SerhanKaraer
Creator III
Creator III

Hello Sharbel,

try this:

subfield(Tuesday,'-',1) as in, subfield(Tuesday,'-',2) as out
Sharbel
Contributor III
Contributor III
Author

Thanks a lot