Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

PALO_EEXISTS function in Supervision Server

Please add support for already present PHP_PALO functions to be used in Supervision Server. Especially the PALO_EEXISTS function would be very useful for custom event logging. See attached file where we need to nest different functions to achieve this behaviour using this line of code: if(is_numeric(palo_eindex("SupervisionServer/System","#_USER_",$username)))
  • ADMIN RESPONSE
    Jul 2, 2019
    Hi, there is an alias function you can use in PHP, palo_element exists(). All functions are documented in the PHP API documentation which you can access via https://knowledgebase.jedox.com/knowledgebase/php-api-for-jedox-olap-server/ If there are other specific functions you are missing, please create a new request. Thanks!