Search Results
Search results 1-20 of 22.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Lifetime perspective
Posthello, there are imho 2 ways to do that : 0. a "client-side" way where you query in the spreadsheet the launchdate of the unit, and use this launchdate to make a query on the data (for instance sum of launchdate+1, +2 and +3) 1. a more "server-side" solution where you pre-calculate the launchdate+3 as a measure, using for instance jedox integrator hope this helps!
-
hello, what does "it does not work" mean ? do you get any parse error from the script or doesn't it do what it is supposed to do?
-
depending on the number of elements this could be very long you may want to use palo_setdata_bulk instead
-
please post the script that you are using. What have you tried so far ?
-
Run job externally
Postyes you can use the SOAP API of the ETL, the wsdl file is located here: 127.0.0.1:7775/etlserver/services/ETL-Server?wsdl the port has to be open (on a standard basis it is only hearing locally) still you will have to get a valid jedox session id to connect to the webservice. So this will not be totally disconnected from jedox more information here: knowledgebase.jedox.com/knowle…pi-of-jedox-etl-from-php/
-
ETL in error
Posthello, do u use a groovy function ? if yes can you please post it ? if not what kind of functions do u use ?
-
yes but for that you need to open the required directory in the macro_engine_config file. See here: knowledgebase.jedox.com/knowle…cro-engine-configuration/ look in open_basedir
-
Macro to hide sheets
Postunfortunately there don't seem to be a method for that in the macro engine api: knowledgebase.jedox.com/doc/2019_1/macro_engine/ If possible I would have expect something like worksheet->hide()
-
unfortunately not. There is a feature request for that: feedback.jedox.com/forums/2204…shing-for-string-elements the solution would be to use supervision-server to get the cartesian product of all base cells and input the string on these cells
-
Hello, supervisionserver is designed for this purpose. You can watch a slice of the cube and react to the change of a cell within this slice. Say, you change price, then you can fire a script that will write the price in the cube, and calculate the sales using the quantity and commit it to the cube. Now if you change sales you would write the sales, query the quantity and commit it back to the cube also please refer to the knowledgebase as well as the scripts shipped with the jedox installation