Search Results
Search results 1-20 of 44.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
activeworkbook()->sheets('Main')->Range($range)->style = (put some css code here) example : activeworkbook()->sheets('Main')->Range($range)->style = "backgroud-color: #FFFF00"; With CSS you can make anything : underline / bold / italic /color / background-color / border ... many many things, documents yourself on css code. It could be pretty useful.
-
I want to know if it's possible to get Dimension's settings as : "Total element" "NA element" "Default read element" "Default write element" or "Default parent element". I want to know if there is a PHP function or juste a spreadsheet function that can retrieve those information. Because the php function [b]palo_dimension_info [/b]retrieve many information but not that one. Thanks
-
Soon I sounded about backend RPC method I tried to find a way to get all method and classes concerned by this. Then I just search on each php file that I found in the jedox file on Jedox Suite. But if you know RPC Backend and other thing like that maybe you can clarify you answer on this post : How to retrieve all warnings at the end of a job or get all warnings from an already finished job ? what did you meant by : using the Rest webservice of Integrator. Look here on your local installation lo…
-
You can run this PHP code it will write on the cell "L5" all task id with the task name. Just create a button assign the macro "test" on the button and click on it. PHP Source Code (17 lines)
-
(new Jedox.backend.RPCAsyncRqst('scheduler', 'getTree', [])).setOnSuccess([this,scs]).send();
-
I try to use macro to run a task from the scheduler(I know we can do it by action button, but I precisely want to do it with macro PHP). And the documentation said that I need the id of the task, I first though it was the name of the task, BUT NO. It's the id, each task has an id (according to the documentation the id should have a form like this "tn" with n a natural integer, ex: t1,t5,t9,...) and I don't know how to get one of them or all of them. I want, in fact, a way to retrieve all task id…
-
Is it possible to create a connexion between Jedox and an Azure Blob Storage ? If yes, then how ?
PostI forgot to reply to me but I create my own groovy script to connect the azureblob storage to jedox. Then I ask my colleague to make a Jedox Idea post about this connection. And BOOM ! 2022.1 we got a native connection for azure blob storage !
-
How to retrieve all warnings at the end of a job or get all warnings from an already finished job ?
PostI don't know how to use your rest web service integrator, but I see something in the url you send to me : "ExecutionHandling/getExecutionLog" I think ExecutionHandling is a class and getExecutionLog is a method. I'm okay with that, but I have a question : How can I get the jar that contains this class ? Because I need to understand how to call the methods directly in the groovy ! I think it's should be better. And if you want to retrieve all log from a PHP macro here's the code : PHP Source Code…
-
How to retrieve all warnings at the end of a job or get all warnings from an already finished job ?
PostEverything is in the title. I just want to add that I'm okay to use groovy for this and I'm ready to use groovy for it !
-
You can successfully use blob storage library by doing this : 1) download those jarfile: azure-core-1.20.0.jar azure-core-experimental-1.0.0-beta.18.jar azure-core-http-netty-1.11.0.jar azure-storage-blob-12.13.0.jar azure-storage-common-12.12.0.jar azure-storage-internal-avro-12.0.5.jar On this website : mvnrepository.com/artifact/com.azure You need to download azure-storage-blob AND its dependencies. 2) move all jar file in /opt/jdx/tomcat/lib_ext/ (path available only in jedox cloud instance)…
-
I try to connect my jedox integrator to a blob storage I want to know wich version of the jar file should I download ? I download 12.13.0 and it doesn't work, I think I should downgrade.
-
Is it possible to create a connexion between Jedox and an Azure Blob Storage ? If yes, then how ?
PostEverything in the title !