Gido
- Total activity 174
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 0
Comments
Recent activity by Gido-
Since other customers were asking for such kind of functionality too, I've created a separate knowledge base article for how to extract the calendar week from a date-input-field.
-
Right, at preview time there will be an ENV variable since the plugin is executed on the Datameer server. Whereby at run-time it is usually running on a cluster node and where the specific ENV vari...
-
Thanks for the short test. Logging in via the user interface should not deliver a JSON response. If you accessing the page https://<host>:8443/login with your browser and provide the same credenti...
-
Just tried via curl --insecure -u admin:admin -X GET "https://`hostname`:8443/rest/jobs/list-running" and found it working properly. Can you double check via Browser UI that the specific user is a...
-
The feature you are looking for is available via REST API call Workbook Dependencies, which is part of an add on package Advanced Governance. After installing the REST API Dependencies add-on, you...
-
You could either throw a runtime exception with your own message or use Preconditons. Please find a small example for how to check two input arguments and return an error message if the second argu...
-
Hi Vijaya, since GROUPUNIQUES is a Group Series Function, you cannot have more than one complex group series function in one sheet.
-
Currently there is no feature available to create hyperlinked text in an infographic. On your behalf I will get in contact with our product management and bring this idea on the table. I assume tha...
-
The Infographics are dynamic pages depending on JavaScript (JS) and CSS. They needs to be rendered from a browser before. To download and save them for later viewing you could i.e. leverage the ex...
-
Official comment Yes, but it is a little more technical. 1.) Build a workbook that e.g. uses the standard deviation function to identify if there is a trend change. You will find further documentation under Executi...