Quantcast
Channel: ARIS BPM Community - Recent forum posts
Viewing all articles
Browse latest Browse all 644

ARIS Basic for Students - no login information

$
0
0
ARIS Process Mining - How can I add or subtract hours/minutes once a yyyyMMddHHmmss string is converted to a timestamp? Forums ARIS Process Mining Tim Knechtel Fri, 03/21/2025 - 16:27

Hi everyone! I’m working with date/time fields stored as strings in yyyyMMddHHmmss format. I can convert these values into a timestamp (for example, using TO_TIMESTAMP(...)), but I’m struggling with adding or subtracting hours/minutes from the resulting timestamp. Is there a straightforward way in ARIS Process Mining (e.g., using built-in functions, interval expressions, or something similar) to perform time arithmetic once I have a proper timestamp?

something like: TO_TIMESTAMP('20250101123000', 'yyyyMMddHHmmss') + <some_interval> --e.g. + INTERVAL 2 HOUR

or

to_timestamp(CONCAT(A.CREATIONDATE, A.CREATIONTIME), 'yyyyMMddHHmmss') + INTERVAL 2 HOUR as END_TIME,

Any examples or best practices would be greatly appreciated!

Many thanks,

Tim

 

Process Mining


Viewing all articles
Browse latest Browse all 644

Trending Articles