Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I want to convert hours into minutes in script side.
EX : I have value 60:90 in that i want to convert 93 as
93 = 93*60 = 55 mins so at the end i want value as 60.55 in script QlikTech Admin
How did you get 93? What is 93? Hrs?
Hi anbu cheliyan,
Sorry 90 will convert into mins as 90 * 60 = 54 means finally i will get 60:64
Load SubField(Val,':',1) & ':' & Ceil(SubField(Val,':',2)*60/100) Inline [
Val
60:90 ];
Hi Varde,
It seems you missed something, Send some sample file.
Regards,
Chinni Kanna
Hi All,
Please find an attachment
Are you converting StandardProcessingTime to HH:MM?