Hi Team, Denodo 5.5, Denodo 7.0 Please provide a working statement for HTML img tag to be used in REST WS. Purpose is to display the image in IE Denodo REST HTML WS representation. Thanks.
Answers:
1
axios({ method: "POST", url: "http://localhost:9090/server/customerdb/person/views/person", headers: { "X-HTTP-Method-Override": "GET", "Content-Type": "application/json;charset=UTF-8", "Accept": "application/json" }, data: { "$filter": "firstname eq '...
Answers:
1
Hi Team, Denodo Express 7 Windows 10 DB : admin Base View : client Web container : ON http://localhost:9090/denodo-restfulws/admin/views/client I get 404 page not found error. What I am doing wrong. What do i check to fix this issue. Thanks.
Answers:
1
Hi Team, Denodo 7.0 Denodo Home is in G: Drive. Works fine - http://localhost:9090/server/<db_name_here>/<webservice_name_here>/views/<view_name_here> Problem - 404. page not found http://localhost:9090/denodo-restfulws/<db_nam...
Answers:
2
I have added a base view in REST web service. How to access DISTINCT values of a particular column from that base view? Currently I am seeing entire base view here: http://servername:port/denodo-restfulws/database/views/baseview Representaion: JSON VQL...
Answers:
1
I am using Denodo 6. I am faced with a REST data source that actually returns text/plain only - application/json or application/xml is not offered. Probably the easiest approach is to create a Delimited File data source with a very uncommon delimiter, ...
Answers:
2
Hello, I am running into an issue when using the LIKE operator on my webservice. In order to make the like more effective, I have added a percent sign before and after the text I want to search on. This way I can bring back results that have my text a...
Answers:
4
We have ReST API which should returns cookie and value . Obviously we can capture the values thru the base view but how do we capture cookie as part of the result. Our idea is capture the Cookie value and use it as interpolation variable for the subseq...
Answers:
1
We have created some views which access data from an API. These views are interdependent. Data from one view (token) acts as an input to make an API call from the second view. All this is working when we are accessing these views as dervied view and re...
Answers:
2
Hi, Does Denodo allow passing aggregates operations over an API? I have a REST API and the user needs to select only 3 columns from that API, group by 2 columns and calculate aggregate(sum operation) over the third column. I am able to select three co...
Answers:
1