Gido
- Total activity 174
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 0
Comments
Recent activity by Gido-
Hello Michael, I understand your request as follow: There is a webserver running, serving HTTPS The server is configured for <auth-method>CLIENT-CERT</auth-method> The initiator of the connection,...
-
Hello Tony, To "concatenate" all the columns together and iterate through each member of the list looking for matches you could use the following approach: Create a LIST LIST(#Col1; #Col2; #Col3; #...
-
Hello Kavitha, It seems that you are referencing to the UI and File Browser view. Since this is representing metadata information, the path /Users/<user>/<artifact> shown there are virtual ones and...
-
According the description of your use case it sounds like an Export Job. A second approach might to listen to Datameer Event Bus and implement actions to after Workbook job results are available.
-
Hello Jutta, It will somehow depend on your environment, SAML SSO implementation and Identity Provider (IDP), but in general it should be possible. Our curl examples show mostly Basic Access Authe...
-
Hello Nikhil, it seems that the command is not fully correct. Please try the following, which is working in my test environment curl -v -k -u "nikhil:<pass>" -w"\n%{http_code}\n" -X PUT -H 'Content...
-
Hi Swethha, Based on your example you may use the following approach. Lets assume your example data is on a Worksheet called InputData.Create a new Worksheet called TransposedData and group by ID ...
-
Another approach might be to create a Simple Custom Function by using our Plug-in SDK and which leverages Java capabilities to generate an UUID.
-
You can create Export Jobs to export data from Datameer. By doing this it would be possible to Export the Data into a file. A second approach might be to leverage our REST API and Download the Data...
-
Hello Saurabh, > But as per my requirement, I want to send my visualisation result to multiple people in email body. We have already feature request open which is PDF export and automated messagin...