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: 
NickBentley
Contributor III
Contributor III

Importing time data from QVD in QlikView

Hello,

I am running into an issue in my load script with the below:

Time(Time#(ERZET_SIMP_TM, 'HH:mm:ss') + MakeTime(14, 30, 0), 'HH:MM:SS') AS ORDER_ENTER_TIME_ACST

No matter how I tweak it the minutes are always coming in as the value '12'. 

Anyone got any suggestions? 

Thanks 🙂 

 

 

Labels (1)
1 Solution

Accepted Solutions
mpc
Partner Ambassador
Partner Ambassador

Hi, 

Time(Time#(ERZET_SIMP_TM, 'hh:mm:ss') + MakeTime(14, 30, 0), 'hh:mm:ss') AS ORDER_ENTER_TIME_ACST maybe 
(lowercase in time format) ? Because MM refers to Month in Date. 

See attached file as example:
 

mpc_0-1728630420740.png


Kind regards

 

mpc

View solution in original post

1 Reply
mpc
Partner Ambassador
Partner Ambassador

Hi, 

Time(Time#(ERZET_SIMP_TM, 'hh:mm:ss') + MakeTime(14, 30, 0), 'hh:mm:ss') AS ORDER_ENTER_TIME_ACST maybe 
(lowercase in time format) ? Because MM refers to Month in Date. 

See attached file as example:
 

mpc_0-1728630420740.png


Kind regards

 

mpc