Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can any one help me to do.
In An 'AHT' fleld i have multiple records like 0:05:03 , 0:04:59 so on.I have to convert this hh:mm:ss format to number.My required format is in AHT fIeld the records are like 303, 299.
Please answer this question in scripting with dynamic expression.
Thanks,
Look here:
You could use: = interval('00:05:03', 'ss')
- Marcus
Please avoid posting multiple times the same request.
Thanks.