Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script>


// Find out the initial state of the sidebar and set a cookie

jQuery.cookie("showsidebar",AJS.$("div#splitter-sidebar").width(), {expires:5});


//If the sidebar is visible, hide it and the split bar...
if (AJS.$("div#splitter-sidebar").width() > 0) {
AJS.$(".vsplitbar").hide();

AJS.$("div#splitter-sidebar").width(0);

// ...then change the width and position of the content

AJS.$('#splitter-content').css({'width':'100%', 'left':'0'});
};


// The unload function runs when the user navigates away from the page

$(window).bind('beforeunload', function() {


// Read the cookie to find out where the sidebar was originally

var origstate = jQuery.cookie("showsidebar");
// If the sidebar is now hidden and it wasn't originally,

// Click the button

if (AJS.$("div#splitter-sidebar").width() != 300  &&  origstate == 300) {
AJS.$("#splitter-button").click();

};


// Then delete the local cookie

jQuery.cookie("showsidebar", null);

});
</script>

 

 

 

Welcome to Celonis Process Mining!

We provide the world's most powerful tool for analysis and visualization of business processes.

 

Please choose your manual:

 

 

 

Celonis SAP Exporter (RFC-Tool)

 

Manual (English)

Handbuch (Deutsch)

Service Desk

 

Hotline: +49 (0) 89 416 159677

E-Mail: servicedesk@celonis.de

URL: https://servicedesk.celonis.de

Service: 8:30 - 17:00 CET (Monday - Friday)

Celonis SAP Table Loader

 

Manual (English)

Handbuch (Deutsch)

 

PQL - Tutorial 

Code Block
themeEmacs
languagegroovy
Process Query Language

PQLE

PQLD

Celonis Homepage

 

LEGAL NOTICES

Warranty

Nothing herein should be constructed as constituting an additional warranty. Celonis shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice.

Trademark Notices

Java ™ and all Java based trademarks and logos are trademarks or registered trademarks of Oracle Corporation, Redwood City, California. 

Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation. 

Oracle® is a registered US trademark of Oracle Corporation, Redwood City, California.

SAP® is a registered trademark of SAP AG, Walldorf, Germany.